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 1c751721813d80f6d6e6637b9a070341b347ce6a7445176a632abccfb262fba1
Fee
200 sats
(0.000002 BTC)
Total In
60,000 sats
(0.0006 BTC)
Total Out
59,800 sats
(0.000598 BTC)
Size / Weight
222 vB
561 WU
Block
934497
2026-01-31 16:04:21 UTC
Version / Locktime
2
Locktime: 934496
Inputs (VIN) (1)
# From (prevout) Amount Prev TX
0 bc1qx7m0w3kt45mu3e8hmzrt247kh2p8675ycy4ax3 60,000 sats
(0.0006 BTC)
ca8fea692018811ecd920aea329102da7dd5af90f0015a52cf9506fc9284c5c9:11
Outputs (VOUT) (2)
# To Amount Script type
0 bc1q6xkqtr0g2wyznpr7upgf6npe2s8vg04mej84sr 10,000 sats
(0.0001 BTC)
v0_p2wpkh
1 bc1qylvnn9x7e2punshm5hjqcqsq6h7r8rudj4x9rp 49,800 sats
(0.000498 BTC)
v0_p2wpkh
Raw JSON (advanced)
{
    "txid": "1c751721813d80f6d6e6637b9a070341b347ce6a7445176a632abccfb262fba1",
    "version": 2,
    "locktime": 934496,
    "vin": [
        {
            "txid": "ca8fea692018811ecd920aea329102da7dd5af90f0015a52cf9506fc9284c5c9",
            "vout": 11,
            "prevout": {
                "scriptpubkey": "001437b6f746cbad37c8e4f7d886b557d6ba827d7a84",
                "scriptpubkey_asm": "OP_0 OP_PUSHBYTES_20 37b6f746cbad37c8e4f7d886b557d6ba827d7a84",
                "scriptpubkey_type": "v0_p2wpkh",
                "scriptpubkey_address": "bc1qx7m0w3kt45mu3e8hmzrt247kh2p8675ycy4ax3",
                "value": 60000
            },
            "scriptsig": "",
            "scriptsig_asm": "",
            "witness": [
                "3044022004dfe024ad50d8e3807ed46092778c77eff2ef3c9a87157ce82efda7a34438a9022045736377a79e4455edeaacc6bcf2834184d1cac2434c261e3547b873ba829c4a01",
                "03264b6efafb6024b70a75205756ef8a69f7b889da3b40d67dae167986eb0c57fa"
            ],
            "is_coinbase": false,
            "sequence": 4294967293
        }
    ],
    "vout": [
        {
            "scriptpubkey": "0014d1ac058de8538829847ee0509d4c39540ec43ebb",
            "scriptpubkey_asm": "OP_0 OP_PUSHBYTES_20 d1ac058de8538829847ee0509d4c39540ec43ebb",
            "scriptpubkey_type": "v0_p2wpkh",
            "scriptpubkey_address": "bc1q6xkqtr0g2wyznpr7upgf6npe2s8vg04mej84sr",
            "value": 10000
        },
        {
            "scriptpubkey": "001427d93994deca83c9c2fba5e40c0200d5fc338f8d",
            "scriptpubkey_asm": "OP_0 OP_PUSHBYTES_20 27d93994deca83c9c2fba5e40c0200d5fc338f8d",
            "scriptpubkey_type": "v0_p2wpkh",
            "scriptpubkey_address": "bc1qylvnn9x7e2punshm5hjqcqsq6h7r8rudj4x9rp",
            "value": 49800
        }
    ],
    "size": 222,
    "weight": 561,
    "fee": 200,
    "status": {
        "confirmed": true,
        "block_height": 934497,
        "block_hash": "0000000000000000000135e5fb92140503da1cf6e29e33a880382413a6730d1f",
        "block_time": 1769875461
    }
}

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.