What is Proof of Work?
The consensus mechanism Bitcoin uses to validate transactions and secure the network. Miners must expend computational energy to find a valid hash for a new block.
Why It Matters
Proof of Work is Bitcoin's core innovation. Instead of trusting a central authority or a group of validators, Bitcoin requires miners to perform computational work to create new blocks. This work is expensive (billions of dollars in electricity annually) and difficulty-adjusted to maintain consistent block times. Because rewriting Bitcoin history would require redoing all the computational work, attacking Bitcoin is prohibitively expensive. Proof of Work is also why Bitcoin cannot be easily forked or changed—the miners and nodes must agree on the rules, creating genuine decentralization. Proof of Work is energy-intensive, which is debated, but this energy expenditure is the price of Bitcoin's security and decentralization.
How It Works
Proof of Work requires miners to find a valid hash for a new block by trying different nonce values until one produces a hash below the difficulty target. The difficulty target requires the hash to have a certain number of leading zeros, which only happens by random chance about once per 2^difficulty attempts. On average, finding a valid block requires trying trillions of different nonce values. This computational work is easy for everyone to verify (one hash calculation) but expensive to perform (trillions of attempts). This asymmetry is crucial—it makes mining expensive but verification cheap, securing the network efficiently.