Bitcoin mining is the process of using specialized computers to solve a cryptographic puzzle, in competition with everyone else on the network, in exchange for the right to add the next block and collect a reward. It's how new bitcoin enters circulation and how the network confirms transactions without a central authority, the practical application of the Proof of Work model that Bitcoin is built on. Bitcoin.org explains the same process from the protocol's own perspective.

Miners

Miners are participants running specialized hardware dedicated to solving Bitcoin's puzzle as fast as possible. Today this almost always means purpose-built machines called ASICs, since ordinary computers can no longer compete.

The word "mining" is a metaphor that has done more harm than good, because nothing is being dug up or discovered. What miners actually do is bundle pending transactions into a candidate block, check that every one of them is valid, and then race to find a number that makes the block acceptable to the network. The new bitcoin is not extracted from anywhere. It is created by the rules as payment for the work, which makes a miner closer to a security guard being paid in newly printed money than to a prospector.

The hardware story explains why this is now an industry rather than a hobby. Bitcoin was mined on ordinary laptop processors in 2009, then graphics cards, and now exclusively on ASICs, chips that can do precisely one thing, hash Bitcoin blocks, and are useless for anything else. That specialization made mining vastly more efficient and simultaneously killed it as something an individual does at home. Competitive mining today means warehouses of machines sited wherever electricity is cheapest, and the individuals who still participate mostly do so through pools, contributing their hardware to a group that shares rewards proportionally rather than waiting years for a solo block that statistically never comes.

Hashing

The "puzzle" is finding a number that, combined with the block's data, produces a hash below a target value. There's no shortcut; miners must try enormous numbers of guesses per second until one succeeds.

It is worth appreciating how deliberately stupid this is, because the stupidity is the point. There is no cleverness that helps, no partial credit, and no way to work backward from the target to the answer. A miner takes the block, appends a guess, hashes it, and looks at the result. Wrong almost every time, so change the guess and repeat, trillions of times per second. A hash that is easy to check but impossible to shortcut is exactly what you want if you need proof that real effort was spent, because the solution itself is the receipt. Anyone can verify a winning block in a fraction of a second, while producing one took the entire network ten minutes of combined effort.

Finding a valid block is closer to a lottery than a race, which is why pools exist. A miner with 1% of the network's hashpower does not finish 1% behind; they simply win roughly 1% of blocks, at unpredictable intervals. Every guess is independent, and no progress carries over.

Block rewards

The first miner to find a valid hash adds the next block and receives newly created bitcoin, plus the transaction fees in that block. This reward is how new bitcoin is issued, and it's cut in half on a fixed schedule. That event, the halving, is what enforces Bitcoin's 21 million supply cap.

The reward is also the network's entire security budget, and it explains why miners behave honestly without anyone supervising them. A miner who tries to slip in an invalid transaction has their block rejected by every full node, and the electricity they spent producing it is simply gone. Playing by the rules pays reliably; cheating costs real money and earns nothing. No enforcement is required beyond that arithmetic.

The long-term question this raises is a live one: as the block subsidy halves toward zero, transaction fees have to grow into the security budget on their own, and whether they will is genuinely unsettled. It is one of the few open questions in Bitcoin's design that its own community argues about seriously, and it will not be answered for decades.

Difficulty

Bitcoin automatically adjusts how hard the puzzle is roughly every two weeks, so blocks keep arriving about every ten minutes regardless of how much total computing power is pointed at the network. More miners competing means higher difficulty, not faster blocks.

This is the single most elegant piece of the design, and it quietly solves several problems at once. Because the difficulty retargets to whatever hardware is present, the network runs at the same pace with a thousand miners or a million, so issuance stays on schedule no matter how the industry grows. If a large share of miners switch off, as happened when China banned mining in 2021, blocks slow down temporarily and then difficulty drops to compensate, and the network self-corrects without anyone intervening.

The corollary catches almost everyone at first: throwing more hardware at Bitcoin cannot make it faster. The extra effort is absorbed entirely by higher difficulty. What it buys is security, since the cost of overpowering the network rises in step, which is exactly the trade Bitcoin intends to make.

Energy

Because mining rewards raw computational effort, it consumes significant electricity, the practical cost that makes attacking the network prohibitively expensive. Our comparison of Proof of Work and Proof of Stake covers how this stacks up against the alternative.

The debate here is worth stating fairly, because both sides are describing something real. Critics point out that Bitcoin consumes electricity on the scale of a mid-sized country to process a modest number of transactions, which is indefensible if you measure it per transaction. Defenders answer that the energy is not buying transactions, it is buying settlement assurance for the whole network, and that miners chase the cheapest power on earth, which tends to be stranded hydro, curtailed wind, and flared gas that would otherwise be wasted. Both claims can be true simultaneously, and mostly are.

What is not in dispute is the mechanism. The energy is not a side effect that better engineering could remove; it is the security itself, converted into a form that cannot be faked. Rewriting history means out-spending everyone currently mining, in real electricity, in real time. Whether that assurance is worth the power it costs is a values question rather than a technical one, and it is the honest place for the argument to sit.

One misconception is worth clearing up before you leave, since it drives a lot of confused commentary. Mining does not process your transaction in any meaningful sense. The verification work, checking signatures and balances, is trivial and costs almost nothing; every full node does it for free. The expensive part is the competition to decide who gets to append the next block, and that cost would be identical whether the block held one transaction or four thousand. So the per-transaction energy figures that circulate widely are dividing a fixed cost by an arbitrary number, and they measure the wrong thing entirely.