← Bitcoin Encyclopedia

Mining

🌿 Intermediate

💡 The Plain-English Definition

Mining is the process by which new Bitcoin transactions are validated, bundled into blocks, and permanently added to the blockchain — with miners earning the block reward (newly created Bitcoin plus transaction fees) for successfully completing each block.

🤔 But Why Though?

Mining solves a fundamental problem: who gets to add the next page to Bitcoin’s permanent ledger, and how do we prevent them from cheating? The answer is proof-of-work (the energy-intensive computational process where miners search for a hash — the output of a mathematical function — that falls below a certain target value). Finding such a hash requires billions of attempts per second. It’s like searching for a lottery ticket with a specific number by buying tickets one at a time, billions per second. The first miner to find a valid hash wins the right to add the next block and collect the reward.

What miners actually do: they collect unconfirmed transactions from the mempool (Bitcoin’s waiting room for transactions), select which ones to include based on feerate (fee per unit of transaction size), assemble them into a candidate block, and then begin hashing the block header, changing the nonce (a 32-bit number in the block header) with each attempt to produce different hash outputs, searching for one that falls below the current difficulty target. Modern mining uses ASICs (Application-Specific Integrated Circuits — chips purpose-built for Bitcoin’s SHA-256 hash function, far faster than general-purpose computers) and operates in mining pools (groups of miners combining hash rate to share rewards more consistently) rather than solo.

The economics require electricity costs below revenue from block rewards. Mining is geographically concentrated where electricity is cheapest — historically hydropower in regions with surplus generation. After China’s 2021 mining ban, the industry diversified significantly across North America, Central Asia, and South America. The environmental debate is genuine: Bitcoin mining does consume significant energy. The counterargument is also genuine: much of that energy comes from otherwise-curtailed renewables, and the energy use is the security mechanism — it’s not waste but the cost of the trust system. Geographic distribution matters for censorship resistance: mining concentrated in one country creates political risk. The 2021 China ban demonstrated that even a 50% hash rate drop is recoverable within months.

🌍 The Real-World Analogy

Think of mining like a city-wide competition where thousands of people simultaneously search a vast warehouse for a specific rare coin. Everyone is searching different sections simultaneously. Whoever finds it first wins the prize. The warehouse is so large that finding the coin requires billions of searches per second. The prize is worth the effort only if your searching is efficient — the fastest searcher with the lowest operating costs wins over time. Bitcoin mining is that competition, run every ten minutes, with the warehouse reset each time.

⚡ So What?

Mining is what makes Bitcoin’s ledger trustworthy without a central authority. Understanding it explains why Bitcoin uses energy (that’s the security cost), why hash rate matters (more hashing = harder to attack), and why the mining industry’s health is relevant to every Bitcoin holder. A thriving, geographically distributed mining industry is evidence that Bitcoin’s security model is economically self-sustaining.

Part of The Bitcoin Encyclopedia 167 terms, plain English, no jargon.