What Is Proof of Work in Crypto?

Proof of work (PoW) is a consensus mechanism where miners compete to solve a computational puzzle — finding a hash that meets a difficulty target — and the winner produces the next block. Security comes from the aggregate economic cost of the hashpower attacking the chain would need to outcompete. Bitcoin, Dogecoin, Litecoin, and Ethereum Classic still use PoW.

Also known as: PoW, proof-of-work, mining consensus

Ask Stingray anything about Proof of Work

How PoW works

The Bitcoin version:

  1. Miners collect pending transactions into a candidate block.
  2. They compute a hash of the block header combined with a nonce.
  3. If the hash starts with enough leading zeros (meets the difficulty target), the block is valid.
  4. If not, they increment the nonce and try again.
  5. First miner to find a valid hash broadcasts the block; network accepts it; miner earns the block subsidy (currently 3.125 BTC) plus fees.
  6. The difficulty adjusts every 2,016 blocks (~2 weeks) to keep block times averaging 10 minutes.

The puzzle is probabilistic. Over long enough windows, expected earnings per miner are proportional to their share of total network hashrate.

What PoW actually secures

The cost of a 51% attack — acquiring enough hashpower to produce a longer private chain that overrides public blocks — scales with total network hashrate and the cost of hardware + electricity. Bitcoin’s current security budget (miner revenue) runs ~$15-20B annually. A sustained attack needs comparable ongoing investment.

PoW doesn’t reward the attacker; if they successfully rewrite history, the act of doing so wastes their hashpower investment and tanks the asset’s price. This economic circularity — honest mining is profitable precisely because dishonest mining would destroy the asset’s value — is the core security model.

Where PoW still wins

  • Censorship resistance — a PoW miner anywhere in the world with hardware and electricity can participate. There’s no “stake” that can be frozen by regulators.
  • Settlement finality in adversarial environments — Bitcoin has run 15+ years with no successful reorg of blocks more than a few confirmations deep. The track record matters.
  • Sovereign wealth — PoW assets (Bitcoin especially) can’t be confiscated by governments who control the issuer, because there’s no issuer.

Risks and considerations

  • Energy use — Bitcoin’s ~150 TWh/year is ~0.4% of global electricity. The climate narrative is politically salient even if economists disagree on the marginal impact.
  • Geographic concentration of mining — hashrate clusters in regions with cheap electricity (post-China-ban, mostly US, Kazakhstan, Russia). Coordinated regulatory action in one region can disrupt network hashrate.
  • Small-chain 51% attacks — long-tail PoW chains (Bitcoin Gold, Ethereum Classic) have been 51%-attacked multiple times; low hashrate makes rental attacks cheap. Bitcoin itself has never been.
  • Halvings and security budget — Bitcoin’s block subsidy halves every 4 years. As the subsidy approaches zero, fees must grow to maintain miner revenue; whether fees alone can secure the chain long-term is an open debate.

For users, PoW remains the canonical choice for value-storage and sovereign-wealth use cases. For smart-contract execution and high-throughput apps, PoS dominates the post-2022 landscape.

See also on Stingray

Related terms