When a miner or validator drops a new block onto a blockchain, it isn't instantly carved into digital stone. It's more like a draft sitting on a shared desk — useful, but not yet permanent. So what actually locks a block in place, and how can a network of strangers agree that a piece of data is final, irreversible, and trustworthy?
What Does "Locking a Block" Actually Mean?
"Locking" a block is the process by which the network reaches consensus that this block of data is the canonical truth, and that it should be appended to the chain in a way that becomes progressively harder to undo. This concept has a technical name: finality. Finality is the degree of assurance that a transaction or block will never be reversed, rewritten, or quietly erased from history.
Different blockchains achieve finality in very different ways, and the speed at which a block becomes "locked" can range from a few seconds to many hours. Understanding this process matters because it's the foundation of trust in any decentralized ledger. Without finality, your Bitcoin payment could vanish. With it, you're dealing with something closer to digital bedrock.
Proof of Work: Locking Through Computational Effort
The original locking mechanism, pioneered by Bitcoin, is Proof of Work (PoW). When a miner finds a valid hash for a new block, they broadcast it to the network. Other nodes verify the work, and if the block is valid, they add it to their copy of the ledger and start mining the next block on top of it.
But here's the catch: at this point, the block isn't truly "locked." It's just confirmed once. If another miner broadcasts a competing block at the same height, the network temporarily splits. Miners will keep building on whichever chain they see first, and eventually one chain will become longer and win out.
The longest chain wins — and that's how PoW achieves what cryptographers call probabilistic finality.
Each new block added on top of a transaction makes it exponentially harder to reverse. To rewrite a block, an attacker would need to redo all the work for that block and every block after it, faster than the rest of the network combined. That's why exchanges typically wait 6 confirmations before crediting a large Bitcoin deposit — by then, the cost of reversing it is prohibitively expensive.
The 51% Attack Threat
If a single entity controls more than 50% of the network's hashing power, they can rewrite recent history — a so-called 51% attack. This is the soft underbelly of PoW locking. It's economically brutal on Bitcoin, but smaller PoW chains have been attacked successfully. The deeper a block sits in the chain, the safer it becomes.
Proof of Stake: Locking Through Economic Skin in the Game
Proof of Stake (PoS) chains like Ethereum (post-Merge) lock blocks very differently. Instead of miners burning electricity, validators lock up — or "stake" — the chain's native token as collateral. When a validator proposes or attests to a block, they're putting real money on the line.
If they act honestly, they earn rewards. If they try to cheat — say, by signing two competing blocks at the same height — the protocol slashes their stake, burning a portion of it. This creates a powerful economic disincentive to mess with the locked history.
- Attestations: Validators vote on which block they believe is the head of the chain.
- Justification: When two-thirds of validators agree on a block, it becomes "justified."
- Finalization: When a justified block is followed by another justified block on top, the first becomes "finalized" — reversing it would require slashing over one-third of all staked ETH.
On Ethereum today, a block typically reaches finality in about 12 to 15 minutes. That might sound slow, but the slashing guarantees make any reversal cost attackers billions of dollars.
Different Chains, Different Speeds
Not every blockchain waits this long. Some PoS networks use Byzantine Fault Tolerance (BFT) consensus, where blocks can be finalized in seconds once a supermajority of validators agrees. The trade-off: BFT chains typically have a limited validator set, which raises legitimate concerns about decentralization and censorship resistance.
Why Deep Locks Matter (And Why Confirmations Exist)
If blocks can lock instantly, why do services wait for multiple confirmations? Because finality isn't binary — it's a spectrum. On Bitcoin, a 1-confirmation block might still get reversed in a "reorg." A 6-confirmation block is, for all practical purposes, permanent.
The deeper a block sits, the more resources an attacker must expend to rewrite it. This is the security budget that makes blockchains valuable in the first place: every confirmation is one more layer of cryptographic and economic armor stacked on top of your transaction.
- Small payments? One or two confirmations on PoW, or instant acceptance on a finalized PoS chain.
- High-value transfers? Wait for full finality, especially on probabilistic chains.
- Smart contract settlements? Require deterministic finality to avoid costly reorg-driven disasters.
Key Takeaways
- A blockchain block "locks" when the network reaches consensus that it's the canonical version of history.
- Proof of Work uses computational effort — each new block makes older ones exponentially harder to reverse.
- Proof of Stake uses economic penalties — validators lose staked tokens if they try to rewrite history.
- Finality comes in degrees: probabilistic in PoW, near-instant economic finality in many PoS designs.
- Confirmations matter because every new block stacks additional security on top of what's already locked.
Zyra