
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
Introduction to Blockchain Technology
About this book
Blockchain technology has come a long way since the initial vision published by Satoshi Nakamoto in 2008. Big buzz words like "bitcoin," "blockchain," and "cryptocurrency" are everywhere. Companies and governments have started to use blockchain technology in earnest and will increasingly do so for the foreseeable future. This book takes an in-depth look at blockchain technology and how users can take advantage of its potential.
Since its initial conception, blockchain has encompassed both a social promise and new technology. Originally proposed as a solution for Bitcoin's cryptocurrency record-keeping system, blockchains are now used to store the records of all types of applications.
Core services we all depend on like the transfer of money, voting, land records, IP rights, and identity all rely on intermediaries. Blockchain software has begun taking the place of these antiquated systems. The software becomes the trusted record-keeping system, and the rules programed into the software become the intermediaries.
This book explains the fundamentals of blockchain technology and assumes that the reader has little to no knowledge of the subject. Topics are explained as simply as possible, while not obscuring details that may affect the reader. It also gives the reader insight into the critical differences in blockchain software and will provide them with a basic understanding of how and why these systems work.
After reading this book, the reader will be able to speak with confidence on the topic, know key differences in technology. The reader will also have critical insight into blockchain software's inherent limitations and shortcomings.
This book is also the definitive guide to the Blockchain Technology Foundation (BTF) exam from EXIN. It will prepare the reader for the test, and each chapter ends with review questions for extra guidance in preparing for the exam.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weâve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere â even offline. Perfect for commutes or when youâre on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Introduction to Blockchain Technology by Tiana Laurence in PDF and/or ePUB format, as well as other popular books in Education & Architecture General. We have over one million books available in our catalogue for you to explore.
Information
1 Introduction to Blockchain Technology
Blockchain has become an omnipresent term that encompasses a social promise and a new technology. Originally proposed as a solution for Bitcoinâs cryptocurrency record keeping system, blockchains are now used to store the records of all types of applications.
Blockchain means something more in many peopleâs minds. The promise many associate with blockchain applications is that they will collapse all centralized systems. Centralized systems are everywhere people need to trust a counterparty and donât have the resources themselves to do so independently.
An easy way to identify a place where blockchain technology may be applied is to look for areas where a middleman is needed to facilitate trust. Trust is essential for things such as the transfer of money, voting, land records, IP rights, and identity. Blockchain software can be programmed to take the place of the middleman by becoming the trusted record keeping system.
In this chapter, you will learn the basics of blockchain software. This includes the vital concepts that govern most blockchains, economic models, and network structures. It will help you lay a strong foundation for understanding how the technology works and what it is capable of doing.
1.1 Key blockchain concepts
Blockchain technology has come a long way since the initial vision published by Satoshi Nakamoto in the Bitcoin white paper in 2008. Buzz words like âbitcoinâ, âblockchainâ, and âcryptocurrencyâ are everywhere. Companies and governments have started to use blockchain technology in earnest and will increasingly do so for the foreseeable future.
Since its initial conception, blockchain has encompassed both a social promise and new technology. Originally proposed as a solution for Bitcoinâs cryptocurrency record-keeping system, blockchains are now used to store the records of all types of applications.
Core services you may depend on every day such as the transfer of money, payments, voting, land records, IP rights, and identity all rely on intermediaries. Blockchain software has begun taking the place of these antiquated systems. The software becomes the trusted record-keeping systems, and the rules programed into the software become the intermediaries.
It is important to note that blockchains can be used for more than just recording the transfer of value between two parties. The primary benefits of cryptographic identity, historical and chronological provenance, and the transparency of the networks complete history work exceptionally well for many industries that require two parties to trust each other.
Pigeonholing blockchain technology solely for financial transactions is a very limited perspective. Before you can fully grasp the potential applications of blockchains as part of a technology stack, itâs important to understand how the technology works. In the following section you will learn about the key concepts that make blockchain technology revolutionary.
What is a blockchain?
Blockchain technology structure was first described in the Bitcoin white paper as a peer-to-peer distributed time-stamp server. The author, Satoshi Nakamoto (possibly a fictitious name), wanted to create a peer-to-peer electronic cash system that did not need a network of banks to operate. Satoshi described âblocksâ and âchainsâ as a way of organizing and securing records, such that once entries had been made into a shared database, they could be proved mathematically correct and to have remained unchanged.
Satoshiâs description of blocks are groups of transactions that have occurred over a period of time. A transaction, in the case of Bitcoin, represents the transfer of some cryptocurrency, known as bitcoin, from one user to another.
For example, Sally sends you a bitcoin, you receive it, and the transfer of the bitcoin between the two of you is recorded as a âtransactionâ. Bob, Joe, Mark, and Tammy send each other bitcoins at the same time. All of these transactions are bundled into a block and are recorded in the Bitcoin blockchain.
Blockchains have a special way of recording the transfer of bitcoins from one party to another. The transactions are time-stamped and signed by the sender of the bitcoin. So, in the example above, Sally signs the transfer of bitcoin to you. Sallyâs signature for the transfer of bitcoin is not an ink and paper kind. Sally signs electronically or rather cryptographically, with what is called a private key. What this means is that the blockchain software can tell she and no one else has the authority to transfer that bitcoin.
Once Sallyâs transaction with you has been recorded in the block with all the other bitcoin transfers, the block is sealed and linked to the other blocks of transactions. Blocks are sealed and linked by hashes. Hashes are created through a cryptographic hash function.
How hash functions are used in blockchains is very clever but simple. All the data that make up a block of transactions are processed. The output of this mathematical process is a string of numbers and letters of a fixed-size, for Bitcoin it is 32 bytes. If the input does not change, the hash function will always result in the same output string. Hash functions are a covenant way in computer science to prove data has not changed.
Once a hash has been generated from a block, the fixed string of numbers and letters is recorded in the next new block of transactions. Recording the hash of the previous block of transactions links one block to another chronologically. Removing a block, or even a single transaction, from within a block would break the record and would instantly be noticeable to everyone, as your fixed string of 32 characters would not match their fixed string. See figure 2.

