Tools

Broadcast transaction

Push a signed raw transaction (hex) to Litecoin testnet via POST /tx.

Decode transaction

Decode raw transaction hex without broadcasting. Known inputs are resolved to show amounts and fee.

Decode script

Disassemble a scriptPubKey / redeemScript / witnessScript and see its type and the p2sh/p2wsh addresses it hashes to on this network.

Inspect PSBT

Decode a base64 PSBT: per-input prevout amounts, fee, signing progress, and whether it is finalized.

Encode OP_RETURN

Turn text or hex into an OP_RETURN scriptPubKey to embed in a transaction.

Verify signed message

Verify a message signed by a legacy (m/n...) address. BIP-322 (segwit/taproot) is not supported by the node.