Proof of Work Is a Design Choice, Not an Inevitability
Bitcoin’s proof-of-work consensus mechanism is frequently described as if it were a natural feature of blockchain technology, an unavoidable cost of maintaining a trustless distributed ledger. It is not. It is a specific design decision with specific energy consequences, and those consequences now register at the scale of national electricity grids.
The mechanism works as follows. Miners compete to solve a computationally intensive puzzle by identifying a numerical value — a nonce — that, when inserted into a hashing algorithm, produces an output matching a required pattern. The first miner to find a valid nonce broadcasts the solution, other nodes verify it, and the winning miner receives a Bitcoin reward. The algorithm automatically adjusts difficulty so that a new block is published approximately every ten minutes, regardless of how much total computing power is directed at the problem.
The security properties of this design are real. Rewriting the Bitcoin blockchain would require an attacker to outpace the cumulative computational work of the entire honest network — the so-called 51% attack. The energy expenditure is not incidental waste; it is the security model. But that model imposes costs that compound as Bitcoin’s price rises. Higher prices attract more miners, more miners increase the network hashrate, higher hashrates trigger difficulty adjustments, and the puzzle becomes harder for everyone. The energy consumed by the network grows without any corresponding increase in the number of transactions processed.
In March 2026, Bitcoin’s average daily hashrate was running between 840 and 1,600 quintillion hashing operations per second, compared to roughly 26 quintillion in March 2018. Transaction throughput has not scaled proportionally. The computational arms race that proof-of-work creates is the policy problem that every other cryptocurrency discussion eventually returns to.