How a miner builds and adds a block
When you send bitcoin, your transaction is broadcast to the network and waits in a holding area often called the mempool. Miners select transactions from this pool and assemble them into a candidate block, along with a special first entry that pays the miner. A block is essentially a batch of transactions plus a compact header that links it to the block before it.
To add the block to the chain, the miner has to find a valid "proof of work": a version of the block header whose cryptographic fingerprint (its hash) falls below a target value. Because a hash is unpredictable, there is no clever shortcut. Miners simply change a small counter called the nonce and re-hash, over and over, until one attempt happens to produce a small enough number.
The first miner to find a valid hash broadcasts the block. Every other participant can check it in an instant, and once accepted it becomes the new tip of the chain that everyone builds on next. Each additional block stacked on top is called a confirmation, and more confirmations make a past transaction progressively harder to reverse.
Proof of work and the difficulty adjustment
The rule that a block's hash must be below a target is what makes finding one hard. Lowering the target means fewer valid hashes exist, so more attempts are needed on average. This is the "work" in proof of work: real electricity spent on real computation.
Bitcoin aims for a new block roughly every ten minutes. As more computing power joins the network, blocks would start arriving faster, so the software automatically retargets the difficulty about every two weeks (every 2,016 blocks) to pull the average back toward ten minutes. If mining power leaves, difficulty falls. This self-correcting mechanism keeps issuance on schedule regardless of how many machines are competing.
The block reward, fees and the halving
The winning miner is paid in two ways. The first is the block subsidy: brand-new bitcoin created by the protocol itself and issued through that special first transaction (the coinbase). The second is the sum of transaction fees attached by users to get their payments included.
The subsidy is not fixed. It started at 50 BTC per block in 2009 and is cut in half every 210,000 blocks, roughly every four years, in an event known as the halving. It has stepped down to 25, then 12.5, then 6.25, and after the 2024 halving to 3.125 BTC per block. This schedule is the reason total supply is capped at about 21 million coins.
Over time the subsidy shrinks toward zero, and transaction fees are designed to make up a larger share of what miners earn. This gradual handover from newly issued coins to fees is one of Bitcoin's most-watched long-term questions.
Energy use and the hunt for cheap power
Because winning depends on doing more computation than competitors, mining consumes a large amount of electricity worldwide. That cost is not an accident or a flaw to be optimized away entirely; it is the physical anchor that makes rewriting history expensive and therefore impractical.
Electricity is a miner's biggest ongoing cost, so operators relentlessly seek the cheapest power they can find. In practice that has pushed mining toward surplus hydro, curtailed wind and solar, and otherwise wasted energy such as flared natural gas. Some operators also sell flexibility back to power grids by switching off during peak demand.
The environmental debate is genuine and unsettled. Critics point to the sheer scale of consumption and the carbon intensity of some regions; supporters argue mining can monetize stranded or wasted energy and support grid balancing. The honest summary is that impact depends heavily on where and how a given operation draws its power, and the picture continues to change.
Incentives: why mining keeps Bitcoin honest
The clever part of Bitcoin is not the hashing itself but the incentive structure around it. Playing by the rules earns a predictable reward. Trying to cheat, for example by attempting to reverse your own past spending, would require out-computing the rest of the network, which is enormously expensive and would likely devalue the very coins an attacker hopes to gain.
Nodes independently verify every block against the consensus rules, and the network treats the chain with the most accumulated work as authoritative. A miner who publishes an invalid block simply has it rejected and forfeits the electricity spent. In other words, honesty is not enforced by trust or authority; it is made the most profitable option.
This is also why total mining power, or hash rate, is often used as a rough proxy for how costly an attack would be. It reflects security spending rather than price, though the two are related over the long run.
Pools, ASICs and what mining looks like today
Early on, ordinary CPUs and then graphics cards could mine profitably. Today the work is dominated by ASICs, chips built to do nothing but Bitcoin's specific hash calculation as efficiently as possible. This specialization is why home mining on a laptop is no longer realistic for earning meaningful rewards.
Because a single machine might wait years to win a block on its own, most miners join pools. A pool combines the hash power of many participants, wins blocks more regularly, and splits the reward in proportion to the work each member contributed. This smooths out the lottery-like randomness into steadier, smaller payouts.
Mining sits at the supply side of Bitcoin: it governs how new coins enter circulation and how transactions settle. How that new supply interacts with broader financial conditions is a separate question of market context. A liquidity-focused analytics view such as BIKENZO, which plots a Global Liquidity Index against the Bitcoin price, can help frame that backdrop, though it describes conditions rather than the mechanics of mining itself.