[Blockchain Lazy Bag] What exactly is blockchain? 5 minutes to understand the principles of blockchain technology that ordinary people do not understand

by Qmoa
0 comments 6.4K Views
區塊鏈是什麼

In this article, I will try to simplify and unveil the mystery of this blockchain. The technical connotations of blockchain and cryptocurrency are no longer just the patent of technical experts, but knowledge that every reader can understand and master. It also talks about the practical applications and future prospects of blockchain, and also introduces the application scenarios of blockchain. After reading this, you will be more interested in blockchain.

what is blockchain? The booming development in the digital age has given rise to many cutting-edge technologies, the most influential of which are blockchain and cryptocurrency. From the birth of Bitcoin to the rise of various cryptocurrencies such as Ethereum, this new trend has clearly quietly changed our world. However, for many people, blockchain and cryptocurrencies are still an unsolved mystery. After all, how they work is not easy to understand.

First, we'll explore the basic concepts of blockchain, understanding how it acts as a decentralized, immutable database to provide security and transparency. Then, we'll take a closer look at how cryptocurrencies work, revealing how they use complex cryptography to protect users' assets and transaction information. Let's uncover the mystery of blockchain and cryptocurrency together, and start a new journey of knowledge! !

Further reading:

1. What is Web 3.0 in everyone's mouth? How Blockchain and Decentralization Could Revolutionize the Internet in 2023

2.[Blockchain application lazy bag] I am not afraid that AI will make most human beings unemployed, and the blockchain will bring more new job opportunities within 10 years

3. What is Defi Liquidity Mining? Will blockchain Defi replace the role of banks in 10 years?


1. What is blockchain?

The underlying technology of blockchain

Blockchain is a decentralized recording technology.You can think of it as a kind of large global shared ledger, anyone can record transactions on it, and once a transaction is recorded, it cannot be modified or deleted.This ensures data security and transparency. (This is why cryptocurrencies using blockchain technology are more secure and transparent than traditional finance)

More colloquially, you can think of the blockchain as a ledger that everyone can see, like a magic ledger, whenever someone writes a transaction in it, the transaction will be automatically copied to every on a personal account. Every new transaction is like a new page, automatically posted to the last page of the ledger. Moreover, this process is irreversible, that is to say, you cannot tear off or paint over the pasted pages. This is the blockchain, a magical ledger that keeps getting thicker but cannot be rewritten.

Blockchain gets its name from the way it works: each"block"Contains the latest batch of transactions with links to previous"block", forming a continuous"chain". Since each block contains the information of the previous block, if someone tries to modify the information of a certain block, he must modify the block and all subsequent blocks, which is almost impossible in practice .

The underlying technology of blockchain mainly includes the following parts:

  1. P2P network (Peer-to-Peer network): The blockchain is built on a decentralized network, and each participant (also known as a node) has a complete copy of the entire blockchain.
  2. Encryption Technology: In order to ensure the security of the transaction, the blockchain uses the cryptography technology of the public key and the private key. Only those who know the private key can transact with the corresponding public key.
  3. consensus algorithm: To determine which transactions are valid without a central authority, blockchains use consensus algorithms. The most common consensus algorithms include Proof of Work (PoW) and Proof of Stake (PoS).

Blockchain is a relatively complex technology, but at its core the idea is to create a way of recording data that is fraud-proof, transparent and secure. This technology has been applied to many fields, including financial services, supply chain management, and even real estate to name a few.


How Blockchain Works

In fact, each new "page" (block) will be made a special "brand" before it is pasted on the ledger(hash value), this "stamp" comes from all transaction records on this page and the "stamp" on the previous page. So, if someone tries to surreptitiously rewrite content on a page, the "brand" of that page will be changed and it will affect all subsequent pages, it's like a magic chain that connects every page, making sure no one can Secretly tampered with.


How does blockchain ensure data security and transparency?

