What Is Proof of History (PoH)?
Proof of History (PoH) is a cryptographic clock mechanism used by Solana to establish the ordering of events without requiring nodes to communicate timestamps. It creates a verifiable, time-stamped sequence of events that allows validators to agree on the order of transactions without the coordination overhead that slows other blockchains.
How Proof of History Works
PoH uses a verifiable delay function (VDF) based on SHA-256 hashing. The leader node continuously hashes data in sequence, each hash feeding into the next, producing a chain of hashes where the position in the chain corresponds to the passage of time. Each transaction or event is hashed into this sequence at the moment it arrives, permanently encoding its order relative to all other events. Other validators can verify this sequence quickly by checking the hashes without having to reproduce the full computation.
Why PoH Matters for Solana’s Speed
Traditional blockchains require nodes to synchronize time externally or communicate to agree on transaction order, adding latency. PoH removes that requirement: the sequence is self-proving, so validators can validate in parallel without waiting for agreement on timestamps. This contributes directly to Solana’s ability to process thousands of transactions per second and achieve block times under half a second.
PoH Is Not the Consensus Mechanism
PoH is often confused with consensus. Solana’s consensus mechanism is Tower BFT, a variant of Practical Byzantine Fault Tolerance (PBFT) built on top of PoH. PoH provides the clock; Tower BFT provides the finality. PoH tells validators what order events happened in; Tower BFT determines which set of events becomes the canonical chain. This is a key distinction from PoW, which is itself a consensus mechanism, not just an ordering tool.
FAQ
Proof of History (PoH) is a cryptographic time-stamping mechanism used by Solana. It creates a verifiable sequence of hashed events that establishes the order of transactions without external time synchronization.
No. Proof of Work is a consensus mechanism where miners compete to solve computational puzzles to add blocks. Proof of History is not a consensus mechanism: it is a cryptographic clock that allows Solana’s validators to agree on event ordering without time synchronization overhead.
PoH removes the need for nodes to communicate to agree on transaction order. Because the ordering is proven by the hash sequence, validators can process transactions in parallel, reducing latency and enabling higher throughput.
Tower BFT is Solana’s actual consensus mechanism, built on top of PoH. PoH provides the verifiable clock; Tower BFT uses that clock to reach finality on which version of the chain is canonical.
Outperform your competitors?
Join our Newsletter and get weekly Blockchain news tailored for web3 builders.


