Sure, all TXIDs are solely calculated from non-witness information. Whereas many nodes have an entire copy of the blockchain, which does comprise all transactions, most nodes would not have a full transaction index.
by way of https://developer.bitcoin.org/reference/p2p_networking.html
Nodes will promote unconfirmed transactions. These are then out there to be shared upon a getdata tx
request which might be responded to with a tx
message.
If the transaction is already confirmed, the peer ought to know wherein block the transaction was included (from the context wherein it heard in regards to the transaction within the first place), and would both request the entire block, or a Merkle department within the type of a merkleblock
message.
You’ll be able to learn extra in regards to the P2P messages for instance right here: https://developer.bitcoin.org/reference/p2p_networking.html