MyBTC.World Tools
Fast, beginner-friendly Bitcoin utilities

Bitcoin TX ID Lookup

Paste a transaction ID (TXID) to view confirmation status, fees, and the full input/output breakdown.
Tip: TXIDs are 64 characters long. Example format: 4d3c...e9a1
Confirmed Source: Blockstream
TXID f31f5e077e8b452570453fd76aaecbce2973281429be23fc25c9076c8f4856d1
Fee
178 sats
(0.00000178 BTC)
Total In
14,178 sats
(0.00014178 BTC)
Total Out
14,000 sats
(0.00014 BTC)
Size / Weight
222 vB
561 WU
Block
934344
2026-01-30 12:40:57 UTC
Version / Locktime
2
Locktime: 934343
Inputs (VIN) (1)
# From (prevout) Amount Prev TX
0 bc1qfv53z9ex89qj3qn0tczdrmmswjsu9ekgk0pfcp 14,178 sats
(0.00014178 BTC)
3b0fcf9811ea62e5a4d491df95877db6b44ab85825a6cca82521297896863d51:1
Outputs (VOUT) (2)
# To Amount Script type
0 bc1qqgwd3ryqpla9cxd9me5w9mwee3re8jlwzyyumn 4,000 sats
(0.00004 BTC)
v0_p2wpkh
1 bc1qj8jg93dkat3ck6cdrluef7mt7kkv5y4u4sdalz 10,000 sats
(0.0001 BTC)
v0_p2wpkh
Raw JSON (advanced)
{
    "txid": "f31f5e077e8b452570453fd76aaecbce2973281429be23fc25c9076c8f4856d1",
    "version": 2,
    "locktime": 934343,
    "vin": [
        {
            "txid": "3b0fcf9811ea62e5a4d491df95877db6b44ab85825a6cca82521297896863d51",
            "vout": 1,
            "prevout": {
                "scriptpubkey": "00144b29111726394128826f5e04d1ef7074a1c2e6c8",
                "scriptpubkey_asm": "OP_0 OP_PUSHBYTES_20 4b29111726394128826f5e04d1ef7074a1c2e6c8",
                "scriptpubkey_type": "v0_p2wpkh",
                "scriptpubkey_address": "bc1qfv53z9ex89qj3qn0tczdrmmswjsu9ekgk0pfcp",
                "value": 14178
            },
            "scriptsig": "",
            "scriptsig_asm": "",
            "witness": [
                "304402206b107fe60083344668615a8e535e0d039599a154c0c086d53eed448d99051a35022008770e30554b1bb44aa15b3af35ccd94bd36c33b9ccb6224427d3f2c4510f13f01",
                "02e471f33cf1d38adc5ffde2365433da29383d807bf5e13a1bdd197ddbd82d8457"
            ],
            "is_coinbase": false,
            "sequence": 4294967293
        }
    ],
    "vout": [
        {
            "scriptpubkey": "0014021cd88c800ffa5c19a5de68e2edd9cc4793cbee",
            "scriptpubkey_asm": "OP_0 OP_PUSHBYTES_20 021cd88c800ffa5c19a5de68e2edd9cc4793cbee",
            "scriptpubkey_type": "v0_p2wpkh",
            "scriptpubkey_address": "bc1qqgwd3ryqpla9cxd9me5w9mwee3re8jlwzyyumn",
            "value": 4000
        },
        {
            "scriptpubkey": "001491e482c5b6eae38b6b0d1ff994fb6bf5acca12bc",
            "scriptpubkey_asm": "OP_0 OP_PUSHBYTES_20 91e482c5b6eae38b6b0d1ff994fb6bf5acca12bc",
            "scriptpubkey_type": "v0_p2wpkh",
            "scriptpubkey_address": "bc1qj8jg93dkat3ck6cdrluef7mt7kkv5y4u4sdalz",
            "value": 10000
        }
    ],
    "size": 222,
    "weight": 561,
    "fee": 178,
    "status": {
        "confirmed": true,
        "block_height": 934344,
        "block_hash": "00000000000000000000271274c2f39fdc6017ae192cf8a4af039e66dc8aaef1",
        "block_time": 1769776857
    }
}

How to use Bitcoin TXID Lookup

Tip: Bookmark this page and share your results in the forum if you want a second set of eyes.

What this tool is for

Look up a Bitcoin transaction by TXID and see its status, confirmations, inputs/outputs, and fee details. Useful when verifying a payment, debugging “where’s my BTC?”, or checking whether a transaction was replaced.

Examples

  • Confirm a payment: check confirmations and output address
  • Spot low-fee delays: compare fee rate to current mempool conditions
  • Check RBF: if a transaction was replaced, the replacement will have a different TXID

Related tools

FAQ

  1. What is a TXID?
    A TXID is a transaction identifier (hash) that uniquely references a Bitcoin transaction on the blockchain.
  2. What do confirmations mean?
    Each new block added after your transaction confirms it further. More confirmations generally mean higher finality.
  3. Why does a transaction show as unconfirmed?
    It may still be in the mempool waiting for miners, often due to low fees or network congestion.
  4. Can a TXID change?
    For typical transactions, the TXID is fixed once broadcast. Some unconfirmed transactions can be replaced (RBF) before confirmation, creating a new TXID.