Tool
BIP32 Path Explainer
Paste any derivation path and see what every number means — which BIP scheme it follows, what address type to expect, and which segments are hardened. Runs entirely in your browser.
Summary
bc1q… (native SegWit / P2WPKH) on Bitcoin mainnet · account #0 · receive #5
Native SegWit. Lower fees than legacy or wrapped. Most common for modern software wallets. Address format: bc1q… (native SegWit / P2WPKH). Hardened — child keys can't be derived without the private parent. Safer for top-of-tree nodes.
Registered as coin_type 0 in SLIP-0044. Hardened — child keys can't be derived without the private parent. Safer for top-of-tree nodes.
Wallets group keys into accounts so a single seed can back multiple logical wallets. Hardened — child keys can't be derived without the private parent. Safer for top-of-tree nodes.
Addresses shown to senders. Non-hardened so an xpub can derive them for watch-only tracking.
Specific address on the chain above. Most wallets start at 0 and increment. Non-hardened — a parent xpub alone can derive this child.
More tools
xpub Explorer
See every address derived from an xpub, ypub, or zpub — balances included.
BOLT11 Decoder
Decode a Lightning invoice to amount, timestamp, and routing hints.
PSBT Decoder
Inspect and validate a Partially Signed Bitcoin Transaction.
Lightning Address Validator
Verify a Lightning address (e.g. alice@getalby.com) resolves correctly.
BOLT12 Offer Decoder
Decode a Lightning offer (BOLT12) — the new payment primitive.
Script Decoder
Break a Bitcoin script into opcodes, with human-readable explanations.
Mempool Fee Forecaster
See current fee rates across five priority tiers with a sats + USD cost estimator.
Base58 / Bech32 Codec
Encode and decode Bitcoin address formats side-by-side.
Taproot Descriptor Visualizer
Render a Taproot output descriptor as a tree of spending paths.
LND Rebalance Calculator
Estimate the cost of rebalancing Lightning channels.
Signet Faucet
Working signet faucet links, address validator, and signet primer.