Blockchain Nodes
Learn what blockchain nodes do, how full nodes and lightweight clients differ, and why node infrastructure affects network reliability and trader access.
Reading progress — saved on this device
Nodes are the computers that communicate over a blockchain network, relay data and—depending on node type—verify transactions, blocks and state. They are the infrastructure layer that lets a blockchain exist as a network rather than as a single database.
What a node does
Receives data
Nodes hear about new transactions and blocks from peers.
Validates
Verification-capable nodes apply protocol rules before accepting data.
Relays
Valid data is propagated to other peers.
Serves queries
Wallets, exchanges and applications use nodes or RPC endpoints to read chain data and submit transactions.
Common node types
| Node type | Typical role | Trade-off |
|---|---|---|
| Full node | Independently verifies protocol rules and maintains required chain/state data. | Higher storage, bandwidth and compute requirements. |
| Archive node | Stores extensive historical state for deep queries and analytics. | Very resource intensive. |
| Light client | Verifies limited information while relying on full nodes for more data. | Lower hardware burden but more reliance on external infrastructure. |
| RPC/provider node | Exposes interfaces used by wallets and applications. | Convenient, but provider concentration can create dependencies. |
Nodes are not the same as validators
A validator or miner participates in block production or consensus. A node can verify the chain without producing blocks. In some networks a validator runs node software as part of its operation, but the concepts should not be treated as synonyms.
Why node quality matters to a trader
Your wallet may say “pending” or fail to broadcast even when the blockchain itself is healthy because the RPC endpoint it uses is degraded. Similarly, an exchange may pause deposits or withdrawals if its node infrastructure is behind the network tip or undergoing maintenance.
Node decentralisation and resilience
More independently operated nodes can improve censorship resistance, verification diversity and resilience, but simple node count is not enough. Geographic concentration, client-software concentration, hosting concentration and dependence on a few RPC providers can all matter.
Knowledge check
- What is the core function described in this lesson?
- Which part of the process can create delays or uncertainty for a trader?
- What information would you verify before sending or acting on a transaction?
Common questions
Do I need to run a node to own crypto?
No. Most users rely on wallets, exchanges or infrastructure providers. Running a verifying node can reduce reliance on third parties but requires technical resources.
Can a full node create new coins?
Not merely by being a full node. New issuance or rewards usually relate to mining, validation or other protocol-defined roles.
What is an RPC endpoint?
It is an interface through which applications send requests to blockchain nodes, such as reading balances, estimating fees or broadcasting signed transactions.
Summary
Want this in a personalised order?
Take the crypto assessment and get a custom path of 10 modules matched to what you already know. Free, no card required.
Build my path →