Skip to content

GLOSSARY · BLOCKCHAIN & WEB3

Node

A node stores the ledger and validates every block. Tell the five types apart, full, light, validator, miner and archive, and what each one is for.

WHAT IS IT? · FOR DUMMIES

A node is like a participant in a great digital conversation, where everyone is attentive to verify that what is said is true. Each node helps to verify that the transactions are correct and that everyone is following the rules of the blockchain network. The more nodes there are, the safer and more reliable the network becomes.

WHAT IS IT? · PRO

A node is a device connected to a blockchain network which performs one or more critical functions for the maintenance of the decentralized system. In its most basic form, a node stores a full or partial copy of the distributed ledger (blockchain) and participates in the validation, propagation and synchronization of new transactions and blocks. It is an essential piece to guarantee the integrity, censorship resistance, and network availability.

There are different types of nodes depending on their function:

  • Full node: keeps a complete copy of the blockchain history and validates all transactions according to the rules of consensus.
  • Light node: Download only partial information (such as headers) and rely on full nodes for verification.
  • Validator node: actively participates in the creation and validation of blocks (in PoS or DPoS).
  • Mining Node: in blockchains with PoW, it competes to add new blocks solving computational problems.
  • File Node: Retains all history, including intermediate states, useful for audits or indexers.

In networks such as Ethereum, Bitcoin, or Polkadot, nodes constantly communicate information about blocks, pending transactions (mempool), consensus events and network updates. Its decentralization is essential to avoid single points of failure, guarantee resistance to manipulation and offer verifiable transparency.

Anyone can run a node, allowing for an open architecture, although its technical and economic maintenance varies depending on the network. Running a node provides independence, sovereignty over verification and, in some cases, economic rewards or the right to vote in on-chain governance systems.

01 / Key points

  • It is a device (computer or server) that participates in a blockchain network
  • You can store, validate, transmit or create blocks and transactions
  • There are several types: complete, lightweight, validator, mining, archival
  • It guarantees the decentralization, security and transparency of the system
  • Any user can run a node on most public networks

02 / Advantages

  • Decentralization and resistance to censorship are increasing
  • Provides independent verification without depending on third parties
  • Improves network security and availability
  • Allows you to participate in validation or governance processes
  • Technical base for developers and companies that integrate blockchain

03 / Disadvantages

  • Requires technical knowledge and proper configuration
  • It can consume significant resources (bandwidth, space, energy)
  • It must be constantly updated and synchronized
  • In some networks, nodes have associated hardware or staking costs
  • Little use for users who do not want to interact at a technical level