Run Your Own Bitcoin Node
The most important thing you can do for Bitcoin is verify it yourself. A full node is your personal copy of the entire Bitcoin blockchain — the only way to trustlessly validate every transaction and block.
Your Node, Your Rules
When you do not run a node, you are trusting someone else's node — a third party that could lie to you about your balance, censor your transactions, or go offline. A full node makes you a first-class citizen of the Bitcoin network. You enforce the rules. You verify the chain. No trust required.
Node Configurations
Three configurations cover the full range of use cases — from a privacy-first personal wallet to a full archival node for developers and institutions.
Full Node
Downloads and validates the entire blockchain from genesis. No trust in any third party. Required for Lightning and BTCPay Server.
Pruned Node
Validates all blocks but discards old data after confirmation. Full validation with a fraction of the storage requirement.
Archival Node
Retains the full, uncut blockchain including all UTXO history. Used for block explorers, analytics, and serving data to the network.
What to Run It On
A Bitcoin node can run on anything from a $50 single-board computer to a dedicated server. The key requirements are storage speed, adequate RAM, and a reliable internet connection.
Raspberry Pi 4/5
The most popular home node setup. Pair with a fast 2TB USB SSD. Low power, quiet, always-on.
Umbrel / Start9
Pre-configured node-in-a-box platforms. Simplest onboarding — plug in, download, done.
Old Laptop / PC
Any machine with 8GB RAM and an SSD can run a full node. Repurpose existing hardware before buying new.
Cloud VPS
Run on a virtual private server for uptime guarantees. Pair with Tor for privacy. Less sovereign than local hardware.
Getting Started with Bitcoin Core
The reference implementation of Bitcoin. Open-source, maintained by hundreds of contributors, and the most widely-run node software in the network.
Minimum System Requirements
External Resources
Full node guide coming soon
Detailed walkthroughs for Raspberry Pi, Ubuntu, macOS, and Windows — with Sparrow Wallet and Lightning integration — are being prepared for this page.
Notify me at launch