Proof of Work (PoW) is the original blockchain consensus mechanism, used by Bitcoin and a handful of other chains. Miners compete to solve a computationally intensive cryptographic puzzle – finding a nonce (a number) that when hashed with block data produces an output below a target value. This requires enormous trial-and-error computation. The first miner to find a valid solution earns the block reward plus transaction fees. PoW provides security through cost: attacking the network requires more computing power than the entire honest network combined – prohibitively expensive at Bitcoin scale. The network automatically adjusts mining difficulty every 2,016 blocks (~2 weeks) to maintain ~10-minute block times regardless of how much hashrate is active. PoW main criticism is energy consumption: Bitcoin mining uses approximately 130-150 TWh annually – comparable to a small country. Proponents argue this energy expenditure is the price of Bitcoin unparalleled security and immutability, and that an increasing share comes from renewable sources. Ethereum abandoned PoW in September 2022 (The Merge), switching to Proof of Stake and reducing energy use by 99.95%.

Example: Example: In 2021, China banned Bitcoin mining, causing ~50% of global hashrate to go offline overnight. Bitcoin difficulty adjustment compensated: over the next 2,016 blocks, difficulty dropped 28%, restoring 10-minute block times. Miners in Kazakhstan, the US, and Russia absorbed displaced capacity – demonstrating PoW remarkable self-healing ability.

Learn more: Bitcoin.org – Proof of Work

Dr Steve