Knowledge base
In our last article, we looked at how Bitcoin actually works and flagged mining as a topic deserving proper treatment of its own. It's arguably the single most misunderstood part of how Bitcoin actually works, so let's open it up properly.
Bitcoin mining is the process by which participants compete to verify new transactions and add them to the blockchain, using enormous amounts of computing power to solve a deliberately difficult puzzle - with newly created Bitcoin awarded to whoever solves it first.
Each miner takes the pending transactions for the next block, along with some other data, and tries to find a specific number that, when combined with that data and run through a cryptographic function, produces a result meeting a particular condition - for instance, a result starting with a certain number of zeros. There's no clever shortcut to finding it; the only real method is to try enormous numbers of guesses, extremely quickly, until one happens to work.
This difficulty is entirely deliberate. It's what makes the blockchain trustworthy without any central authority: producing a valid block requires real, verifiable effort, which is exactly why rewriting Bitcoin's history would be so costly - you'd need to redo that effort for every block you wanted to change, faster than everyone else combined.
The first miner to solve the puzzle for a given block gets to add it to the blockchain, and receives two things in return: a block reward of newly created Bitcoin, and the transaction fees attached to everything included in that block. This is also, incidentally, the only way new Bitcoin ever enters circulation - there's no other mechanism for creating it.
Bitcoin automatically adjusts how hard this puzzle is roughly every two weeks, specifically to keep new blocks arriving at close to one every ten minutes on average, regardless of how much total computing power is competing at any given time. If far more miners join and blocks start coming faster, the puzzle gets harder. If miners drop out and blocks slow down, it gets easier. This self-regulating design is a large part of why Bitcoin's issuance has stayed remarkably predictable since 2009, whatever else has changed around it.
Mining does use real energy - that solving-by-brute-force process is precisely what makes it costly to fake. We addressed the environmental question directly in our article on common Bitcoin misconceptions, and go deeper still in our advanced article on Bitcoin mining and energy. The short version: the same energy use that draws criticism is also the mechanism making the network secure in the first place - it isn't a wasteful side effect, it's the point.
This connects directly back to why the blockchain can be trusted without a central authority: the sheer scale of verified computing effort behind Bitcoin's history is what makes altering it practically impossible. Mining isn't a side detail - it's the mechanism the entire security model rests on.
In principle, anyone with the right hardware and access to sufficiently cheap electricity can participate - mining is permissionless, with no application or approval required. In practice, competition has pushed mining toward specialised hardware and large-scale operations, since more computing power gives a proportionally better chance of solving the puzzle first. But the underlying rules apply equally to everyone; there's no special access granted to any single participant.
Back to topNext in knowledge base
In our next article, What Happens When Bitcoin “Halves”? Understanding the Halving Cycle, we'll look at a scheduled event tied directly to the mining process covered here.