First, due to the decentralized nature of the blockchain, its data is stored in many different nodes on the network, which makes it difficult for attackers to find a centralized target to attack. Furthermore, as mentioned before, any modification to the transaction record will change the hash value and affect all subsequent blocks, which makes illegal modification almost impossible.

As for transparency, since every transaction is recorded and can be publicly queried, this ensures that all transactions can be supervised by the public and prevents fraud and corruption.


Recommended blockchain-related books:Blockchain: Countdown to changing the future

區塊鏈是什麼
If you are interested, please go to HyreadBuy this e-book

Reasons for recommending this book:

In this "self-centered" era, blockchain is leading us towards a more decentralized future. It not only represents the idea of decentralization, but also highlights that everyone can become a center of influence. The advantages of blockchain technology are that it is secure, transparent, fast and low-cost, and it eliminates the need for third-party intermediaries. Imagine being able to more easily manage your mortgage, your will, and when you shop online, being able to track your items every step of the way. Blockchain will comprehensively revolutionize identity verification, transactions, data storage and securities industries, bringing us information security.This book exhaustively explores the relationship between blockchain and cryptocurrencies and shows how blockchain technology moves from theory to practical applications. For beginners or those who are still on the fence, this book will be a guide to help you keep up with the times.


2. How to encrypt cryptocurrency? Related applications of virtual currency and blockchain

when we talk aboutVirtual currency, you may first think ofBitcoin and Ethereum. These are digital assets based on blockchain technology, and they are also the two most well-known virtual currencies on the market. Bitcoin is considered the first virtual currency to actually use blockchain technology, while ether is the native currency on the ethereum network, which allows users to create and run smart contracts.

How does virtual currency utilize blockchain technology?

Here, the blockchain plays a role similar to a public transaction record or ledger, and virtual currency transactions are various activities recorded on this ledger. Each transaction is added to a new block, which is then added to the end of the blockchain. Such a structure ensures that all transactions can be traced and verified, and once a transaction is recorded on the blockchain, it cannot be modified or reversed.

The Double Spending Problem

The problem with double payment is that digital currency is just data, which can theoretically be copied, so a person may use the same money to make multiple payments. However, blockchain technology, through its decentralized and public nature, is capable of verifying each transaction that the user has sufficient funds to complete the transaction as it occurs. If a user tries to pay with funds that have already been spent, the transaction will be recognized as invalid by other nodes on the blockchain.

For example, you have 10 units of digital currency and you decide to buy 10 units of commodity A. After the transaction is completed, the merchant receives your 10 units of currency and hands product A to you.

But in this kind of system, you can have a bad idea. Since digital currency is essentially just data, you might try to duplicate this 10-unit transaction and try to use the same 10 units to buy 10 units worth of commodity B. In this case, you are paying the same amount of money for two items, which is known as "double-spending".

However, this can be prevented if we use blockchain technology.When you try to buy item B with the same currency for the second time, a node on the blockchain will check your transaction history and find that you have already spent that currency to purchase item A. Therefore, your second transaction will be rejected and item B will not be purchased. This is how blockchain solves the double spending problem.


3. What are public keys and private keys? The relationship between cryptography and blockchain

Cryptography, literally, may make one think of mysterious secret codes or covert communications used by spies in movies, but it is actually a science that is widely used in various situations in our daily life, such as in For secure shopping and banking transactions on the Internet, cryptography plays a key role in the blockchain.

In cryptography, we often hear two important concepts:public key and private key. You can think of them as a special lock and key.public keyIt's like a public lock that anyone can lock the messages they want to send to you, but only yoursprivate keyOnly then can this lock be opened and those messages read. This is known as public key encryption and private key decryption.

So, what does this have to do with blockchain? In blockchain,Each transaction will be signed with the private key of the sender. This signature is like a digital fingerprint, which can confirm that the transaction is indeed sent by the sender.. Others can then use the sender's public key to confirm the signature and verify the validity of the transaction. This is what public and private keys do in a blockchain.

