Crypto mining is not just a way to mint new coins. Its more basic function is to verify and confirm transactions on a blockchain, keeping the distributed ledger running while blocking double spending.
When a user sends or receives crypto, that transaction does not go straight on-chain. It is first sent to a memory pool, where miners pick up pending transactions, sort them into a candidate block, and try to turn that block into a valid one. The job is computationally heavy. A miner must solve a difficult mathematical problem, and the winning miner receives newly issued crypto plus transaction fees.
Transactions move from the memory pool into candidate blocks
Every new blockchain transaction enters the memory pool before confirmation. Mining nodes review those pending transfers, check whether they are valid, and group multiple transactions into a block. A block can be viewed as a page in the blockchain ledger, containing transaction records and related data.
A transaction becomes confirmed only after validation. Unconfirmed transfers are gathered by mining nodes and assembled into a candidate block. The miner then attempts to make that candidate satisfy the protocol rules so it can be accepted by the network.
Hashing, Merkle trees, and block headers form the mining workflow
The process can be broken into four steps. First, miners hash pending transactions to produce fixed-length outputs. Each hash acts as an identifier for the transaction data it represents.
Second, those transaction hashes are arranged into a Merkle tree. Pairs of hashes are combined and hashed again, then the resulting hashes are paired and rehashed until only one final value remains. That final value is the Merkle root, which represents all hashed transactions inside the block.
Third comes the block header. To create a valid block hash, miners combine the previous block hash, the candidate block’s Merkle root, and a random number known as a nonce. Because the previous block hash and the Merkle root are fixed, miners keep changing the nonce and hashing again until the output falls below the target set by the protocol.
Fourth, the mined block is broadcast to the network. Even after a miner finds a valid hash, other nodes still verify the block and its hash. Once those checks pass, the block is added to each node’s copy of the blockchain, and the candidate block becomes a confirmed block.
Block rewards fell from 50 BTC to 6.25 BTC
The source notes that in 2009, miners could earn as much as 50 BTC for a single block. By 2020, that reward had dropped to 6.25 BTC. The reason is Bitcoin halving, the mechanism that cuts the block subsidy in half every 210,000 blocks, or about every four years.
According to the article, the first halving took place in 2012, and the next one was due in 2024. That schedule means miner revenue is shaped not only by market price and fees, but also by Bitcoin’s issuance rules.
Not every cryptocurrency can be mined
The article makes a simple point: not all cryptocurrencies are mineable. Different networks use different consensus mechanisms. The main example of a mineable asset here is Bitcoin, which runs on Proof of Work, or PoW.
PoW was introduced by Satoshi Nakamoto in 2008 as a method for blockchain participants to reach consensus without relying on third parties. It requires substantial computing power, making malicious activity expensive. On a PoW network, miners validate transactions and compete to solve cryptographic puzzles. The first miner to produce a valid solution wins the right to broadcast the block and collect the reward.
CPU, GPU, and ASIC mining reflect rising hardware demands
Mining methods are often divided by hardware type: CPU, GPU, and ASIC. In Bitcoin’s early period, mining difficulty was low enough that an ordinary household computer using a CPU could participate. That changed as more miners joined and the network hash rate climbed, making CPU mining impractical.
GPU mining uses graphics processing units. It is generally cheaper than ASIC hardware and can still be used for some altcoins, though efficiency depends on the algorithm and overall mining difficulty. ASIC mining relies on application-specific integrated circuits built for a single purpose. These machines sit at the high end of mining performance, but they also come with higher purchase and operating costs. The source adds that ASIC technology advances quickly, which can make older units unprofitable and force miners to replace them regularly.
From memory pool intake to full network confirmation, crypto mining is a process of computation, verification, and competition. Coin issuance is one outcome. Transaction validation is the foundation underneath it.

