Definition
SPV mining, also called validationless mining, is the practice of beginning work on the next block using only the previous block's block header, before the full block has been downloaded and validated. The name borrows from "simplified payment verification" because, like an SPV wallet, the miner trusts the header without checking every transaction beneath it. It is a calculated gamble: the header almost always turns out to belong to a valid block, but when it does not, the miner has spent real electricity extending a chain the network will reject.
Why miners do it
The motive is pure economics. When a competing pool finds a block, every other miner faces a dead period while the full block propagates and validates — historically several seconds on a bad day. During that window, any work done on the old tip is likely wasted, showing up as stale shares or orphaned blocks. By extracting just the new header, which is only 80 bytes and can be relayed almost instantly, a pool can immediately start hashing a candidate for the next height. Because it has not yet verified which transactions were confirmed, it cannot safely include any transactions of its own (it might double-include something the new block already spent), so it typically mines an empty block during the gap. Once the full block validates, the pool swaps in a normal, fee-bearing template. Over thousands of blocks, shaving those seconds measurably reduces orphan risk during block propagation, which is why large pools adopted the technique.
The danger it introduces
Validationless mining carries a real hazard: if the header belongs to a block that is actually invalid, the miner extends an invalid chain and produces blocks the network rejects. This is not theoretical. During the July 2015 BIP 66 soft-fork activation, several pools relying on SPV mining built on top of an invalid block, briefly forking the network and causing lightweight wallets to display confirmations that later evaporated. Roughly six blocks of work were orphaned, and the episode remains the standard cautionary tale about trusting a header without verifying its contents. It also illustrated a second-order harm: SPV mining by miners undermines the security assumptions of SPV wallets, which count confirmations on the assumption that miners validate.
Mitigations and where things stand
The economic pull toward SPV mining shrinks as block relay gets faster. Compact blocks (BIP 152) and dedicated relay networks cut full-block propagation to a fraction of what it was in 2015, so the seconds saved by header-only mining are smaller than they once were — though pools still mine brief empty blocks at the start of a new height, which is the visible fingerprint of the practice. Some pools bound their exposure by mining validationless for only a few seconds before falling back to the last fully validated tip if verification has not completed.
SPV mining also feeds the centralization debate. The technique only pays if you learn new headers before the public network does, which favours large pools with peering agreements and private relay infrastructure over small operations — one of several quiet economies of scale in pooled mining. And because the empty blocks it produces confirm no transactions, every SPV-mined block briefly wastes the network's scarce blockspace during the busiest moment of the block interval. Neither effect is catastrophic, but both run against the grain of a network whose value rests on many independent validators, which is why protocol work keeps chipping away at the propagation delays that make the gamble attractive in the first place.
For the individual operator the lesson is simpler: the safe default is always to mine on a fully validated tip, whether you point hardware at a mining pool or run solo against your own node. Validation is the whole point of proof-of-work — a miner that skips it is renting out hashrate to whichever chain tip shouted first. When you evaluate a pool, its handling of new blocks (and whether it discloses SPV-mining behaviour at all) is a legitimate transparency question, alongside payout scheme and template policy.
In Simple Terms
SPV mining, also called validationless mining, is the practice of beginning work on the next block using only the previous block’s block header, before the…
