A node is one of the many computers running blockchain software and participating in maintaining the chain. Each node stores a full (or partial) copy of the blockchain ledger and is responsible for verifying whether new transactions and new blocks are valid. Precisely because the ledger is kept and cross-checked by thousands of independent nodes worldwide, no single party can secretly alter the records — this is the physical basis of a blockchain's decentralization and tamper-resistance. The more nodes and the more dispersed they are, the harder the chain is to control or attack.
Full Explanation+
01 · What is this?
A node is any computer or device running blockchain software and participating in maintaining a chain. You can picture the whole blockchain as a giant public ledger with no headquarters, jointly maintained by countless participants, and each node is one such participant keeping a copy of the ledger and taking part in bookkeeping and cross-checking. A node's core work is twofold: one, storage — keeping a copy of the blockchain's ledger data (a full node stores the chain's complete records); two, verification — when a new transaction or block appears on the network, the node checks by the rules whether it's valid and consistent with the chain's history, accepting it only if valid and rejecting it if not. Understanding nodes is how you truly understand what decentralization actually runs on.
02 · Why does it exist?
Why are nodes the lifeblood of a blockchain? Because decentralization, the word often on everyone's lips, has nodes as its physical basis. A traditional bank ledger sits in a central server, with the bank in charge and, in theory, able to change it. But a blockchain's ledger is simultaneously kept, one copy each, by thousands of mutually independent nodes worldwide; with each new transaction, these nodes each verify and reach agreement by consensus rules. This brings two key properties: first, no single point of failure — shut down a few nodes, the others remain, and the chain runs as usual. Second, hard to tamper with — to secretly alter the ledger, you'd have to breach or fool the vast majority of nodes at once, nearly impossible on a chain with enough dispersed nodes. So the number and dispersion of nodes directly determine how decentralized and secure a chain is.
03 · How does it affect your decisions?
Nodes aren't all one kind; they commonly split into a few types. A full node downloads and verifies the blockchain's complete records, independently checking whether each transaction and block complies, the backbone of decentralization and security. A light node keeps only partial data and relies on full nodes for information, suiting resource-limited devices (such as a phone wallet). In addition, under different consensus mechanisms there are miner nodes or validator nodes responsible for producing new blocks. For an everyday user, when you use a wallet or trade on an exchange, you're actually interacting with some nodes behind the scenes, but you don't have to run a node yourself. However, running your own full node lets you avoid trusting any third party and independently verify the chain's state — the most thorough practice of the don't-trust-verify ethos.
04 · What should you do?
Understanding nodes carries several practical meanings for everyday users. First, grasping the evaluation dimension of degree of decentralization: when you study a public chain, how many nodes it has and across how many countries and operators they're spread is an important clue to whether it's truly decentralized or nominally so (where in fact a few nodes call the shots). Second, understanding your trust in third parties: when you check a balance or send a transaction via a wallet or service, you usually go through the nodes they provide; if you want to trust no one and verify independently, you need to connect to your own node. Third, understanding network resilience: the more and more dispersed a chain's nodes, the harder it is for a single government, company, or attacker to shut down or control. Put the node concept into your judgment framework and, when assessing whether a chain is secure and truly decentralized, you'll have a concrete basis rather than just taking the project's claims on faith.
Real-World Example+
Understand the meaning of nodes with a contrast. First think of a traditional bank: your deposit balance is recorded in the bank's central server. This ledger is kept exclusively by the bank, and the number you see is what the bank tells you; in theory, if the bank's system errs or is tampered with internally, you can hardly verify the truth yourself and can only trust it.
Now look at a blockchain. Suppose a chain right now has ten thousand nodes running worldwide, spread across countries and maintained by different people and institutions. After your transfer transaction is sent, it's broadcast to these nodes, and each one independently checks by the same rules whether it's valid; only valid transactions enter the ledger everyone agrees on, and this ledger is stored as an identical copy on each of the ten thousand nodes.
Now suppose someone wants to secretly alter your balance record. In the bank's world, he need only breach that one central server or bribe an insider; but on this chain he'd have to breach or fool the vast majority of these ten thousand independent, cross-checking nodes at once, or the other honest nodes would instantly find the records don't match and reject it. This structure of many, dispersed, cross-checking is exactly the security essence nodes give a blockchain — and shows you why the number and dispersion of nodes matter so much.
Diagram
Feel free to share. Please credit the source.
Common Misconceptions+
✕ Misconception 1
× Misconception 1: A blockchain has a central server or host running it. Wrong. A blockchain has no central host; its ledger is simultaneously kept and jointly maintained by many independent nodes worldwide. Shut down some of them and the chain still runs; this no center is exactly its most fundamental difference from traditional systems.
✕ Misconception 2
× Misconception 2: More nodes just waste resources and make no difference to an ordinary user like me. It does make a difference. The number and dispersion of nodes directly determine how hard a chain is to control or tamper with and how decentralized it is. A chain with only a few nodes concentrated in one operator's hands is far inferior in security and censorship-resistance to one with many dispersed nodes, which affects the safety of your assets.
The Missing Link+
Direct Impact
Behind node count and full verification hides a blockchain's famous trade-off. Having the ledger kept and verified by more, more dispersed nodes greatly boosts decentralization and security, but the cost is efficiency: getting a large number of nodes worldwide to sync and verify every transaction naturally limits speed and throughput. Conversely, to pursue high speed and throughput by concentrating verification in a few high-performance nodes raises speed but sacrifices decentralization — a few nodes call the shots, and censorship-resistance and security decline. This is the core of the blockchain trilemma (decentralization, security, and scalability being hard to achieve together). Understanding the role nodes play in it lets you see why different chains make different trade-offs on node requirements and block speed.
Generate Share Card
Crypto BibleGlossary
Intermediate
Node
節點
Node = a computer running blockchain software and storing a copy of the ledger
Each node checks whether new transactions and blocks are valid
The ledger is kept and cross-checked by many independent nodes worldwide
No single node can secretly alter records — the physical basis of decentralization
The more and more dispersed the nodes, the harder the chain is to control or attack
The Missing Link
A blockchain's decentralization isn't an abstract slogan — its physical form is thousands of nodes worldwide each keeping the ledger and cross-checking each other. To alter the records, you'd have to fool the vast majority of them at once, all but impossible.