Skip to content

How Mining Works

Proof of Work, difficulty adjustments, hardware evolution — the full picture of Bitcoin mining.

4 min read

Key points

Mining verifies transactions and adds new blocks via Proof of Work, earning newly issued bitcoin as a reward while difficulty adjustments keep block generation at roughly 10 minutes. Hardware evolved from CPUs to specialized ASICs, and while mining's energy use and the long-term quantum computing threat draw debate, a quantum 51% attack is currently considered physically impossible.

What Is Mining?

  • Mining is the process of verifying transactions on the Bitcoin network and adding new blocks to the blockchain. New bitcoins are issued as a reward for this work.
  • Mining serves two vital roles: ① a fair mechanism for issuing new bitcoins, and ② verifying transactions and maintaining network security.
  • The name "mining" comes from gold mining. Like gold, Bitcoin must be "mined" by investing resources (computing power and electricity).

Proof of Work

  • Proof of Work (PoW) is a mechanism proving that a computer has performed a certain amount of computational work. Miners must find a nonce that makes the block's hash meet a specific condition (starting with a certain number of zeros).
  • This computation is performed through brute force. There is no way to predict a valid nonce — trillions of attempts may be needed.
  • The miner who finds a qualifying hash broadcasts the block to the network. Other nodes can verify its correctness with a single hash calculation (verification is far easier than discovery).
  • This asymmetry — "hard to compute, easy to verify" — is the essence of PoW and underpins the network's security.
Mining is brute-force repetition: change the nonce, hash the block header again, and the block is found the moment the result falls below the target.

Difficulty Adjustment

  • Bitcoin is designed to produce one block approximately every 10 minutes. To maintain this interval, the mining difficulty is automatically adjusted every 2,016 blocks (about two weeks).
  • If blocks are generated too fast, difficulty increases; if too slow, it decreases. Regardless of miners joining or leaving, the block generation rate remains constant.
  • Difficulty is expressed as a "target hash value." The hash found by miners must be smaller than this target. The smaller the target, the higher the difficulty.
  • As of 2026, the difficulty stands at roughly 130 trillion times its initial 2009 value — a testament to how dramatically mining computing power has grown over 17 years (difficulty adjusts up or down every 2,016 blocks and has recently hovered around the 100-trillion-times range).

Mining Hardware Evolution

  • CPU era (2009–2010): In the early days, mining was possible on ordinary PC processors. Satoshi themselves reportedly mined on a laptop.
  • GPU era (2010–2013): GPUs offer tens of times the parallel processing power of CPUs, dramatically improving mining efficiency. Gaming graphics cards were repurposed for mining.
  • FPGA era (2011–2013): Field-Programmable Gate Arrays were custom hardware with better energy efficiency than GPUs, used for a brief period.
  • ASIC era (2013–present): Application-Specific Integrated Circuits are chips designed specifically for SHA-256 computation, achieving over a million times the efficiency of CPUs. Mining today is dominated entirely by ASICs.
  • The advent of ASICs made mining on personal computers effectively impossible. Current leading ASICs include the Bitmain Antminer S21/S23 series and MicroBT WhatsMiner M60/M70 series.

Mining Pools

  • A mining pool is an arrangement where multiple miners combine their computing power to increase the probability of finding blocks. Rewards are distributed among participants proportionally to their contributed computing power.
  • An individual miner's chance of finding a block is lottery-like, but joining a pool provides small but steady rewards.
  • As of 2026, major pools such as Foundry USA, AntPool, ViaBTC, F2Pool, Braiins Pool, and Luxor account for the majority of the total hash rate.
  • Pool concentration is a concern for network decentralization. If a single pool exceeds 50% of the hash rate, a 51% attack becomes theoretically possible. However, pool participants can freely switch pools, providing a natural check on this issue.

Energy Consumption and Debate

  • Bitcoin mining's annual electricity consumption is estimated at roughly 150–180 TWh as of 2026 (estimates vary by methodology), comparable to some countries' total power consumption.
  • Critics call it "a waste of energy," but proponents counter that it is "the necessary cost of maintaining value security."
  • Renewable energy use has been increasing. Regions with abundant hydropower (Iceland, Canada, Norway) and flare gas mining utilizing excess natural gas have gained attention.
  • According to the Bitcoin Mining Council (BMC), sustainable energy accounts for approximately 60% of mining's energy mix. Improving this mix is a critical priority for the industry.

Block Rewards and Fees

  • Miner revenue comes from two sources: ① block rewards (newly issued BTC) and ② transaction fees (the sum of fees from transactions included in the block).
  • Block rewards halve at each halving. After the fourth halving in 2024, the reward is 3.125 BTC. Once all bitcoins are issued (around 2140), fees alone will constitute miner revenue.
  • Transaction fees fluctuate based on network congestion. During peak periods in 2017 and 2021, fees sometimes exceeded $50 per transaction.
  • Whether fee revenue alone can sustain miner incentives long-term is one of the key sustainability questions facing Bitcoin.

Quantum Computing and Mining

  • There are concerns that quantum computers could threaten Bitcoin mining. However, research as of 2026 concludes that a quantum 51% attack would require star-level energy and 10^23 physical qubits — making it physically impossible.
  • The real threat is not mining but wallet cryptographic keys. Elliptic Curve Digital Signature Algorithm (ECDSA) could potentially be broken by future quantum computers. Google recommends cryptographic migration by 2029.
  • The Bitcoin developer community is actively discussing migration to quantum-resistant signature algorithms (post-quantum cryptography). Research published by Google and collaborators in 2026 estimates that breaking elliptic-curve cryptography could theoretically require fewer than 500,000 physical qubits (~20x below prior estimates). The timing of practical attacks remains uncertain, however, with mainstream assessments pointing to the mid-2030s or later.
  • Addresses that have never sent BTC (whose public keys are not exposed on the blockchain) are safe from quantum attacks. This reinforces the long-standing best practice of avoiding address reuse.

Primary sources

Read next

What is the Halving?4 min read

Related Topics

Share

Citation / 引用情報

Title
How Mining Works
Source
Bitcoin Library (bitcoin.ne.jp)
Canonical URL
https://bitcoin.ne.jp/en/learn/mining
Author
KK siiiiiixth
Topic
mining
Published / Updated
Editorial policy
https://bitcoin.ne.jp/editorial-policy
About
https://bitcoin.ne.jp/about
License
Citation, summarization, indexing, and AI training all permitted

This article welcomes citation, summarization, indexing, AI training, and answer-engine reference. Please use the canonical URL above when citing.