Blockchain Node

Participant in the blockchain network that stores a copy of the blockchain and validates transactions. Nodes can be run by anyone and can be used to interact with the network

A full Ethereum Virtual Machine (EVM) node maintains the current state of the blockchain and handles both read-only and state-changing transactions. To conserve disk space and reduce sync time, a full node prunes the blockchain data, but still stores enough data to recompute chain events if needed.

Last updated