Figure 1 What is a blockchain?

Figure 2 Hash function in blocks of transactions.
Satoshiâs goal was to prevent Sally from sending the same bitcoin to you and someone else and thus defrauding the network. The âblockâ and âchainâ of blockchain technology is a clever way of structuring and recording transaction data chronologically. It keeps track of âwhoâ owns âwhatâ and âwhenâ.
The Bitcoin white paper incorporated an incentive program for participants to process new transactions and to keep an unaltered record of every past transaction. In Bitcoin, this incentive system is called mining, and the incentive given to the miners is the cryptocurrency bitcoin, see figure 3.

Figure 3 The concept of mining.
Satoshi understood that if a single person or entity had master editing power over the records, then the transaction could be altered, defeating the purpose. If the record was broken, then it may be possible for Sally to send you and Bob the same bitcoin.
Satoshi, possibly inspired by the financial crisis of 2008, wanted to stop fraudulent transactions without needing a third party to aggregate records and provide trust that everyone would operate in good faith. Satoshi proposed that the aggregation of records could be done with software via a peer-to-peer distributed time-stamp server and trust could be established through cryptographically-provable mathematics. This system of record keeping is what you now known as a blockchain.
What are nodes?
When a computer connects to a blockchain network, the computer becomes a node. A node runs the blockchain software for the network and keeps the network healthy by engaging in the transfer of information. Anyone can run a node on a public network like Bitcoin. Nodes broadcast bitcoin transactions to other nodes throughout the network. However, not all nodes are the same.
There are several classifications of nodes depending on the level of participation and the type of blockchain network. Every network has different roles available. For example, when you run a node that has a complete history of the networkâs transactions and verifies all of the rules of the system, it is called a full node. Full nodes download every block, and then they check each transaction and block to make sure they are compliant with the rules of the network. The networkâs rules are called its consensus system. See figure 4.

Figure 4 What is a node?
Every blockchain has unique consensus rules. These ru...
Table of contents
- Cover
- Title
- Copyright
- Preface
- Contents
- 1 Introduction to Blockchain Technology
- 2 Key parts of blockchain technology
- 3 The structure of the network: consensus algorithm
- 4 Key blockchain networks and technologies
- 5 Second generation applications of Blockchain technology
- 6 Expanding applications of blockchain
- 7 Blockchain and the world economy
- 8 New frontiers in blockchain and business
- 9 Blockchain and people
- 10 Blockchain and the inhibitors
- Appendix A: Answer Keys
- Index