---
title: 'How Blockchain Works'
source: 'https://youtube.com/watch?v=fkGXtzacbcc'
video_id: 'fkGXtzacbcc'
date: 2026-08-04
duration_sec: 107
---

# How Blockchain Works

> Source: [How Blockchain Works](https://youtube.com/watch?v=fkGXtzacbcc)

## Summary

This video explains the fundamental workings of blockchain technology, covering its decentralized nature, the role of nodes and miners, and the consensus mechanisms that ensure security and reliability.

### Key Points

- **Decentralized Ledger** [00:01] — Blockchain is not located in one place and is not controlled by anyone; it exists in digital form on thousands of peer-to-peer network computers.
- **Nodes and Reliability** [00:13] — Each computer on the network stores a complete copy of the blockchain; these are called nodes. More nodes mean a more reliable system, as attacking a few nodes won't alter the data.
- **Miners and Transaction Processing** [00:39] — Miners process cryptocurrency transactions, verify correctness (digital signatures, sender balance), and form candidate blocks.
- **Proof of Work** [01:04] — To add a block, miners solve a complex cryptographic problem (e.g., finding a hash with specific conditions). Once solved, the block is published and verified by other nodes.
- **Alternative Consensus: Proof of Stake** [01:31] — Proof of Stake (PoS) avoids time-consuming calculations; validators stake coins and are randomly selected to create blocks, with higher stakes increasing chances, which can increase inequality.

### Conclusion

Blockchain's decentralized structure and consensus mechanisms like Proof of Work and Proof of Stake ensure data integrity and security, though each method has trade-offs.

## Transcript

located in any one place and is not controlled by anyone in particular. digital form and simultaneously on thousands of special peer-to-peer network.  Every computer connected to this network
stores a complete copy of the blockchain.  Such computers are called nodes.  The more blockchain exist, and therefore the more reliable the systems.  This is an important difference from attackers gain access to a bank server, they can change
falsify transactions.  In the case of blockchain, even an attack on several nodes will not produce results.  Thousands of other copies will retain the correct information.  For more than 50% of the network nodes would need to confirm the same false version of the data, which is almost
member of the blockchain network by installing a special user agreement; this is not necessary.  Typically, those who join the network want to become miners, participants Miners are the ones who process cryptocurrency transactions and maintain
sends a transaction, it goes into Pool, a repository of unconfirmed , checking the correctness of transactions, digital signatures, the sender's balance, and so on, and forming a candidate block from them.  For this block to be
valid hash, solve a complex cryptographic problem, that is, certain conditions, for example, starting with a specified number of hash, it publishes the block to the network.  Other nodes check it.  If the block
add it to their copy of the blockchain. This is how the chain is formed.  For reward and fees for the included transactions.  This mechanism is called Today, there are also alternative methods of consensus.  The most popular
need to perform time-consuming calculations. Instead, they stake, freeze randomly selects one of the validators to create the next block. that the more coins a staked validator has, the higher their chance of being
chosen, which increases inequality between participants.  M.
