Skip to main content

Questions tagged [transaction-id]

The unique identifier of a transaction. Corresponds to the double SHA256 hash of the serialized transaction.

5 votes
1 answer
187 views

This is a situation that should not be needed in practice but as a matter of interest would Bitcoin Core accept a transaction in the following format : [nVersion][marker][flag][txins][txouts][witness][...
Crypto L Plate's user avatar
1 vote
1 answer
88 views

Are there any available block explorers that will supply a transaction's wtxid and its corresponding merkle proof of the said wtxid? If not, how would I retrieve this if i'm running bitcoind?
jiamijiang's user avatar
0 votes
2 answers
222 views

Consider this is the transaction.json file: { "version": 1, "locktime": 0, "vin": [ { "txid": "...
yuivcc's user avatar
  • 88
0 votes
1 answer
85 views

txid = 4508d55cf0d93ac43cbbb13a3b63d7a1e146911745f049893fc6b2d84e4e1256 raw block data = ...
Meir's user avatar
  • 113
6 votes
2 answers
520 views

In Mastering Bitcoin on chapter 6 the Circular Dependencies issue described as following: Many contract protocols for Bitcoin involve a series of transactions that are signed out of order. For ...
RafaelJan's user avatar
  • 205
-2 votes
1 answer
58 views

How do I the transaction id or transaction hash of a new segwit wallet I just created and sent tokens to? The transaction hash I see from blochian.info refers to the hash of the previous transaction. ...
TrustCode's user avatar
0 votes
2 answers
214 views

I downloaded the block template where each transaction contains 'data', 'txid', 'hash'. I read in some articles that the Merkelroot is calculated using 'txid'. Is true? Why txid not hash, and what's ...
Jack Green's user avatar
1 vote
1 answer
849 views

there, I've already looked at other similar posts on here but with little luck. All im trying to do is calculate the TXID of a transaction after downloading the transaction in hexadecimal from a ...
RabbitHole6565's user avatar
5 votes
2 answers
1k views

According to the protocol documentation for tx, the first field on the transaction data is a version number of size 4. Based on this, I am trying to format the array of bytes needed to calculate the ...
Pedro Martins Timóteo da Costa's user avatar
2 votes
1 answer
142 views

In the industry txid is known as "transaction hash". Why wasn't the "hash" field called "wtxid"?
harbar's user avatar
  • 23
0 votes
1 answer
80 views

What is an example of a hash transaction ID for ledger account in 2023 for bitcoin payments
user avatar
0 votes
0 answers
29 views

Been writing a bitcoin library from scratch, which eventually involves calculating transaction IDs. Version 1 transactions work fine when their hex data is being SHA256'd twice and then reversed. ...
RooSoft's user avatar
  • 197
1 vote
1 answer
685 views

According to all internet sources i have found, the hash/ID of a transaction is the result of the double_sha256 algorithm that takes all raw data of the transaction. I tried to calculate it in Python ...
Vluedo404's user avatar
2 votes
2 answers
808 views

Consider the hex data of block 170. The coinbase TXID is this: b1fea52486ce0c62bb442b530a3f0132b826c74e473d1f2c220bfa78111c5082 and the second TXID is: ...
Jamo's user avatar
  • 317
1 vote
1 answer
112 views

If I'm right, segwit TxIDs are composed of the SHA^2(256) hash of the non-segwit data of a transaction. But, how does another node use the TxID to obtain information about the transaction such as the ...
Jamo's user avatar
  • 317

15 30 50 per page
1
2 3 4 5 6