Blockchain
Node
A computer running blockchain software that maintains a copy of the ledger and validates transactions.
Last Updated
2026-03-19
Related Concepts
What is Node?
A node is a computer running blockchain software that stores a copy of the ledger and validates transactions. Nodes are the backbone of decentralization the more nodes, the harder the network is to attack or censor.
How does Node work?
- A participant installs a blockchain client (e.g., Geth for Ethereum).
- The node syncs the full transaction history from peers.
- It continuously verifies new transactions and blocks against consensus rules.
- Valid data is propagated; invalid data is rejected.
Why does Node matter?
Running your own node gives you the highest level of privacy and security no reliance on third-party RPC providers. More independent nodes means a more resilient network.
Key features of Node
- Independent validation of the full ledger
- Direct, permissionless network participation
- Requires significant storage and bandwidth
- Serves as an access point for DApps
Examples of Node
A full Bitcoin node stores 500GB+ of data to verify every transaction since the genesis block. Developers run local nodes for stable DApp connections.
Hobbyists use a Raspberry Pi to run a node 24/7 with minimal power draw.
