Miners

Network participants who use computing power to verify transactions, create new blocks, and earn rewards on proof-of-work blockchains.

Miners are participants in a proof-of-work (PoW) blockchain who use computing power to validate transactions and add new blocks to the ledger. In return for doing this work, miners can earn newly issued coins (the block reward) and transaction fees included in the block.

What miners do on a blockchain

On networks like Bitcoin, miners collect pending transactions from the mempool, check that they follow the rules (such as valid signatures and no double-spending), then package them into a candidate block. To publish that block, miners compete to solve a cryptographic puzzle by repeatedly hashing block data until they find a valid result. This process makes rewriting history costly, because an attacker would need immense compute power to replace confirmed blocks.
Mining is both a transaction validation mechanism and a way to reach consensus on a single, agreed-upon chain. The “longest” or most-work chain is treated as the authoritative record, and miners continuously extend it with new blocks.

Mining hardware, pools, and operations

Miners range from hobbyists running small setups to industrial-scale operations in dedicated facilities. Many PoW networks are dominated by specialized machines called ASICs (application-specific integrated circuits), built to perform hashing efficiently. Because mining rewards are probabilistic, miners often join mining pools, where participants combine hash power and share payouts according to contributed work.
It is worth noting that the word “miner” is sometimes used to describe the machine itself, such as a mining rig, but in crypto the term usually refers to the entity operating that hardware.
Miners matter because they help secure PoW blockchains, keep transactions moving, and enforce network rules without relying on a central authority.