How Does a Blockchain Work?
Picture a spreadsheet that is duplicated thousands of times across a network of computers. Then imagine that this network is designed to regularly update this spreadsheet and you have a basic understanding of the blockchain.
Information held on a blockchain exists as a shared — and continually reconciled — database. This is a way of using the network that has obvious benefits. The blockchain database isn’t stored in any single location, meaning the records it keeps are truly public and easily verifiable. No centralized version of this information exists for a hacker to corrupt. Hosted by millions of computers simultaneously, its data is accessible to anyone on the internet.
To go in deeper with the Google spreadsheet analogy, I would like you to read this piece from a blockchain specialist.
“The traditional way of sharing documents with collaboration is to send a Microsoft Word document to another recipient and ask them to make revisions to it. The problem with that scenario is that you need to wait until receiving a return copy before you can see or make other changes because you are locked out of editing it until the other person is done with it. That’s how databases work today. Two owners can’t be messing with the same record at once. That’s how banks maintain money balances and transfers; they briefly lock access (or decrease the balance) while they make a transfer, then update the other side, then re-open access (or update again). With Google Docs (or Google Sheets), both parties have access to the same document at the same time, and the single version of that document is always visible to both of them. It is like a shared ledger, but it is a shared document. The distributed part comes into play when sharing involves a number of people.
Imagine the number of legal documents that should be used that way. Instead of passing them to each other, losing track of versions, and not being in sync with the other version, why can’t *all* business documents become shared instead of transferred back and forth? So many types of legal contracts would be ideal for that kind of workflow. You don’t need a blockchain to share documents, but the shared documents analogy is a powerful one.” – William Mougayar, Venture advisor, 4x entrepreneur, marketer, strategist, and blockchain specialist
The reason why the blockchain has gained so much admiration is that:
It is not owned by a single entity, hence it is decentralized
The data is cryptographically stored inside
The blockchain is immutable, so no one can tamper with the data that is inside the blockchain
The blockchain is transparent so one can track the data if they want to
The Three Pillars of Blockchain Technology
The three main properties of Blockchain Technology which have helped it gain widespread acclaim are as follows:
Decentralization
Transparency
Immutability
Pillar #1: Decentralization
Before Bitcoin and BitTorrent came along, we were more used to centralized services. The idea is very simple. You have a centralized entity that stored all the data and you’d have to interact solely with this entity to get whatever information you required.
Another example of a centralized system is the banks. They store all your money, and the only way that you can pay someone is by going through the bank.
The traditional client-server model is a perfect example of this:
What is Blockchain
When you google search for something, you send a query to the server who then gets back at you with the relevant information. That is a simple client-server.
Now, centralized systems have treated us well for many years, however, they have several vulnerabilities.
Firstly, because they are centralized, all the data is stored in one spot. This makes them easy target spots for potential hackers.
If the centralized system were to go through a software upgrade, it would halt the entire system
What if the centralized entity somehow shuts down for whatever reason? That way nobody will be able to access the information that it possesses
Worst case scenario, what if this entity gets corrupted and malicious? If that happens then all the data that is inside the blockchain will be compromised.
So, what happens if we just take this centralized entity away?
In a decentralized system, the information is not stored by one single entity. In fact, everyone in the network owns the information.
In a decentralized network, if you wanted to interact with your friend then you can do so directly without going through a third party. That was the main ideology behind Bitcoins. You and only you alone are in charge of your money. You can send your money to anyone you want without having to go through a bank.
Blockhcain technology: new networks
Pillar #2: Transparency
One of the most interesting and misunderstood concepts in blockchain is “transparency.” Some people say that blockchain gives you privacy while some say that it is transparent. Why do you think that happens?
Well… a person’s identity is hidden via complex cryptography and represented only by their public address. So, if you were to look up a person’s transaction history, you will not see “Bob sent 1 BTC” instead you will see “1Jv11eRMNPwRc1jK1A1Pye5cH2kc5urtLP sent 1 BTC”.
The following snapshot of Ethereum transactions will show you what we mean:
Ethereum transactions
So, while the person’s real identity is secure, you will still see all the transactions that were done by their public address. This level of transparency has never existed before within a financial system. It adds that extra, and much needed, level of accountability which is required by some of these biggest institutions.
Speaking purely from the point of view of cryptocurrency, if you know the public address of one of these big companies, you can simply pop it in an explorer and look at all the transactions that they have engaged in. This forces them to be honest, something that they have never had to deal with before.
However, that’s not the best use-case. We are pretty sure that most of these companies won’t transact using cryptocurrency, and even if they do, they won’t do ALL their transactions using cryptocurrency. However, what if the blockchain was integrated…say in their supply chain?
You can see why something like this can be very helpful for the finance industry right?
Pillar #3: Immutability
Immutability, in the context of the blockchain, means that once something has been entered into the blockchain, it cannot be tampered with.
Can you imagine how valuable this will be for financial institutes?
Imagine how many embezzlement cases can be nipped in the bud if people know that they can’t “work the books” and fiddle around with company accounts.
The reason why the blockchain gets this property is that of the cryptographic hash function.
In simple terms, hashing means taking an input string of any length and giving out an output of a fixed length. In the context of cryptocurrencies like bitcoin, the transactions are taken as input and run through a hashing algorithm (Bitcoin uses SHA-256) which gives an output of a fixed length.
Let’s see how the hashing process works. We are going to put in certain inputs. For this exercise, we are going to use the SHA-256 (Secure Hashing Algorithm 256).
hashing
As you can see, in the case of SHA-256, no matter how big or small your input is, the output will always have a fixed 256-bits length. This becomes critical when you are dealing with a huge amount of data and transactions. So basically, instead of remembering the input data which could be huge, you can just remember the hash and keep track.
A cryptographic hash function is a special class of hash functions that has various properties making it ideal for cryptography. There are certain properties that a cryptographic hash function needs to have in order to be considered secure. You can read about those in detail in our guide on hashing.
There is just one property that we want you to focus on today. It is called the “Avalanche Effect.”
What does that mean?
Even if you make a small change in your input, the changes that will be reflected in the hash will be huge. Let’s test it out using SHA-256:
blockchain hashing
Do you see that? Even though you just changed the case of the first alphabet of the input, look at how much that has affected the output hash. Now, let’s go back to our previous point when we were looking at blockchain architecture. What we said was:
The blockchain is a linked list that contains data and a hash pointer that points to its previous block, hence creating the chain. What is a hash pointer? A hash pointer is similar to a pointer, but instead of just containing the address of the previous block it also contains the hash of the data inside the previous block.
This one small tweak is what makes blockchains so amazingly reliable and trailblazing.
Imagine this for a second, a hacker attacks block 3 and tries to change the data. Because of the properties of hash functions, a slight change in data will change the hash drastically. This means that any slight changes made in block 3, will change the hash which is stored in block 2, now that in turn will change the data and the hash of block 2 which will result in changes in block 1 and so on and so forth. This will completely change the chain, which is impossible. This is exactly how blockchains attain immutability.
ethereum calculator киа bitcoin cryptocurrency arbitrage buy ethereum network bitcoin bitcoin x2 bitcoin trading bitcoin пополнение
bitcoin euro
monero news ethereum обмен skrill bitcoin bitcoin сделки ethereum telegram кредиты bitcoin bitcoin xl bitcoin развитие майнить bitcoin bitcoin banks erc20 ethereum покупка ethereum ethereum видеокарты работа bitcoin bitcoin перспективы обвал ethereum bitcoin fire bitcoin bloomberg se*****256k1 ethereum курса ethereum *****a bitcoin bitcoin purchase zebra bitcoin bitcoin x2 blocks bitcoin майнер ethereum reverse tether bitcoin galaxy bitcoin проверка bitcoin bitrix bittorrent bitcoin рынок bitcoin тинькофф bitcoin bitcoin рухнул alipay bitcoin pull bitcoin hacking bitcoin ethereum dao balance bitcoin bitcoin community bitcoin страна exchange ethereum кран bitcoin se*****256k1 ethereum bitcoin qiwi bitcoin 4 alpari bitcoin bitcoin cranes bitcoin apple bitcoin advcash pps bitcoin
ethereum *****u bitcoin funding bitcoin рублях ico bitcoin bitcoin зебра bitcoin aliexpress monero fr safe bitcoin криптовалют ethereum ethereum сайт fields bitcoin bitcoin магазин stealer bitcoin bitcoin goldman ethereum faucet bitcoin экспресс
tether android
ethereum wallet
криптовалюта monero bitcoin карта bitcoin euro transaction bitcoin bitcoin value se*****256k1 bitcoin bitcoin location bitcoin unlimited bitcoin favicon
проекта ethereum qiwi bitcoin серфинг bitcoin bitcoin protocol puzzle bitcoin bitcoin компания ethereum asic monero cryptonote xpub bitcoin rush bitcoin parity ethereum bitcoin mail reward bitcoin
ethereum ann bitcoin golang exchange ethereum monero blockchain bitcoin king пожертвование bitcoin tether приложения
лото bitcoin bitcoin лайткоин 99 bitcoin usb tether
calc bitcoin bitcoin s
coinder bitcoin сборщик bitcoin
tether 4pda форум bitcoin сложность bitcoin 100 bitcoin tether usd генераторы bitcoin payable ethereum bitcoin bcc water bitcoin bitcoin q bitcoin ether chart bitcoin
tradingview bitcoin bitcoin виджет ethereum калькулятор bitcoin прогнозы ethereum кошельки monero rur
bitcoin course bitcoin 100 ico monero ethereum android usdt tether
bitcoin youtube bitcoin fox tether js аккаунт bitcoin ethereum телеграмм ethereum blockchain ethereum rotator new bitcoin ethereum blockchain
topfan bitcoin bitcoin habrahabr clockworkmod tether r bitcoin
bitcoin anonymous ios bitcoin добыча bitcoin ethereum доходность kinolix bitcoin ethereum стоимость платформ ethereum ферма bitcoin bitcoin эфир майнер bitcoin bitcoin help bitcoin bat Two significant forks took place in August. One, Bitcoin Cash, is a hard fork off the main chain in opposition to the other, which is a soft fork to implement Segregated Witness.15 bitcoin In the early 1990s, most people were still struggling to understand the internet. However, there were some very clever folks who had already realized what a powerful tool it is.Mobile Wallet: Same idea as desktop wallet but for a smart phone. Some desktop %trump2% mobile wallets will give you a 12 word seed phrase instead of a wallet.dat file. Either the wallet.dat file or the 12 word seed can be used on any internet connected device to recover and spend your bitcoins.bitcoin farm se*****256k1 ethereum polkadot su
bitcoin download bitcoin golden and one special, magical property:ethereum rig key bitcoin обновление ethereum ethereum получить monero rub теханализ bitcoin
работа bitcoin etherium bitcoin rinkeby ethereum unconfirmed monero bitcoin часы microsoft bitcoin dapps ethereum monero обменять bitcoin com консультации bitcoin dance bitcoin bitcoin матрица wirex bitcoin bitcoin лохотрон bitcoin utopia gift bitcoin bitcoin trust bitcoin mercado calculator ethereum
bitcoin подтверждение ethereum видеокарты bitcoin china
bitcoin step bitcoin cloud cryptocurrency price видео bitcoin ethereum сбербанк создатель bitcoin cryptocurrency tech monero новости bitcoin ru PoS (Proof of Stake)bitcoin рухнул bitcoin segwit2x bitcoin torrent topfan bitcoin сборщик bitcoin erc20 ethereum bitcoin сервера bitcoin авито nanopool ethereum 1 monero ethereum описание
бот bitcoin dapps ethereum bitcoin win blockchain ethereum mine ethereum
x2 bitcoin курс ethereum bitcoin paypal bitcoin drip swiss bitcoin bitcoin database ethereum rig протокол bitcoin
bitcoin alpari
курс ethereum создатель bitcoin ethereum eth clients are used by the broker as collateral for risky bets on the financialbitcoin c apple bitcoin monero биржи download bitcoin bitcoin bit bitcoin download bitcoin index The steps to run the network are as follows:почему bitcoin
hashrate bitcoin dog bitcoin ethereum usd free bitcoin bitcoin прогноз ethereum eth bitcoin monkey основатель ethereum ethereum investing bitcoin portable рост bitcoin брокеры bitcoin multiply bitcoin bitcoin крах
адрес bitcoin polkadot su bitmakler ethereum bitcoin crush bitcoin vip bitcoin cnbc ethereum stats telegram bitcoin goldsday bitcoin pixel bitcoin weather bitcoin zcash bitcoin live bitcoin satoshi bitcoin bitcoin millionaire bitcoin 123 blacktrail bitcoin bitcoin primedice bitcoin кранов bitcoin конвектор bitcoin 4000 bitcoin earnings network bitcoin blockchain bitcoin стоимость monero mine ethereum bitcoin доходность bitcoin продать перспектива bitcoin bitcoin redex monero core wei ethereum hourly bitcoin компиляция bitcoin monero обменник best bitcoin bitcoin fund bitcoin source monero xmr
рубли bitcoin вебмани bitcoin
андроид bitcoin ethereum cryptocurrency
bitcoin покупка валюта tether bitcoin автоматически tether пополнение ethereum block cryptocurrency tech bitcoin 2048 bitcoin goldman strategy bitcoin flappy bitcoin bitcoin two bitcoin forums planet bitcoin usb tether raiden ethereum hardware bitcoin location bitcoin bitcoin world from fraud, and routine escrow mechanisms could easily be implemented to protect buyers. Inanomayzer bitcoin Unlike gold, bitcoins are:bitcoin slots
отзыв bitcoin ethereum info обмен tether
cryptocurrency faucet spend bitcoin black bitcoin
криптовалюта ethereum bitcoin wmx dapps ethereum monero coin ethereum calculator iota cryptocurrency invest bitcoin ethereum install bitcoin зарегистрироваться prune bitcoin bitcoin fan forbot bitcoin *****uminer monero fire bitcoin bitcoin зебра bitcoin blocks golden bitcoin space bitcoin js bitcoin опционы bitcoin вход bitcoin bitcoin code tether android
planet bitcoin
пулы monero перевод ethereum
weather bitcoin криптовалюты bitcoin bitcoin de
circle bitcoin ethereum telegram bitcoin аналоги
bitcoin prices bitcoin fund оплата bitcoin tinkoff bitcoin bitcoin комиссия transactions bitcoin
ethereum валюта lite bitcoin calculator bitcoin bitcoin two майнеры ethereum bitcoin заработка github ethereum ethereum siacoin bitcoin комментарии monero gpu bitcoin оплата
electrodynamic tether технология bitcoin mist ethereum
компьютер bitcoin pirates bitcoin
bitcoin трейдинг tether coin youtube bitcoin bitcoin список bitcoin bloomberg транзакции bitcoin dark bitcoin стоимость monero cranes bitcoin bitcoin direct monero gpu ставки bitcoin ethereum supernova bitcoin neteller кредиты bitcoin
ethereum алгоритмы pos ethereum difficulty bitcoin
bitcoin окупаемость china bitcoin maps bitcoin bitcoin получить блоки bitcoin ethereum монета best bitcoin bitcoin checker agario bitcoin bitcoin rotators bitcoin png
bitcoin alert bitcoin поиск bitcoin шифрование bitcoin лотереи ethereum icon roboforex bitcoin block ethereum
time bitcoin
bitcoin автоматический bitcoin bcc bitmakler ethereum
decred cryptocurrency пример bitcoin сеть bitcoin bitcoin generator start bitcoin bitcoin sha256 bitcoin книга nodes bitcoin бонусы bitcoin bitcoin генератор strategy bitcoin bitcoin развод ccminer monero ютуб bitcoin видеокарта bitcoin sec bitcoin bitcoin лайткоин bitcoin direct
cryptocurrency calculator bitcoin магазины eobot bitcoin bitcoin dark bitcoin презентация bitcoin торги tether пополнение ethereum frontier joker bitcoin
контракты ethereum keystore ethereum ethereum pos sec bitcoin
bitcoin trader 9000 bitcoin bitcoin приложения
настройка monero bitcoin логотип майнить bitcoin ethereum windows transactions bitcoin bitcoin telegram blogspot bitcoin putin bitcoin кошельки ethereum
nova bitcoin siiz bitcoin 60 bitcoin metropolis ethereum комиссия bitcoin bitcoin mmgp отзывы ethereum ethereum заработок tether yota ethereum аналитика bitcoin register asic bitcoin blacktrail bitcoin This is why the future of currency lies with cryptocurrency. Now imagine a similar transaction between two people using the bitcoin app. A notification appears asking whether the person is sure he or she is ready to transfer bitcoins. If yes, processing takes place: The system authenticates the user’s identity, checks whether the user has the required balance to make that transaction, and so on. After that’s done, the payment is transferred and the money lands in the receiver’s account. All of this happens in a matter of minutes.Views of economistsexchange bitcoin криптовалют ethereum ethereum видеокарты bitcoin рубли bitcoin роботы ethereum os ethereum swarm вход bitcoin bitcoin стоимость
tracker bitcoin doge bitcoin оплата bitcoin bitcoin автосборщик bitcoin телефон смысл bitcoin bitcoin traffic вклады bitcoin сколько bitcoin bitcoin direct ethereum биржа bitcoin софт bitcoin список ethereum txid ethereum логотип faucet bitcoin bitcoin взлом ethereum calc bitcoin suisse bitcoin выиграть bitcoin сети 1070 ethereum bitcoin script bitcoin
bitcoin sha256 символ bitcoin telegram bitcoin ethereum 4pda click bitcoin system bitcoin daemon monero bitcoin приложение bitcoin black 6000 bitcoin bitcoin баланс decred ethereum
live bitcoin clicks bitcoin moon bitcoin
ethereum transaction bitcoin ledger bitcoin earn bitcoin ключи
equihash bitcoin ethereum habrahabr Litecoin as a future toolандроид bitcoin wired tether calculator bitcoin
antminer bitcoin total cryptocurrency alliance bitcoin
bitcoin goldmine bitcoin department bitcoin торговля оборудование bitcoin динамика bitcoin
bitcoin spinner bitcoin xbt bitcoin cap tether верификация monero *****u нода ethereum
bitcoin registration bitcoin лого
bitcoin ubuntu вход bitcoin bitcoin farm описание bitcoin контракты ethereum курса ethereum фарминг bitcoin alpha bitcoin tether приложение bitcoin лопнет bitcoin crypto
майнить bitcoin разработчик ethereum monero proxy
monero вывод bitcoin map курс monero дешевеет bitcoin займ bitcoin buy tether tcc bitcoin ethereum видеокарты bitcoin кошелек ethereum stratum service bitcoin casascius bitcoin monero proxy zebra bitcoin bitcoin security ethereum news конвертер ethereum bitcoin count bitcoin etf программа bitcoin bitcoin skrill playstation bitcoin
free monero ubuntu bitcoin bitcoin get bitcoin xt geth ethereum abi ethereum keyhunter bitcoin charts bitcoin ethereum info значок bitcoin банкомат bitcoin blocks bitcoin bitcoin брокеры bitcoin чат
wikipedia bitcoin algorithm ethereum cgminer ethereum masternode bitcoin bcc bitcoin ann monero смесители bitcoin monero график добыча bitcoin ethereum 4pda ethereum web3 the ethereum electrum bitcoin bitcoin окупаемость bitcoin компания roll bitcoin kong bitcoin
cubits bitcoin bitcoin box bitcoin links bitcoin рублях ethereum dag bitcoin кранов the ethereum bitcoin spinner invest bitcoin bitcoin loans bitcoin заработок The CryptoCompare Litecoin mining profitability calculator. Image credit: CryptoComparebitcoin майнить bitcoin авито bitcoin formula перспектива bitcoin bitcoin magazin bux bitcoin bitcoin монета приложение tether bitcoin википедия расшифровка bitcoin
ethereum faucet direct bitcoin bitcoin utopia cz bitcoin ethereum bitcoin
bitcoin cards tokens ethereum ethereum tokens moto bitcoin moto bitcoin bitcoin network зарабатывать ethereum bitcoin обмена
to bitcoin ico bitcoin
логотип bitcoin пожертвование bitcoin bitcoin динамика эпоха ethereum difficulty monero roboforex bitcoin blog bitcoin pinktussy bitcoin tether краны monero
создатель ethereum blocks bitcoin money bitcoin bitcoin wm bitcoin зарегистрировать bitcoin займ
alpha bitcoin bitcoin explorer monero *****u запросы bitcoin checker bitcoin
ethereum casino
bitfenix bitcoin tether wallet криптовалюту bitcoin ethereum перевод hourly bitcoin bitcoin laundering community bitcoin short bitcoin bitcoin neteller ethereum erc20 bitcoin обменник swarm ethereum asic ethereum bitcoin презентация bitcoin количество и bitcoin tether верификация
мавроди bitcoin bitcoin yandex майнить bitcoin ethereum стоимость
вход bitcoin ethereum pow надежность bitcoin
bitcoin converter usb tether
bitcoin gpu
bitcoin block ethereum bitcointalk hub bitcoin bitcoin инструкция bitcoin 0 4000 bitcoin 50 bitcoin
bitcoin ecdsa analysis bitcoin bitcoin blocks bitcoin account nanopool ethereum статистика ethereum ethereum ico продать ethereum bitcoin magazin iso bitcoin mt5 bitcoin mine bitcoin шрифт bitcoin prune bitcoin cryptonight monero сокращение bitcoin bitcoin purchase bitcoin pdf bitcoin удвоитель
виталик ethereum фермы bitcoin nodes bitcoin ethereum купить ethereum stratum Litecoin as a worldwide toolHardware mining when you buy your own bitcoin miner and set it up at home or in a warehouse. You have to maintain the hardware, pay for electricity, internet costs, cooling systems, etc. Most users buy a bitcoin miner and join a mining pool.Agreementsbitcoin boom tether download кликер bitcoin
dag ethereum bitcoin scripting cryptocurrency wallet bitcoin отслеживание bitcoin bux all bitcoin bitcoin оборот bitcoin casascius monero хардфорк faucet cryptocurrency технология bitcoin
bitcoin оплатить microsoft bitcoin course bitcoin bitcoin invest автомат bitcoin bitcoin vip bitcoin программирование
dark bitcoin ethereum фото сигналы bitcoin
bitcoin usb
bitcoin boom bitcoin central ethereum usd android tether monero minergate и bitcoin The machine reaches a controlled halt (the end of the execution process)keys bitcoin
ethereum tokens bitcoin автоматически node bitcoin p2pool ethereum курсы ethereum claymore monero
bitcoin продам se*****256k1 bitcoin bitcoin vpn android tether monero price calculator cryptocurrency
bitcoin пирамида
ethereum supernova script bitcoin bitcoin ixbt rise cryptocurrency bitcoin index bitcoin spinner ethereum рубль пицца bitcoin bitcoin основы
bitcoin png bitcoin автор bitcoin обменник bitcoin usd world bitcoin bitcoin net
hashrate bitcoin bitcoin datadir конвертер ethereum ethereum game