Skip to content
Glossary

Proof of Work

Proof of Work is a consensus mechanism in which participants, called miners, compete to solve a computationally difficult puzzle. The first to find a valid solution earns the right to add the next block of transactions to the blockchain and collects the associated block reward.

How it works

Miners repeatedly hash a block’s data together with a changing value called a nonce until the result falls below a network target. Finding that solution requires enormous numbers of guesses and therefore real electricity and hardware, but verifying a winning solution is instant for everyone else. The network automatically adjusts the difficulty so that blocks arrive at a roughly steady pace regardless of how much mining power is online.

Why it matters

The cost of mining is what secures the chain: to rewrite history an attacker would need to out-compute the honest majority, which is prohibitively expensive on a large network. The same energy cost is also Proof of Work’s main criticism, and it is the reason some networks favour proof of stake instead.

Example

Bitcoin is the best-known Proof of Work network. Litecoin and Bitcoin Cash also use it, each with their own hashing details.

Proof of Work: Frequently Asked Questions

How does Proof of Work secure a blockchain?
Miners repeatedly hash a block's data with a changing nonce until the result falls below a network target, which takes enormous numbers of guesses and real electricity. To rewrite history, an attacker would need to out-compute the honest majority, which is prohibitively expensive on a large network. The cost of the work itself is what protects the chain.
Why does the difficulty in Proof of Work change?
The network automatically adjusts the difficulty so that blocks arrive at a roughly steady pace regardless of how much mining power is online. If more miners join and blocks come too fast, difficulty rises; if mining power leaves, it falls. This keeps block timing predictable even as total computing power fluctuates over time.
What is the main drawback of Proof of Work?
The same energy cost that secures the chain is also Proof of Work's main criticism: producing valid blocks consumes large amounts of electricity and specialized hardware. This environmental and resource concern is a key reason some networks favor proof of stake instead, which seeks similar security through economic collateral rather than computational work.