Overview
Direct Answer
A full node is a blockchain participant that maintains a complete copy of the distributed ledger and independently validates every transaction and block against the network's consensus rules, rather than relying on other nodes for verification.
How It Works
Full nodes download the entire blockchain history from genesis and apply the protocol's validation logic to each new block before accepting it into their local chain state. This process requires nodes to verify cryptographic signatures, check balance sufficiency, enforce smart contract execution rules, and confirm consensus rule compliance. Only after independent validation does a node relay or store the block.
Why It Matters
Operating full nodes strengthens network security by distributing validation responsibility and preventing single points of failure or censorship. Organisations requiring settlement certainty, regulatory compliance, or protection against chain reorganisation depend on full node infrastructure rather than trusting third-party providers.
Common Applications
Bitcoin and Ethereum networks rely on full nodes operated by exchanges, custodians, and institutional participants to independently settle transactions. Enterprise blockchain deployments in supply chain and financial services use full nodes to ensure all participants validate shared records consistently.
Key Considerations
Full nodes demand substantial computational resources, storage capacity, and bandwidth, creating barriers to participation for resource-constrained operators. The requirement to validate all historical state means synchronisation time increases as blockchains grow.
Cross-References(2)
More in Blockchain & DLT
Decentralised Autonomous Organisation
Smart Contracts & DAppsAn organisation governed by smart contracts and token holder votes rather than centralised management.
zk-SNARK
Identity & PrivacyZero-Knowledge Succinct Non-Interactive Argument of Knowledge — a compact zero-knowledge proof requiring no interaction between prover and verifier.
Security Token
Tokens & AssetsA digital asset on a blockchain that represents ownership of a regulated financial instrument such as equity, debt, or revenue share, subject to securities laws.
IPFS
FoundationsInterPlanetary File System — a peer-to-peer distributed file system for storing and sharing data in a decentralised manner.
Decentralised Storage
FoundationsDistributed file storage systems where data is spread across multiple nodes rather than centralised servers.
Governance Token
Governance & DAOsA cryptocurrency token that grants holders voting rights on protocol decisions and changes.
Zero-Knowledge Proof
Identity & PrivacyA cryptographic method allowing one party to prove knowledge of information without revealing the information itself.
Smart Contract
Smart Contracts & DAppsSelf-executing programs stored on a blockchain that automatically enforce the terms of an agreement when conditions are met.