Wallets • Estimated 30m
Extended Keys (XPUB/XPRV)
dev.extended-keys
Extended keys package a BIP32 key together with its chain code so a wallet can derive an entire branch of child keys from one exported value. An xprv can derive both child private and public keys, while an xpub can derive only child public keys for watch-only or address-generation workflows.
Open visual node page
• Browse the concept library
Curated resources (3)
- BIP 32: Hierarchical Deterministic Wallets (article) Canonical specification for extended private keys, extended public keys, chain codes, and public-only derivation.
- Mastering Bitcoin: Wallet Recovery (article) Walks through what extended keys contain, how xpub/xprv branches differ, and why public-only derivation matters operationally.
- Mastering Bitcoin (book) Broad technical reference for HD wallets, xpub/xprv boundaries, chain codes, and the wallet workflows built on branch-level key export.
Direct prerequisites (1)
Direct dependents (1)
Canonical site description: Interactive Bitcoin knowledge graph with prerequisites, curated resources, and structured topic pages.