blockmindset
Lesson 1 of 512 min

51% Attacks

A majority block-production attacker can rewrite recent history or censor transactions but cannot forge private-key signatures.

Why this matters

This is the most famous blockchain attack and one of the most misunderstood.

1

The Intuition

If an attacker can create valid blocks faster than the honest network, they can build an alternative history and reveal it later.

2

See it concretely

Concrete example

If the official class notes are whichever notebook has the most verified pages, the fastest page writer can replace recent pages — but still cannot forge another student's signature.

3

Tempting — but wrong

4

The precise version

In Proof of Work, majority hash power can outpace honest cumulative work. Practical impacts include double-spending attacker-controlled transactions, censorship, reorganization of recent blocks, and confidence loss. In Proof of Stake, analogous attacks depend on validator weight, finality, fork choice, and slashing rules.

attackerPower > honestPower \Rightarrow attackerChainGrowth > honestChainGrowth

Check your understanding

Can a 51% attacker spend coins without the private key?

Click to reveal answer

Who is most exposed to double-spend risk?

Click to reveal answer

Before moving on
  • List what a majority attacker can and cannot do.
  • Explain double-spend reorganization.
  • Explain why confirmations matter.
  • Compare PoW majority power with PoS finality assumptions.
?Checkpoint

What can a 51% attacker generally not do?