TXID
The unique identifier of a transaction.
GUIDE · BITCOIN IN SIMPLE WORDS
A practical guide to finding a transaction by TXID, telling unconfirmed from confirmed, and understanding the basic information you see.

In the previous guide, Alex sent bitcoin from BlueWallet and saw that the transaction details included a Transaction ID, a status, and an Explorer option. Here, we do not create another transaction. We learn how to check any of your own on-chain transactions on mempool.space.
mempool.space is a public Bitcoin explorer. It displays data that is already public on the Bitcoin network, it is not Bitcoin itself, and it never needs your seed phrase, recovery words, or private keys. The examples below use a public sample TXID.
A TXID is the unique identifier of a Bitcoin transaction. A block explorer such as mempool.space lets you use that ID to view public transaction data without connecting your wallet.
The unique identifier of a transaction.
A tool for reading public Bitcoin data.
In BlueWallet, as we saw in the previous guide, you can open the transaction details and see the Transaction ID together with the status and an Explorer option. Other wallets or exchanges may use labels such as TXID, Transaction ID, Transaction hash, or View on explorer.
Open mempool.space and paste the full TXID of your own transaction into the search field. If the ID is correct and the explorer knows the transaction, its transaction page will open.
EXAMPLE ONLY
e86ad1643bc7bd0f7568b1527bb728ff33ca8fed70ff2df51f52cfdbe615baa5SEARCHFor your own transaction, paste your own TXID here.
A transaction can be broadcast to the Bitcoin network and be visible without being included in a block yet. At that point it is unconfirmed. Once it is included in a valid block, it receives its first confirmation. Each later block increases the confirmation count.
Visible, but still waiting to enter a block.
It has its first confirmation.
There is no single central mempool for the entire Bitcoin network. Each node can have its own view of transactions waiting for confirmation. mempool.space shows its public view.
On a confirmed transaction page you can see the TXID, the block that contains it, the fee, and the fee rate. In the public example below, the transaction is confirmed in block 966722, with a 423 sat fee and a 3.02 sat/vB fee rate.
EXAMPLE ONLY
e86ad1643bc7bd0f7568b1527bb728ff33ca8fed70ff2df51f52cfdbe615baa5 bc1qns9f…lpzqfw1.75767152 BTCbc1q9lwn…h3664f0.00062531 BTCbc1qns9f…lpzqfw1.75704198 BTCThe fee is the total transaction fee. The fee rate shows how many satoshis are paid per virtual byte and is usually displayed as sat/vB. When many transactions are waiting, a higher effective fee rate may receive higher priority.
In very simple terms, inputs are bitcoin being used as the sources of a transaction, while outputs are the new destinations it creates. A transaction can have several inputs or outputs, and one output may be change returning to the sender’s wallet.
Miners have limited block space. When demand is higher, a transaction with a lower fee rate can wait longer. mempool.space shows the status, but it is not a general cancel or repair button.
Anyone with a TXID can view public details such as addresses, amounts, fee, block, and status. They cannot see your seed phrase or private keys, but a TXID or address may be connected to more information if it has already been linked to your identity.
Alex had already learned how a Bitcoin transaction is sent. Now you know the next part as well: how to take the TXID of your own transaction, find it in an explorer, and check whether it has merely been broadcast or has already been confirmed in a block.
No. It is a public transaction identifier, not a seed phrase, private key, or password.
Check that you copied the complete correct TXID and that you are searching the correct Bitcoin network. A very recent transaction may also take a little time to appear on the explorer.
There is no magic number for every situation. Wallets, exchanges, and other services may have different policies depending on the amount and use case.
It is the common way to express a fee rate: satoshis per virtual byte. It is not the same as the total fee.
No. It is an explorer that displays public Bitcoin data and does not need access to your wallet.