NIP-05 checker
Validate a name@domain Nostr identifier end-to-end:
URL format, HTTPS, redirects, CORS headers, JSON shape, pubkey
format, advertised relays. Real npub bech32 output.
Public, no-signup utilities for Bitcoin, Nostr, and Lightning. Sensitive Bitcoin tools run locally whenever possible, and inputs are never retained.
Validate a name@domain Nostr identifier end-to-end:
URL format, HTTPS, redirects, CORS headers, JSON shape, pubkey
format, advertised relays. Real npub bech32 output.
Decode any LNURL bech32 string, lightning address, or LNURL URL,
then fetch and pretty-print the response: payRequest,
withdrawRequest, login,
channelRequest.
Generate a fresh Nostr keypair (priv/pub hex, nsec,
npub, nprofile) entirely in your
browser. Optional vanity-prefix search via Web Worker. Nothing
is sent or stored.
Validate mainnet, testnet, signet, or regtest addresses and inspect their script type, scriptPubKey, and descriptor hint.
Compare transaction fees and calculate RBF or CPFP targets locally in your browser without sharing wallet data.
Decode transaction hex, inspect inputs and outputs, identify RBF signaling, and flag dust without broadcasting anything.
Build Bitcoin Core importdescriptors JSON locally
from a public descriptor, range, timestamp, and label.
Inspect PSBT inputs, outputs, UTXO metadata, signatures, fees, and completeness locally without signing or uploading the file.
Calculate fees, recipients, change, and dust from explicit UTXOs entirely in your browser.
Derive BIP44, BIP49, BIP84, and BIP86 watch-only receive and change addresses with no blockchain lookup.
Generate local QR images for addresses, BIP21 URIs, xpubs, descriptors, and small PSBT payloads.
Generate a mnemonic and BIP44, BIP49, BIP84, or BIP86 addresses entirely in your browser. Offline use is strongly recommended.
Build a BIP174 PSBT from explicit UTXOs, recipients, change, fee rate, and size entirely in your browser.
Validate an existing mnemonic and derive BIP44, BIP49, BIP84, or BIP86 watch-only addresses locally without exposing seed material.