Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Topic OP
How are transactions separated on bit-level in blocks?
by
fevir
on 21/11/2016, 13:38:24 UTC
⭐ Merited by ETFbitcoin (1)
Hi,

A quick question. Assume that a block body contains several transactions (tx), and none of these transactions are of equal length. On bit level, transactions are represented by a set of 0 and 1. A set of tx will therefore result in a set of 0 and 1. Now, if a block contains multiple tx, how can the receiver of a block distinguish each transaction in the block body?

Thanks.