Bitcoin Mining Explained: How New Bitcoins Are Created
Bitcoin mining explained in plain language. Learn how mining works, what proof of work means, and why miners are essential to the Bitcoin network.
What Is Bitcoin Mining?
Bitcoin mining is the process by which new bitcoins are created and transactions are verified on the network. If you’ve ever wondered how Bitcoin works without a bank or central authority, mining is a big part of the answer. Miners are the computers that keep the whole system running.
In short: miners compete to solve mathematical puzzles. The winner gets to add a new batch of transactions to the blockchain and receives freshly created bitcoin as a reward. This process happens roughly every 10 minutes, around the clock.
Why Mining Exists
Bitcoin has no central authority. There’s no bank to verify that you actually have the bitcoin you’re trying to send, and no company deciding which transactions get processed first.
Mining solves this problem. It’s the mechanism that:
- Verifies transactions — Miners check that every transaction is valid (you actually own the bitcoin, you haven’t already spent it)
- Secures the network — The computational work required to mine makes it extremely expensive to attack or manipulate Bitcoin
- Creates new bitcoin — Mining is the only way new bitcoin enters circulation, following a predictable schedule
Without miners, Bitcoin transactions wouldn’t get confirmed and the network wouldn’t function.
How Bitcoin Mining Works
Step 1: Transactions Enter the Mempool
When someone sends bitcoin, the transaction is broadcast to the network and enters a waiting area called the mempool (short for memory pool). Think of it as a queue of unconfirmed transactions waiting to be processed.
Step 2: Miners Collect Transactions
Each miner selects a batch of transactions from the mempool and assembles them into a candidate block. Miners typically prioritize transactions with higher fees, since they get to keep those fees as additional income.
Step 3: The Puzzle
To add their block to the blockchain, a miner must find a specific number (called a nonce) that, when combined with the block’s data and run through a cryptographic function called SHA-256, produces a result that starts with a certain number of zeros.
There’s no shortcut to finding this number. Miners must try billions of possibilities per second until one of them gets lucky. This trial-and-error process is what makes mining computationally intensive.
Step 4: A Miner Wins
The first miner to find a valid solution broadcasts their block to the network. Other miners and nodes quickly verify the solution — which is easy to check, even though it was hard to find. If it’s valid, the block is added to the blockchain.
Step 5: The Reward
The winning miner receives two things:
- The block reward — Currently 3.125 BTC (as of the April 2024 halving)
- Transaction fees — All fees from the transactions included in that block
Then the process starts over for the next block.
What Is Proof of Work?
The mining puzzle is called proof of work because the solution proves that a miner expended real computational effort. It’s Bitcoin’s consensus mechanism — the way the network agrees on which transactions are valid without trusting any single party.
Key properties of proof of work:
- Hard to produce — Finding the correct nonce requires massive amounts of computing power
- Easy to verify — Anyone on the network can instantly check that a solution is valid
- Tamper-resistant — Changing any data in a past block would invalidate its proof of work, plus every block that came after it
This asymmetry — hard to create, easy to verify — is what makes Bitcoin secure.
The Evolution of Mining Hardware
Mining hardware has evolved dramatically since Bitcoin launched in 2009. Each generation brought exponentially more computing power:
CPU Mining (2009–2010)
In Bitcoin’s earliest days, anyone could mine using a regular computer’s processor (CPU). Satoshi Nakamoto mined the first blocks this way. Rewards were 50 BTC per block, and competition was virtually nonexistent.
GPU Mining (2010–2013)
Miners discovered that graphics cards (GPUs), designed for rendering video games, were far better at the repetitive calculations mining requires. A single GPU could outperform a CPU by 10–100x.
FPGA Mining (2011–2013)
Field-programmable gate arrays (FPGAs) offered another step up in efficiency. These specialized chips could be configured specifically for mining, using less electricity per computation than GPUs.
ASIC Mining (2013–Present)
Application-specific integrated circuits (ASICs) are chips designed to do one thing only: mine Bitcoin. They are millions of times more efficient than CPUs at mining. Today, ASIC miners are the only viable option for Bitcoin mining. A modern ASIC machine costs anywhere from $2,000 to $15,000 and produces several terahashes per second.
| Era | Hardware | Approximate Speed | Typical Cost |
|---|---|---|---|
| 2009–2010 | CPU | 1–20 MH/s | Already owned |
| 2010–2013 | GPU | 50–800 MH/s | $200–$600 |
| 2011–2013 | FPGA | 500 MH/s–1 GH/s | $500–$2,000 |
| 2013–present | ASIC | 10–200+ TH/s | $2,000–$15,000 |
MH/s = megahashes per second; GH/s = gigahashes per second; TH/s = terahashes per second
Mining Difficulty: How Bitcoin Self-Adjusts
If more miners join the network, blocks would be found too quickly. If miners leave, blocks would come too slowly. Bitcoin handles this with an automatic difficulty adjustment.
Every 2,016 blocks (roughly two weeks), the network recalculates the mining difficulty. If blocks were found faster than every 10 minutes, the puzzle gets harder. If they were found slower, it gets easier. This ensures a consistent block time regardless of how much mining power is on the network.
This self-adjusting mechanism is one of Bitcoin’s most elegant design features. No matter how many miners participate, the network maintains its steady rhythm.
Mining Pools
Because the odds of a solo miner finding a block are extremely low (like winning a lottery), most miners join mining pools. A pool is a group of miners who combine their computing power and split the rewards proportionally.
Here’s how it works:
- You join a pool and point your mining hardware at the pool’s server
- The pool coordinates the work so miners aren’t duplicating effort
- When the pool finds a block, rewards are distributed based on each miner’s contributed computing power
- The pool takes a small fee (typically 1-2%)
Major mining pools include Foundry USA, AntPool, F2Pool, and ViaBTC. The distribution of mining power across pools is important for network health — if any single pool controlled more than 50% of the network’s computing power, it could theoretically manipulate transactions.
The Energy Debate
Bitcoin mining uses a significant amount of electricity. The exact figures are debated, but estimates put Bitcoin’s annual energy consumption roughly on par with a small-to-medium country. This has made energy use one of the most contested topics around Bitcoin.
Arguments Against
- Mining consumes energy comparable to countries like Norway or Argentina
- The environmental impact is real, especially when powered by fossil fuels
- Some view the energy use as wasteful, since the “work” produces no physical product
Arguments in Favor
- An increasing share of Bitcoin mining uses renewable energy — the Cambridge Centre for Alternative Finance estimates over 50% of mining energy comes from sustainable sources
- Miners are economically incentivized to seek the cheapest electricity, which is often renewable (hydro, solar, wind, stranded natural gas)
- Bitcoin mining can monetize otherwise wasted energy, such as flared natural gas at oil wells
- The energy expenditure is the security cost of running a decentralized, global financial network
- Traditional banking infrastructure also consumes enormous resources (buildings, servers, transport)
The Nuance
The energy debate doesn’t have a simple answer. Mining’s environmental impact depends heavily on where the electricity comes from. A miner running on hydroelectric power in Quebec has a very different footprint from one running on coal in Kazakhstan. The trend is moving toward cleaner energy, but it’s a work in progress.
Block Rewards and the Halving
Miners receive new bitcoin as their reward for finding blocks. This reward is cut in half roughly every four years in an event called the halving:
| Year | Block Reward | Event |
|---|---|---|
| 2009 | 50 BTC | Bitcoin launches |
| 2012 | 25 BTC | First halving |
| 2016 | 12.5 BTC | Second halving |
| 2020 | 6.25 BTC | Third halving |
| 2024 | 3.125 BTC | Fourth halving |
As block rewards decrease over time, transaction fees become a larger portion of miner income. Eventually — around the year 2140 — all 21 million bitcoin will have been mined, and miners will be compensated entirely by transaction fees.
To learn more about this schedule and why it matters, see our guide on What is the Bitcoin Halving?.
Can You Mine Bitcoin at Home?
Technically, yes. Practically, it’s rarely profitable for individuals. Here’s why:
- Hardware cost — A competitive ASIC miner costs $2,000–$15,000
- Electricity — Mining machines run 24/7 and consume significant power. Your electricity rate is the single biggest factor in profitability
- Heat and noise — ASIC miners generate substantial heat and are loud (comparable to a vacuum cleaner)
- Competition — You’re competing against industrial operations with warehouses full of machines and access to cheap electricity
Home mining can still make sense if you have very cheap electricity (under $0.05/kWh), don’t mind the noise and heat, and view it partly as a way to acquire bitcoin without using an exchange. But for most people, simply buying bitcoin is more cost-effective.
Key Takeaways
- Mining is the process that verifies Bitcoin transactions and creates new bitcoin
- Miners compete to solve computational puzzles (proof of work) roughly every 10 minutes
- Mining hardware has evolved from regular computers to purpose-built ASIC machines
- The mining difficulty automatically adjusts to maintain a consistent block time
- Most miners join pools to earn steady, smaller rewards rather than rare, large ones
- Bitcoin’s energy use is significant and debated — the trend is toward more renewable sources
- Block rewards halve roughly every four years, eventually shifting miner income to transaction fees
Next Steps
- What is Bitcoin? — Start with the fundamentals if you’re new
- How Bitcoin Works — Understand the full system, not just mining
- What is the Bitcoin Halving? — Learn how Bitcoin’s supply schedule works
Found this helpful?
This site is free and independent. A small Bitcoin donation keeps it that way.
Related Guides
What Is the Bitcoin Halving?
Learn what the Bitcoin halving is, why it happens every four years, how it affects Bitcoin's price and mining, and when the next halving will occur.
Read guide →Bitcoin Lightning Network Explained: Faster, Cheaper Payments
The Bitcoin Lightning Network explained in plain language. Learn how it enables instant, low-cost Bitcoin payments and what it means for everyday use.
Read guide →What Is a Bitcoin Node? Understanding the Network's Backbone
Learn what a Bitcoin node is, why nodes matter for the network's security, and how running your own node gives you the highest level of verification.
Read guide →