Furthermore, cryptography also protects the security of blockchain transactions. By using complex mathematical algorithms, encryption technology converts data into a form that only the holder of the private key can decipher, which ensures that even if the data is transmitted over a public network, it cannot be read or modified by third parties. At the same time, due to the uniqueness of the private key, only the holder of the private key can conduct transactions, which prevents others from forging transactions.

private keypublic key
definitionA secret, unique set of numbers or lettersCalculated from the private key, it can be shared publicly without revealing the private key.
Function– Initiate a transaction: Sign the transaction to ensure legitimacy
– Access rights control assets
– Receive Funds: For receiving cryptocurrency funds
– Transaction verification legality
use– Sign transaction
– Control asset access rights
– Receive funds
– Verify transaction legitimacy
Safety Precautions– Protect the private key from loss, otherwise the assets cannot be accessed
– Prevent private keys from being stolen
– The public key can be shared publicly, but the private key is kept secret
– Pay attention to safety when using

To sum up, cryptography plays an extremely important role in the blockchain. By using public and private keys, we can ensure the authenticity and security of transactions, and by using encryption technology,We can ensure the privacy and immutability of data. These are the key factors for blockchain to be a safe and reliable technology.


4. Six-layer structure of blockchain (simple and easy-to-understand example: e-book store)

區塊鏈的層級

Here I take "Xiao Ming's e-book store" as an example of using blockchain technology:

  1. Data Layer:
    • simile: Think of the bookshelves in a bookstore. Each book has a unique number, author and publication date. Here, each book is like a block of the blockchain, storing transaction information.
    • explain: Whenever Xiao Ming sells an e-book, the transaction will be recorded and stored in this layer.
  2. Network Layer:
    • simile: It's like visitors to a bookstore who share with each other the books they see in the store.
    • explain: Whenever there is a new transaction (such as selling a book), all participants will know about it, ensuring that information circulates in the network.
  3. Consensus Layer:
    • simile: Imagine that a bookstore has a set of rules and only if a majority of visitors agree with the price of a certain book, that price will be accepted.
    • explain: In the blockchain, nodes must reach consensus to add new transactions. For example, PoW requires nodes to perform calculations to prove that its transactions are valid.
  4. Actuator Layer:
    • simile: Whenever someone prices a book according to the rules of the bookstore, he will get some rewards, such as discount coupons.
    • explain: In a blockchain, nodes maintain the network and ensure its security, and in return, they receive some form of reward, such as Bitcoin.
  5. Contract Layer:
    • simile: If you buy five books, you'll automatically get a free book. This is an automated promotion for bookstores.
    • explain: This is similar to a smart contract on the blockchain, where certain operations are automatically executed when specific conditions are met.
  6. Application Layer:
    • simile: In addition to selling books, Xiao Ming’s bookstore also provides activities such as music, coffee, and reading groups.
    • explain: These are different applications based on the underlying technology, just as blockchain technology is not only used for transactions, but also has a variety of other applications, such as supply chain, health passports, and copyright management.

5. Public chain, private chain and alliance chain of blockchain

Blockchain technology has received widespread attention and discussion in recent years, and when we discuss blockchain, we often encounter the terms "public chain", "private chain" and "consortium chain". These terms describe different blockchain structures and participation methods, each of which has its own uniqueness and applicable scenarios. The public chain is a completely open system, and anyone can participate and verify transactions. In contrast, a private chain is a restricted system in which only specific members can participate. The consortium chain is somewhere in between. It is jointly maintained and operated by multiple organizations, combining the transparency of the public chain with the security of the private chain. Let’s take a closer look at the features and differences between these three.

typedefinitionexamplemain feature
Public chainAn open blockchain where anyone can participate.Bitcoin, EthereumOpen, transparent, non-tamperable, and all participants have equal rights.
Private chainA restricted blockchain in which only participants with specific authorization can participate.Blockchain used within enterprisesPrivate, faster transaction confirmation, higher security (due to limited participants), higher scalability.
Alliance chainA blockchain that is jointly participated and controlled by multiple organizations.Supply chain solutions, inter-bank trading platformNodes are jointly controlled by several organizations, with fast transaction speed and a balance between transparency and privacy.

