What Is a Blockchain Node?
The computers that hold the whole ledger and check every rule for themselves. Roughly 24,500 of them are visible on Bitcoin, and they are the reason nobody can quietly change the rules.

TL;DR
- A node is a computer holding a copy of the blockchain and independently verifying that every transaction and block obeys the rules.
- Around 24,500 reachable Bitcoin nodes were visible in early 2026, with the true total estimated at two to four times that.
- Running one is not mining. Nodes verify and relay; miners and validators compete to add new blocks and are paid for it.
- Nodes are why a rule change needs consent: software that breaks the rules gets ignored by everyone else's copy.
People talk about "the blockchain" as if it were somewhere, like a building with the ledger inside. There is no such place. There are only thousands of computers, each holding its own complete copy and each checking every rule for itself.
Those computers are nodes, and they are the least glamorous and most load-bearing part of the design. Educational guide, not financial advice.
What a node actually does
A node has four jobs, all of them running continuously for as long as the machine is switched on.
Stores. It keeps a full copy of the chain, which in Bitcoin's case had grown to roughly 800 GB by late 2025 and only ever gets larger.
Verifies. Every transaction and every block is checked against the rules independently: valid signature, coins not already spent, block within the size limits. Anything that fails is rejected outright, without reference to anybody else.
Relays. Anything that passes verification gets forwarded to the other nodes it is connected to, which is how information crosses the entire network within seconds despite there being no central server anywhere.
Serves. It answers requests from other nodes catching up and from wallets asking about particular addresses or transactions.
The verification step is the one that matters. A node does not trust what it is told, it checks every time, which is why nobody can slip an invalid transaction past the network by being well connected or well funded.
Node, miner and validator are not the same thing
These three words get used interchangeably in most coverage, and they describe genuinely different roles.
A node verifies and relays, and it earns nothing at all for doing so, costing you electricity and disk space in exchange for no direct reward whatsoever.
A miner, on proof-of-work chains like Bitcoin, competes to add the next block and is paid for winning. A validator, on proof-of-stake chains like Ethereum, is chosen to propose or attest blocks and is paid for it, having put up a stake that can be taken away.
Every miner and every validator necessarily runs a node, because you cannot produce a valid block without already knowing the current state of the chain. But most nodes are neither. They are people and businesses choosing to hold a copy and check the rules, for reasons that have nothing to do with income.
Why anyone bothers
Because running a node is the difference between checking something yourself and being told the answer by somebody else.
Use a wallet that asks somebody else's server for your balance and you are trusting that server. That is almost always perfectly fine, and it is what very nearly everybody does without thinking about it. Run your own node and your wallet checks the chain itself, so nothing anyone else says about your money has to be taken on faith.
The bigger reason is collective rather than personal, because nodes are what enforce the rules, and the way they enforce them is by refusing. If a change is proposed that most node operators dislike, they carry on running the old software, and the new blocks are rejected as invalid by their copies. That has decided real disputes: Bitcoin's block-size argument in 2017 was settled less by argument than by which software the nodes chose to run.
This is the actual mechanism behind the claim that nobody controls these networks. It is not a slogan. It is thousands of independent copies that can each say no.
What the numbers look like
Around 24,500 reachable Bitcoin nodes were visible in early 2026, meaning nodes that accept incoming connections. The true total is thought to be two to four times higher, because a node behind a home router usually only makes outgoing connections and cannot be counted.
Ethereum showed about 14,339 nodes over the same period, with nearly 39% in the United States. The hosting pattern differs interestingly: around 60% of Ethereum nodes run in data centres, while Bitcoin nodes are more often on hardware in somebody's house. That difference is a fair proxy for how demanding each is to run.
Should you run one?
Most people should not bother, and there is no shame whatsoever in deciding that. It needs a machine left on permanently, roughly 600 GB of disk for Bitcoin's initial download plus room to grow, and a connection with no strict data cap. The payoff is privacy and self-verification rather than money.
Where it makes obvious sense: holding a large amount long term, caring about verifying rather than trusting, or wanting to add a little to the network's resilience. Otherwise, knowing what nodes are and why they matter is worth more than running one.
Frequently Asked Questions
No. A node stores the chain, verifies every rule and relays valid data, earning nothing for it. A miner or validator competes or is selected to add new blocks and is paid. Every miner runs a node, but the vast majority of nodes are not mining anything.
No. There is no reward, and it costs you electricity, disk space and bandwidth. The return is privacy, because your wallet verifies against your own copy rather than trusting somebody's server, plus a small contribution to the network's resilience.
Around 24,500 reachable Bitcoin nodes were visible in early 2026, with the true figure estimated at two to four times that, since nodes behind home routers cannot be counted. Ethereum showed roughly 14,339 over the same period, about 39% of them in the United States.
A computer that stays on, plenty of disk space, and an unmetered connection. Bitcoin's initial download alone needs roughly 600 GB and the chain had reached about 800 GB by late 2025. Ethereum nodes are demanding enough that around 60% of them run in data centres.
By refusing. Each node checks blocks against the rules its own software enforces, so a change most operators reject produces blocks their copies treat as invalid. Bitcoin's 2017 block-size dispute was settled largely this way, by which software node operators chose to run.
