The Bitcoin Blockchain

The Bitcoin blockchain is a decentralized and immutable public ledger that contains the history of every bitcoin transaction; decentralized, because the blockchain is maintained by a globally distributed network of nodes, and immutable, because every block contains a reference to the previous block it builds upon, thereby creating a chain which links every block together, all the way back to the first block in the chain called the “genesis block”.
The Bitcoin blockchain is a public ledger, meaning that everyone can look into anybody's transaction history, at least theoretically; instead of assigning balances to a user’s personal details, users are assigned addresses (think safe deposit boxes) where funds are sent and locked until the respective user decides to interact with his funds.
The utilization of addresses instead of personal details render Bitcoin pseudonymous, and thus, no one really knows who exactly is behind a given address.

A Bitcoin Block

Each block in the Bitcoin blockchain consists of a specific set of data and transactions from a specific period of time. The contents of a block are aggregated in a specific way, one can think of it as the following:

The Block Size

The block size refers to the total size of the block, measured in bytes. It encompasses all the data contained within the block, including the block header, transaction data, and any additional information.

The Block Header

A block header serves as a compact summary of a given block’s contents, but also plays a crucial role in linking a block to the rest of the blockchain; the latter is achieved by including the hash of the previous block into the block header of the following block, thus, linking a new block to an existing block, rendering it part of the blockchain. This process continues throughout the entire blockchain, creating a chronological chain of blocks.
Apart from contributing to a chronological blockchain, the process of linking the blocks to each other also contributes to the blockchain’s immutability, security and verifiability: once a new block is added to the chain, altering its contents or the contents of any previous block would lead to a different hash for the given block, which in turn would alter the hashes of all subsequent blocks, pressing the malicious actor to not only mine all the affected blocks anew, but also the blocks which will be mined by honest miners while he’s reworking the previous blocks in order to bring his initial changes to fruition; in order to have a chance at success, he’d need to own more than half of the currently deployed hash rate, an undertaking which in today’s day and age is either computationally infeasible, economically unviable, or both.
The block header and the process of linking the blocks to each other also contributes to the verifiability of the blockchain; nodes utilize a block’s block header to verify the validity of each block, enabling a consistent and agreed-upon history of transactions amongst all participants of the Bitcoin network. The linkage of the blocks, in turn, enable nodes to follow the chain of blocks, starting from the genesis block, and individually verify Bitcoin’s entire transaction history themselves.

The Block Header’s Fields

A block header consists of six fields, each detailing a specific piece of data:
● “Version” denotes the version of the block structure and protocol rules being used for that particular block.
● “Previous Block Hash” denotes the hash of the previous block.
● “Merkle Root” denotes the root of a Merkle tree, which summarizes all transactions in the block.
● “Timestamp” denotes the time when the block was created.
● “Bits (Target Difficulty)” denotes the value that miners aim to meet or undercut when mining a new block.
● “Nonce” denotes an arbitrary number used in the process of mining a new block.

The Transaction Counter

The "Transaction Counter" is a field in the block that specifies the number of transactions included in that particular block. This counter helps network participants quickly ascertain how many transactions are contained in the block without having to analyze the entire block's content.

The Transactions

The actual transactions that are included in a block. Transactions in a Bitcoin block represent the transfer of bitcoin from one address to another. Transactions record the movement of value within the Bitcoin network. Each transaction specifies the sender (input) and the recipient (output) addresses, along with the amount of bitcoin being transferred.

Clarification

The pain of explaining Bitcoin lies within the fact that whenever you try to explain one thing, you automatically touch on two other topics one should be able to understand for the bigger picture to make sense.
I've tried keeping the above content strictly catered to the accompanying headers, and as simple- but complete as possible. I find it difficult, but I enjoy it.
I can add a whole other level of complexity quantity to the above, but I don't know who would be helped with that.
I'm looking forward to corrections / improvements in regards to the above.
It's still a work in progress though, and things that woulda, shoulda, coulda been mentioned already, are reserved for future additions, as it would've absolutely bloated the above, just so you know. 😶‍🌫️
  • Yes, the Bitcoin block structure is also made by me.
This is really nice and sats paid for the effort.
I will be sending this to those who need it. Great job!
reply
🥰 thank you! 🥰🥰
I've been improving the above today, and am quite happy so far, the thing is: these text are never really "done" for me, I always find a way to improve them, which either means that they were faulty from the start, or I've managed to get better in the meantime... It's usually a combination of both 🤫
reply
Long, but worth reading
reply
Long?! You should've see some of my other summaries 😉
What's good and what could be improved in your opinion?
reply
It's interesting. Clearly explained. All good in my opinion
reply
🥰🥰 thanks!
reply
I just gave it a once over. The content seems good, but I'll give it another read. Regarding writing style, I think you should use semicolons less. They are causing run on sentences that can get confusing. Here's an example:
The Bitcoin blockchain is a decentralized and immutable public ledger that contains the history of every bitcoin transaction;
Here I would end the sentence with a period. Then make a new sentence :
For instance: [It is] decentralized, because the blockchain is maintained by a globally distributed network of nodes, I would end the second sentence here, then write a sentence about how it is immutable.
and immutable, because every block contains a reference to the previous block it builds upon, thereby creating a chain which links every block together, all the way back to the first block in the chain called the “genesis block”.
I think short, declarative sentences are important when you are teaching newbies about a topic. It makes the subject matter easier to understand.
Just my two sats. I'm no expert.
reply
Hm, yeah I know I tend to do that, I like to think that it encapsulates what I want to tell in a more succinct way...
I also think it's a bit wordy (again), what do you think?
reply
I don't think it's wordy. I just read it again. I think the content is really good, actually. That's a great chart, and your list of terms is very effective. I learned a thing or two. I would just break up some of your longer sentences into easier to digest pieces. Let's hear what other people think.
reply
🥰🥰🥰 thank you, happy to hear!
Could you expand about the terms and why they're effective?
reply
We'll, what I meant is that first you have the chart, which gives a nice visual representation of the block, then you describe with text the meaning of the depicted sections. I think that order helps to grasp what's going on. Another thing occurred to me. You mention timestamp. Perhaps it would be a good idea to explain "time" more clearly, and how many people prefer the term time chain to blockchain. Now maybe I'm getting too deep into the weeds. 😀
reply
Hm, thanks.
Yeah I think that visuals can go a long way in terms of explaining specific parts of Bitcoin, makes it a bit easier to "place" what's being read, I think.
Yeah, that's the thing with Bitcoin: it's very easy to fall off the cliff and get lost in the complexity... You'll have to draw a line somewhere in order to keep it digestible and somewhat placeable for novices. 😄
reply