6. Practical applications and future prospects of blockchain

When we talk about blockchain, the first thing you may think of is virtual currency, such as Bitcoin or Ethereum, but in fact the application scope of blockchain is far more than that. Let's explore the application of blockchain in other industries and its future trends.

Further reading (the following linked article describes the current practical applications of blockchain in more detail):

Blockchain application in financial industry

First, in the financial industry, blockchain is gradually changing the way we conduct transactions and manage assets. Many banks and financial institutions have begun to use blockchain to simplify payment processes, increase transaction speed, reduce costs, and improve trust and security through the transparency and immutability of blockchain.

Blockchain application in medical industry

Then, in the medical industry, blockchain can be used to create a secure, private and immutable medical record database, so that medical information can be quickly and securely shared among medical providers, thereby improving the efficiency and quality of medical services.

Supply Chain Blockchain Application

In addition, in supply chain management, blockchain can be used to track the entire process of products from origin to consumers, allowing consumers to view the source, production process and transportation of products, thereby improving the transparency of the supply chain and enhancing consumption. trust in the product.

Of course, this is just one of the possible applications of blockchain. The potential of blockchain is enormous, and we may only be seeing the tip of the iceberg. With the continuous development and improvement of technology, we can foresee that the blockchain will play an increasingly important role in various industries in the future, and may bring profound changes to our society. Whether it is in public services, energy management, intellectual property protection, voting systems, etc., the blockchain may provide us with more secure, transparent and efficient solutions. In the future, we can also talk about the art field can also rely on such technology to ensure the value and authenticity of authentic products.


Q&A Blockchain Technology Questions and Answers

Q: What are the disadvantages of blockchain technology?

Answer: Although blockchain technology has many advantages, such as transparency, decentralization, security, etc., there are also some disadvantages. For example, blockchain transactions require long processing times and require a lot of computer processing power and energy. In addition, the decentralized nature of the blockchain also means that once a transaction is completed, it cannot be reversed or amended.

Q: What makes blockchain technology more and more important in today's society?

Answer: Blockchain technology makes the storage and exchange of information more transparent and secure, which is very valuable in many fields. For example, in financial transactions, asset management, proof of rights and other fields, blockchain has high application value. With the advancement of technology, blockchain will likely be used in more fields, such as government services, healthcare, etc.

Q: What advice do you have if you want to learn blockchain technology?

Answer: The first step in learning blockchain technology is to understand its basic concepts, including what is a block, what is a chain, and what is encryption technology. Second, you can deepen your understanding by reading professional books, online tutorials, or taking related courses. Finally, practical operation is the best way to learn. You can try to participate in some open source blockchain projects to gain practical experience.


Conclusion: What is blockchain?

After our discussion today, we have a deeper understanding of the blockchain. Blockchain is not only the technical foundation supporting virtual currency, but also a revolutionary and innovative technology that is gradually changing our society and economy. It ensures data security and transparency through cryptography, and uses a unique architecture to solve the double payment problem, allowing people to conduct reliable transactions without intermediaries.

Moreover, the scope of application of blockchain goes far beyond virtual currency. Whether in industries such as finance, healthcare, or supply chain management, blockchain is playing an important role in improving efficiency, reducing costs, and enhancing trust and transparency. In the future, with the continuous maturity of blockchain technology and the expansion of applications, we will see more innovations and possibilities.

Finally, I still encourage every reader, whether you are a technician or a general public, to have a deeper understanding of blockchain and actively participate in the progress of the blockchain world.

This is not just a technological revolution, but a social change that will change our lives. Remember, everyone can be a part of this change, let us witness and create the future of blockchain together.

Related Posts

snore! I found you installed Adblock, please don't block ads~

Please read this article after closing Adblock. Knowledge creation is not easy, we need your support! !