Picture this: you send crypto, watch the transaction pop up on a block explorer, and then wait with bated breath as the network processes it. Somewhere in that tense window, a block of data is forming, filling up, and eventually locking itself into the chain forever. But what does "locked" actually mean, and who decides when a block is officially sealed?

The answer is one of the most misunderstood ideas in crypto: finality. It is the moment a block stops being a draft and becomes permanent history — and the way different networks get there is wildly different.

The Moment a Block Becomes "Locked"

When miners or validators gather recent transactions into a candidate block, that block is essentially a proposal. It exists on a single computer (or a small group of them) until the rest of the network agrees it belongs on the chain. Until that agreement happens, the block is soft — it can be orphaned, re-mined, or replaced by a competing version with a heavier proof.

"Locking" is shorthand for finality: the point at which reversing the block would cost more than any rational attacker would be willing to pay. Different blockchains define this point differently, but the goal is identical — make rewriting history so expensive it is practically impossible.

Across the industry, you'll run into two flavors of finality:

  • Probabilistic finality — used by Proof of Work chains like Bitcoin. A block gets "more locked" with every new block stacked on top of it.
  • Absolute (deterministic) finality — used by many Proof of Stake chains. Once validators vote, the block is final and cannot be reverted under normal conditions.

How Proof of Work Locks Blocks, One Confirmation at a Time

On a Proof of Work network like Bitcoin, locking a block is a slow, statistical process. When a miner solves the cryptographic puzzle, they broadcast the new block. Other nodes check it, accept it, and start mining the next block on top of it. That next block is the first confirmation. Each new block stacked above adds another confirmation, and with it, another layer of lock.

Why does stacking blocks lock them in? Because reversing a block would require re-mining it and every block that came after it, faster than the honest network keeps adding new ones. After roughly six confirmations on Bitcoin, the computational cost of a rewrite becomes so astronomical that the network treats the block as effectively permanent.

Six confirmations on Bitcoin is the gold standard — only a hostile actor controlling more than half the network's hash power (a so-called 51% attack) could reverse it, and even then at staggering, often self-defeating cost.

How Proof of Stake Locks Blocks Through Validator Voting

Proof of Stake chains take a far more decisive approach. Instead of waiting for new blocks to pile up, validators explicitly vote to finalize a block. On Ethereum, for example, a block goes through checkpoints and justification rounds before being declared final, usually after two epochs (about 12.8 minutes).

Here is the typical lock-in flow on a modern PoS chain:

  • A block is proposed by a randomly selected validator.
  • Other validators attest that the block is valid and follows the protocol rules.
  • Once a block receives votes from validators controlling two-thirds of the staked assets, it is justified.
  • When a new justified checkpoint is built on top of it, the previous one becomes finalized — locked forever, barring a coordinated attack.

The economic lock here is brutal: if validators try to reverse a finalized block, the protocol automatically slashes their staked tokens, burning their money as punishment. That makes attacking finality not just expensive, but actively self-destructive.

The Role of Slashing in Locking Blocks

Slashing turns finality from a soft promise into a hard economic guarantee. A validator who signs off on two conflicting blocks for the same slot loses a portion of their stake — sometimes the entire amount. This makes trying to rewrite a finalized block a guaranteed way to set your own money on fire, which is exactly the point.

What "Locked" Really Means for Your Transaction

For everyday users, a locked block means one simple thing: your transaction is permanent. It cannot be censored, reversed, or quietly rewritten by any single party — not a miner, not a validator, not even the team that built the blockchain. That is the whole promise of decentralization: the lock is not enforced by a boss; it is enforced by math, code, and economic incentives working in concert.

That said, "locked" does not mean instant. Different networks offer very different guarantees:

  • Bitcoin: roughly 60 minutes for high-value, near-absolute finality.
  • Ethereum: about 13 minutes for full economic finality.
  • Solana, Aptos, Sui: sub-second finality, with different tradeoffs in decentralization and hardware requirements.

Exchanges and DeFi protocols pick their required confirmation count based on the chain's finality model — and that choice directly affects both security and user experience.

Can Locked Blocks Ever Be Undone?

Yes — but only under extraordinary, catastrophic conditions. On a Proof of Work chain, a 51% attack could in theory rewrite recent history, though the cost grows exponentially with each confirmation. On a Proof of Stake chain, an attacker would need to control over two-thirds of the staked tokens and would lose a fortune to slashing in the attempt — and if successful, the chain's token would likely collapse in value, destroying the very reward they were chasing.

In practice, these attacks are so costly and self-defeating that a properly functioning network treats its locked blocks as immutable. The lock holds not because it is physically unbreakable, but because breaking it would be more expensive than any plausible reward.

Key Takeaways

  • A block gets "locked" when the network reaches finality — the point at which reversing it is impractical or impossible.
  • Proof of Work uses probabilistic finality, with confirmations stacking up over time.
  • Proof of Stake uses deterministic finality, with validators voting and slashing enforcing the lock.
  • Locked blocks are protected by math, code, and economic incentives — not by a central authority.
  • Finality times vary widely, from under a second on some PoS chains to over an hour on Bitcoin.

Next time you watch "X confirmations" tick up on a block explorer, you will know exactly what is happening: the network is stacking up the locks, one block at a time, until rewriting your transaction would be the most expensive mistake an attacker could possibly make.