21Relay
Advanced curriculum
Lesson 918 minReviewed July 2026

Bitcoin Node Infrastructure

Reliable Bitcoin infrastructure separates consensus validation from application access while protecting keys, interfaces and operational availability.

Learning outcomes

By the end of this lesson, you should be able to

  • Validation, storage, relay and indexing are distinct responsibilities.
  • Pruning saves disk but limits historical serving.
  • RPC requires authentication and network protection.
  • Monitoring and tested backups are part of node security.
1

Core node components

A full node maintains peer connections, validates incoming data, stores blocks and chainstate, manages a mempool and may build optional indexes. These roles have different storage and performance characteristics.

Pruning can reduce retained block storage while preserving full validation, but pruned nodes cannot serve all historical blocks to applications or peers.

2

RPC and application boundaries

Applications commonly use authenticated RPC to query a node or submit transactions. RPC should not be exposed directly to the public internet, and wallets should separate signing authority from read-only services where practical.

3

Resilient operation

Monitor disk space, peer count, sync status, chain tip, clock health and software releases. Back up wallet material and configuration—not chain data that can be independently reconstructed—and test recovery procedures.

Visual recap

A layered node deployment

Consensus validation stays at the center while interfaces expose only what applications need.

01

Diverse peers

02

Validation and mempool

03

Chainstate and blocks

04

Indexes and RPC

05

Wallets and apps

Key takeaways

  • Validation, storage, relay and indexing are distinct responsibilities.
  • Pruning saves disk but limits historical serving.
  • RPC requires authentication and network protection.
  • Monitoring and tested backups are part of node security.

Lesson recap

Check what you learned

Reveal each model answer, then honestly mark whether you understood it or need another review.

1 of 3

Recall

Does a pruned full node still validate the entire blockchain from genesis during initial sync?

References

Further reading

Put this into practice

Continue with the Run Your Node journey

Use the practical guides for installation, wallet connection, maintenance and secure node access.

Open practical guide

Lesson progress

Loading progress...

Rate this lesson

Was this lesson helpful?

No name or financial information is collected.

Found inaccurate or outdated information? Report a correction