21MERIDIAN 2140
08 / 104NODE

Full Node

Software that independently verifies Bitcoin’s blocks and transactions against its consensus rules.

A fully validating node downloads blocks, verifies proof of work and every relevant consensus rule, and maintains its own view of the spendable-output set. It does not need to trust a block explorer, miner or wallet server.

A node answers a narrow but powerful question: according to the rules its operator chose, which chain and payments are valid? Running one prevents third parties from silently substituting different rules or account information.

A pruned node still validates the chain from genesis but discards older block files after validation. It retains the current UTXO set and chain state, reducing storage at the cost of serving less historical data to peers.

01

Validates instead of trusting

02

Maintains the UTXO set

03

Can run in pruned mode

04

Miners do not overrule node rules

DOC · 001Bitcoin Core documentationDocumentationDOC · 002Bitcoin Developer Guide: P2P NetworkDocumentation
Reviewed 25 July 2026Source-first · No investment advice