Web3 Dictionary Logo
Web3 Dictionary
Contribute

Categories

AllBlockchainDappsDAOsDeFiNFTsRegulationSecuritySmart ContractsTokenomicsWalletsWeb3 GamingOthers
  1. Web3 Dictionary
  2. Blockchain
  3. Node
Blockchain

Node

A computer running blockchain software that maintains a copy of the ledger and validates transactions.

Last Updated

2026-03-19

Related Concepts

BlockchainValidatorConsensus Mechanism
Web3-Explorer Logo

Scale Blockchain Infra

AD

Smart contracts, protocol integrations, and scalable architecture for high-performance Web3 products.

See Blockchain Services

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?

  1. A participant installs a blockchain client (e.g., Geth for Ethereum).
  2. The node syncs the full transaction history from peers.
  3. It continuously verifies new transactions and blocks against consensus rules.
  4. 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.

External References

  • Running a Node (Ethereum.org)
  • Nodes and Clients (Ethereum.org)
  • What Are Nodes? (Binance Academy)