Home
»
Glossary
»
TXID (Transaction ID)

TXID (Transaction ID)

A transaction ID (TXID) is a unique identifier that is assigned to each transaction on the Bitcoin blockchain. The TXID is generated using a cryptographic hash function that converts the transaction data into a 256-bit hash value. This hash value is unique for each transaction and can be used to identify and track the transaction on the blockchain.

Each transaction on the Bitcoin network has a TXID that is included in the block header of the block that confirms the transaction. When a new transaction is created, it is broadcast to the Bitcoin network and is included in a block by a miner. The TXID of the transaction is included in the block header, which serves as Proof-of-Work for the block.

TXIDs are important because they allow nodes on the network to verify that a transaction has been included in a block and has been accepted by the network. When a node receives a new block from the network, it can check the TXIDs of the transactions against the list of unspent transaction outputs (UTXOs) in its local copy of the blockchain to verify that the transactions are valid and that the block is valid.

By using TXIDs to verify the validity of transactions and blocks, the Bitcoin network ensures the integrity and security of its blockchain. Transactions cannot be altered or deleted once they are confirmed and added to the blockchain, making the network resistant to fraud and tampering.