Skip to content

Transactions in BlockChain #2549

Answered by othaime-en
aviorn36 asked this question in Q&A
Sep 13, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hey @aviorn36
Blocks just like their name are blocks/groups of transactions. A block normally contains a collection of several transactions stored in hash format and once a block is mined, you cannot add any transactions to it. That's the defining feature of a blockchain, immutability. Any new transactions that come in after a block is mined are added to the next block and so on. Transactions and their data are normally represented in hash format to make it easy to store them. When several transactions are grouped together to form a block, miners come together to solve a computational problem for example: find a hash that starts with 10 zeros. This computation helps come with the nonce fo…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@aviorn36
Comment options

@othaime-en
Comment options

Answer selected by aviorn36
Comment options

You must be logged in to vote
2 replies
@aviorn36
Comment options

@krakxn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants