Proof of Work (PoW) is the mechanism a blockchain uses to reach agreement on which transactions are valid and which participant gets to add the next block, without needing a central authority. It repurposes a much older idea, first proposed in the 1990s as a way to deter spam and denial-of-service attacks, and turns it into the economic backbone of a decentralized network.
Under PoW, participants known as miners compete using specialized hardware to find a numeric value, called a nonce, that produces a block hash meeting the network's current difficulty target. This requires massive amounts of trial-and-error computation, which is deliberately expensive to perform but cheap for any node to verify once found. The difficulty automatically adjusts so blocks arrive at a roughly steady pace regardless of how much total hash rate is competing. The winning miner broadcasts the block and collects a reward: newly issued coins plus transaction fees.
This design gives PoW networks strong, battle-tested security: rewriting transaction history would require out-computing the entire honest network, an expense that grows with the chain's size and age. Bitcoin is the most prominent example, having run continuously on PoW since 2009, alongside coins like Litecoin, Dogecoin, and Monero.
The trade-off is energy use. PoW mining consumes large amounts of electricity, drawing scrutiny from regulators and environmental critics, and has pushed some newer networks, including Ethereum after its 2022 transition, toward Proof of Stake instead. PoW chains also face theoretical risks such as a 51% attack, where an entity controlling most of the network's computing power could disrupt transaction ordering, though this becomes exponentially harder as a network's hash rate grows.