Proof of Work
- Proof of Work is a consensus mechanism in which miners compete to solve a computationally difficult puzzle, and the first to find a valid solution adds the next block and collects the block reward.
- Miners repeatedly hash a block's data with a changing nonce until the result falls below a network target, which takes enormous numbers of guesses to find but is instant to verify.
- The real electricity and hardware cost of mining is what secures the chain, because rewriting history would require out-computing the honest majority.
Proof of work is a consensus mechanism where network participants (miners) compete to solve a computationally intensive puzzle in order to add the next block to a blockchain. Solving the puzzle is deliberately difficult and resource-intensive, while verifying a solution is quick, which lets the rest of the network confirm a block was earned fairly.
Why it matters
Proof of work secures the network by making it expensive to attack: an attacker would need more computing power than the honest network combined to rewrite transaction history, and that computing power costs real electricity and hardware. The trade-off, widely discussed, is significant energy consumption compared with alternative mechanisms like proof of stake.
Example
Bitcoin is the original and largest proof-of-work blockchain. See live data on our Bitcoin page.
Why does Proof of Work use so much electricity?
How does the network keep block times steady?
What stops someone from rewriting the blockchain?
Other glossary terms connected to this one.
Go deeper than the definition — explainers, live data and free calculators.