0
September 9, 2026

Node

A node is any computer that connects to a blockchain network and participates in maintaining it, whether by storing a copy of the blockchain, relaying transactions, validating new blocks, or all of the above. Nodes are what make a blockchain genuinely decentralized: rather than a single central server holding the authoritative record, thousands of independent nodes around the world each keep their own copy, collectively enforcing the network’s rules.

There are several types of nodes, each serving a slightly different role. A full node downloads and independently verifies the entire blockchain history, checking that every single transaction follows the network’s rules from the very beginning, all the way to the present. This makes full nodes the most trustworthy source of truth on the network, since they don’t need to trust anyone else’s word about what’s valid. Lightweight, or ‘light,’ nodes take a shortcut, relying on full nodes for most verification while still connecting to the network, trading some independence for reduced storage and bandwidth requirements — this is how most mobile wallet apps operate.

Mining nodes, or validator nodes on proof-of-stake networks, go a step further, actively participating in creating new blocks, not just verifying and relaying existing ones. Not every node mines or validates, but every mining or validating node is also, by necessity, a full node.

Running a full node yourself, something anyone with sufficient storage and a stable internet connection can technically do, is one of the most direct ways to personally verify a blockchain’s rules rather than trusting someone else’s word, and contributes directly to a network’s overall decentralization and censorship resistance. The more independent, geographically distributed nodes a network has, the harder it becomes for any single party to compromise or control it.

For Kurdcoin users, understanding nodes helps clarify why blockchain networks don’t depend on any single company or server to function — the network’s integrity rests on the collective agreement of thousands of independently operated computers worldwide.

At a glance
In one line
A computer that keeps a copy of the blockchain and checks new blocks.
Where you meet it
When a wallet asks which node or network it should connect to.
Related terms
Block, Decentralized, Miner, Ledger
Common mistake
Running a node does not earn coins. It gives you your own copy of the truth, nothing more.