What is Node (Blockchain)?
A blockchain node is a computer running the network's software that maintains a copy of the ledger, validates transactions, and participates in the peer-to-peer network — the fundamental building block of decentralization.
WHY IT MATTERS
Nodes are what make blockchains decentralized. Each independently verifies every transaction — no node trusts another. Network integrity comes from this independent verification: honest nodes reject invalid transactions regardless of what other nodes do.
Node types: full nodes (complete blockchain, verify everything), light nodes (verify headers, trust full nodes for details), archive nodes (all historical states, for querying), and validator nodes (participate in consensus).
Node hardware requirements matter for decentralization: Ethereum needs ~2TB SSD, 16GB RAM. Lower requirements mean more people can run nodes, increasing decentralization.