3

I have sent a Bitcoin amount to someone who wants the transaction ID. What is this? Is it the hash shown on the LHS of the transaction?

Murch
  • 75,206
  • 34
  • 186
  • 622
Graeme
  • 31
  • 1
  • 2

1 Answers1

4

Transaction ID usually refers to the 2xSHA256 hash of the transaction serialized as it would have been transferred in the network. This is also the ID as peers refer to them when broadcasting through the network.

Notice that due to transaction malleability a transaction may have multiple IDs.

cdecker
  • 9,498
  • 1
  • 39
  • 61