Broadcast transaction
Submit a signed raw transaction (hex) to the network via Blockchair's push/transaction.
How to use
- Sign your transaction offline using your wallet or a library (bitcoinjs-lib, ethers, etc.). This page does NOT sign — it only relays.
- Pick the chain that matches your signed transaction. Sending a BTC tx on the LTC network (or vice versa) will fail.
- Paste the raw transaction hex into the textarea (e.g.
0100000001…for Bitcoin-family, or0xf86c…for Ethereum). - Click Broadcast. On success the response shows the accepted txid; on failure you'll see the node's rejection reason (already-spent inputs, low fee, malformed hex, etc.).
- Tip: always double-check the hex — broadcasted transactions cannot be undone.