InfrastructureLetter: N
What is Node (Full Node)?
Definitive Definition
A full node is a computer connected to a blockchain network that downloads, stores, and independently validates every block and transaction against the consensus protocol rules, maintaining a complete, real-time copy of the distributed ledger.
In-Depth Architectural & Economic Analysis
Nodes form the backbone of blockchain decentralization. Unlike miners or validators who propose blocks, full nodes verify that proposed blocks do not break rules (e.g., no double-spending, no invalid signatures, adherence to the supply cap). Running a node allows users to interact with blockchains sovereignly without trusting third parties.
Core Characteristics & Mechanism
- Independently verifies all cryptographic proofs and transaction data.
- Rejects invalid blocks even if produced by a majority of miners.
- Preserves a historical archive of the distributed state.
- Enhances personal financial sovereignty and network censorship-resistance.
Practical Application Scenario:
A Bitcoin enthusiast runs Bitcoin Core on a Raspberry Pi at home to verify incoming payments directly without relying on third-party API providers.
Related Glossary Entries in Infrastructure
Blockchain
A blockchain is a distributed, immutable digital ledger of cryptographically linked blocks of data shared across a peer-to-peer network of computer nodes. Each block contains a cryptographic hash of the previous block, a timestamp, and verified transaction records, preventing retrospective alteration.
Gas Fee
A gas fee is the transaction fee paid by a crypto user to network validators or miners to compensate them for the computational power required to process, validate, and execute transactions or smart contracts on a blockchain network like Ethereum.
Layer 2 (L2)
A Layer 2 (L2) is a secondary protocol built on top of a base Layer 1 blockchain (such as Ethereum) designed to significantly increase transaction throughput and lower fees by processing transactions off-chain and settling compressed cryptographic proofs back to Layer 1.