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
Tokenised Deposits
FoundationsBank deposits represented as digital tokens on a blockchain, enabling programmable settlement, interbank transfers, and integration with decentralised financial infrastructure.
Interoperability
Protocols & NetworksThe ability of different blockchain networks to communicate, share data, and transfer value between each other.
ERC-721
Tokens & AssetsA technical standard for non-fungible tokens on the Ethereum blockchain, ensuring each token is unique.
Validator
FoundationsA node in a proof-of-stake blockchain responsible for verifying transactions and proposing new blocks.
Staking
FoundationsLocking up cryptocurrency holdings to support blockchain network operations and earn rewards.
Wallet
FoundationsSoftware or hardware that stores cryptographic keys and enables users to manage their blockchain assets.
Tokenomics
Tokens & AssetsThe economic design and incentive structures governing a cryptocurrency or token ecosystem.
Layer 2
FoundationsScaling solutions built on top of a base blockchain that process transactions off-chain while inheriting security from the main chain.