Back to Glossary

PoW (Proof of Work)

A consensus mechanism requiring miners to solve cryptographic puzzles to validate transactions.

Proof of Work (PoW) is a consensus mechanism where miners compete to solve cryptographic puzzles to validate transactions and secure the network. The first miner to solve the puzzle earns the right to add the next block and receives a block reward.

PoW is the original blockchain security model and powers networks like Bitcoin.

How PoW Works

Miners bundle transactions into a candidate block

They perform millions of hash calculations per second

The first to find a valid hash broadcasts the block

Other nodes verify it

The block is added to the chain

The miner earns new coins + transaction fees

PoW makes attacks extremely expensive and impractical.

Advantages of PoW

Proven, battle-tested security

Strong decentralization when mining is distributed

Resistance to certain types of economic attacks

Simple, elegant incentive structure

Criticisms of PoW

High energy consumption

Specialized hardware leads to industrial-scale mining

Slower scalability than PoS

Environmental debates around carbon footprint

Despite these criticisms, PoW remains the most secure consensus model known today.

Summary

Proof of Work is a consensus mechanism where miners solve cryptographic puzzles to secure the blockchain. It is energy-intensive but extremely secure, powering networks such as Bitcoin and early Ethereum.

See also