Back to Glossary
IntermediateTechnology

Node

Definition

A computer that maintains a copy of the blockchain and participates in validating and relaying transactions. Full nodes store and verify the complete blockchain history independently. Light nodes store only block headers for efficiency. Archive nodes retain every historical state of the blockchain. The more nodes a network has, the more decentralized and resilient it becomes.

Example

Running a Bitcoin full node lets you independently verify all transactions without trusting any third party. Anyone can run a node with modest hardware and a few hundred GB of storage.

Related Terms