What Is Bitcoin Mining and How Does It Work?

Updated July 13, 2026 6 min read

Every new block added to Bitcoin’s blockchain has to come from somewhere, and the process that creates it, mining, is also what keeps the entire network secure.

The short answer

Bitcoin mining is the process by which specialized computers compete to solve a computational puzzle in order to verify a batch of pending transactions and add them to the blockchain as a new block. The first miner to solve the puzzle earns the right to add that block and receives a reward made up of newly issued bitcoin plus the transaction fees included in that block.

The puzzle miners are solving

Bitcoin uses a system called proof-of-work, which requires miners to repeatedly guess a numerical value, called a nonce, that, combined with the block’s data, produces an output meeting a specific difficulty target. There’s no shortcut to finding the right value; miners essentially guess billions of times per second until one of them lands on a qualifying answer. This is one specific way of implementing a consensus mechanism, the broader category of methods blockchains use to agree on a single, shared version of the ledger.

Why the difficulty adjusts over time

The network automatically adjusts how hard the puzzle is roughly every two weeks, based on how quickly recent blocks were found. If more computing power joins the network and blocks are being found faster than the target pace, the difficulty rises; if computing power drops off, the difficulty falls. This keeps new blocks arriving at a roughly consistent pace regardless of how much total computing power is participating at any given time.

What miners actually earn

Solo mining versus pooled mining

Because the odds of any single miner solving the puzzle first have become extremely low given the total computing power on the network today, many miners join a mining pool, combining computing power with others and splitting rewards proportionally based on contributed effort. This smooths out how often an individual participant receives a payout, even though it doesn’t change the total amount of computing power required to compete.

Why mining matters beyond issuing new coins

Beyond creating new bitcoin, mining is what secures the network against fraudulent transaction history. Rewriting past transactions would require redoing the computational work for every block since, competing against the combined power of every other miner on the honest chain, a cost that becomes prohibitively expensive as the network grows. This same security model is also central to understanding the difference between a hard fork and a soft fork, since changes to Bitcoin’s rules generally require broad agreement among the participants securing the network.

The takeaway

Bitcoin mining combines two functions in a single process: it issues new coins on a predictable schedule and it secures the network by making transaction history extremely costly to rewrite. Understanding that dual purpose explains both why mining consumes significant computing resources and why it remains central to how the network works, even as participation has shifted heavily toward pooled operations over the years.