> DEVELOPER_TOOLS
Developer Tools
Decode and broadcast transactions, decrypt memos, convert units, debug wallets
Decode Raw Transaction
Client-sideParse a raw transaction hex into human-readable fields, inputs, outputs, shielded data, and more.
Broadcast Transaction
APISubmit a pre-signed raw transaction to the Zcash network via a live Zebra node.
Decrypt Shielded Memo
Client-side WASMDecode encrypted memos from Sapling and Orchard transactions using your viewing key. 100% client-side.
ZEC / Zatoshi Unit Converter
Client-sideConvert between ZEC and zatoshis (1 ZEC = 100,000,000 zatoshis). Useful for devs and raw amounts.
Anchor Root Search
APISearch Sapling/Orchard commitment tree roots across canonical and orphaned blocks. Debug wallet sync issues and fork detection.
> API_ENDPOINTS
POST
/api/tx/broadcastGET
/api/tx/:txidGET
/api/search/anchor/:rootFull documentation at /docs