Tool
Bitcoin Script Decoder
Paste a hex-encoded Bitcoin script and see it decomposed into opcodes with descriptions. Auto-identifies standard output templates (P2PKH, P2WPKH, P2TR, multisig, OP_RETURN, and more).
P2PKH
Pay-to-Public-Key-Hash (legacy, address prefix "1…").
25 bytes · 5 ops
ASM
OP_DUP OP_HASH160 e76f8c7a2e3e8b0c5bd3f9e4d6b9a1c7e4f2a3b6 OP_EQUALVERIFY OP_CHECKSIG
Opcodes (5)
Duplicates the top stack item.
Pops top item, pushes RIPEMD-160(SHA-256(item)).
e76f8c7a2e3e8b0c5bd3f9e4d6b9a1c7e4f2a3b6
Like OP_EQUAL but fails immediately if not equal.
Verifies top two stack items are (pubkey, signature) for the transaction.
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.
BIP32 Path Explainer
Understand what m/84'/0'/0'/0/5 actually means.
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.
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.