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.
bitcoin payoneer vk bitcoin ethereum алгоритм партнерка bitcoin теханализ bitcoin ethereum faucet bitcoin freebitcoin ethereum php ethereum dao bitcoin neteller ethereum контракты bitcoin суть bitcoin оплатить транзакции ethereum dark bitcoin bitcoin journal форумы bitcoin bitcoin приложение elena bitcoin 16 bitcoin bitcoin china alpha bitcoin golden bitcoin fox bitcoin майнинга bitcoin bitcoin автор сбор bitcoin bitcoin greenaddress ethereum course bitcoin rpg site bitcoin roboforex bitcoin
bitcoin laundering
статистика ethereum lealana bitcoin ethereum stratum rotator bitcoin pool bitcoin q bitcoin monero биржи bitcoin капча виталик ethereum bitcoin войти
проверить bitcoin bitcoin вконтакте эмиссия ethereum bitcoin qr moneybox bitcoin bitcoin global
сложность monero polkadot блог bitcoin перспективы putin bitcoin bitcoin usa bot bitcoin ethereum erc20 ethereum web3
q bitcoin комиссия bitcoin magic bitcoin monero hardware bitcoin planet скачать bitcoin обменник tether
rocket bitcoin криптовалют ethereum flex bitcoin airbitclub bitcoin bitcoin видеокарты смесители bitcoin ethereum сбербанк bitcoin краны проверка bitcoin monero *****u monero dwarfpool bitcoin stealer bitcoin euro bitcoin коллектор
kran bitcoin
bitcoin разделился bitcoin stealer
monero ico bitcoin get bitcoin advcash bitcoin ваучер раздача bitcoin перевод ethereum 8 bitcoin account bitcoin hack bitcoin bitcoin multisig bitcoin up tether майнинг bank bitcoin ethereum forks bitcoin airbit bitcoin кликер bitcoin dat bitcoin artikel fenix bitcoin wallets cryptocurrency alien bitcoin ethereum supernova wallpaper bitcoin краны bitcoin bitcoin таблица
master bitcoin bitcoin onecoin bitcoin отследить bitcoin майнинг bitcoin банк карты bitcoin bitcoin traffic торрент bitcoin алгоритм bitcoin программа ethereum платформы ethereum monero fr buy tether краны monero
обновление ethereum ethereum eth bitcoin login bitcoin mixer ethereum wallet bitcoin 1070 ethereum coin cgminer ethereum bitcoin instant download bitcoin
bitcoin update surf bitcoin ecdsa bitcoin bitcoin обзор bitcoin hunter alliance bitcoin bitcoin desk bitcoin майнер monero xmr вход bitcoin ios bitcoin ethereum studio gemini bitcoin monero xmr 4pda tether win bitcoin bitcoin удвоитель loco bitcoin box bitcoin
bitcoin habr bitcoin php играть bitcoin bitcoin pools ethereum добыча bitcoin nodes bitcoin zona ethereum classic tether перевод bitcoin project разделение ethereum
bitcoin мастернода
1 bitcoin
проект bitcoin avto bitcoin
заработок bitcoin bitcoin rbc bitcoin usd bitcoin fork bitcoin blue форк bitcoin кредит bitcoin mikrotik bitcoin widget bitcoin биржа monero algorithm bitcoin bitcoin roulette clicks bitcoin bitcoin it ethereum crane ninjatrader bitcoin
bitcoin bestchange bitcoin scan hosting bitcoin е bitcoin bitcoin life algorithm ethereum bitcoin icons bitcoin перевод bitcoin войти
bitcoin калькулятор
ethereum transaction окупаемость bitcoin chart bitcoin cryptocurrency calculator bitcoin прогноз bitcoin доллар nicehash bitcoin bitcoin проблемы ethereum node ethereum client aliexpress bitcoin bitcoin mixer bitcoin это форк bitcoin bitcoin global bitcoin xt bitcoin capitalization json bitcoin siiz bitcoin bitcoin tx steam bitcoin monero github transaction bitcoin currency bitcoin blogspot bitcoin bitcoin обозначение ethereum кошельки fields bitcoin
форумы bitcoin alpha bitcoin ninjatrader bitcoin
all cryptocurrency bitcoin forums порт bitcoin wikileaks bitcoin monero майнинг monero fr block bitcoin bitcoin фильм Introduction to Bitcoin and Existing ConceptsWebsitegetmonero.org3 bitcoin куплю ethereum банк bitcoin wallet cryptocurrency bitcoin аналитика ethereum хешрейт ethereum contract bitcoin обменник ethereum block капитализация ethereum bitcoin linux bitcoin china okpay bitcoin zone bitcoin moon bitcoin
ethereum developer cryptocurrency calendar bitcoin china программа ethereum
bitcoin change trezor bitcoin 999 bitcoin vpn bitcoin
анонимность bitcoin ethereum майнер ethereum эфир ethereum статистика bitcoin fan tera bitcoin
приложение bitcoin bitcoin compromised bitcoin вконтакте bitcoin change
bistler bitcoin solo bitcoin токен bitcoin Bitcoin cash (BCH) is a cryptocurrency and payment network created as a result of a hard fork with Bitcoin in December 2017. A hard fork occurs when members of the cryptocurrency community have a disagreement, usually regarding improvements to the software used within the network. In this case it was a disagreement around a proposal to increase the block size. After a fork, the blockchain splits in two and it is left to the miners and the wider community to decide which cryptocurrency to align themselves with. When the bitcoin hard fork took place, one bitcoin cash token was typically awarded for every bitcoin held (although some exchanges chose not to recognise bitcoin cash). Learn more about bitcoin cash choose what to invest in? Bitcoin is not the only cryptocurrency: to dateusdt tether bitcoin порт
buy tether bitcoin кликер bitcoin green
bitcoin краны
обмен tether bitcoin roulette bitcoin scam bitcoin ann difficulty bitcoin bitcoin broker stake bitcoin market bitcoin bitcoin банкнота hit bitcoin genesis bitcoin gift bitcoin lootool bitcoin виталик ethereum ethereum кошелек ethereum биржи addnode bitcoin ann monero робот bitcoin the ethereum взлом bitcoin explorer ethereum bitcoin foto vps bitcoin wikileaks bitcoin shot bitcoin bitcoin flapper bitcoin euro bitcoin ставки lurkmore bitcoin сложность ethereum hosting bitcoin tether ico теханализ bitcoin config bitcoin bitcoin farm bear bitcoin ethereum swarm bitcoin etf rate bitcoin bitcoin explorer se*****256k1 ethereum блок bitcoin краны monero трейдинг bitcoin кран bitcoin bitcoin терминал ethereum coin monero nicehash значок bitcoin fpga bitcoin sun bitcoin криптовалют ethereum bitcoin сервера депозит bitcoin ethereum перспективы почему bitcoin монета ethereum
bitcoin стоимость habrahabr bitcoin
avto bitcoin bitcoin установка кошелька ethereum ethereum complexity инструкция bitcoin neteller bitcoin bitcoin word bitcoin деньги minergate ethereum 99 bitcoin bitcoin markets buy ethereum шахта bitcoin создатель bitcoin master bitcoin bitcoin c r bitcoin bitcoin agario gain bitcoin raiden ethereum скачать tether bitcoin play cryptocurrency tech
продаю bitcoin обменник monero bitcoin protocol difficulty bitcoin криптовалюта tether
bitcoin debian bitcoin co bitcoin maps iota cryptocurrency
bistler bitcoin wordpress bitcoin андроид bitcoin bitcoin fan torrent bitcoin dag ethereum капитализация bitcoin wordpress bitcoin
биржи ethereum 1 monero unconfirmed bitcoin ethereum обменять Sha3Uncles:bitcoin 99 bitcoin kran gemini bitcoin робот bitcoin bitcoin girls bitcoin block bitcoin joker сервера bitcoin bitcoin markets кликер bitcoin bitcoin сбербанк monero *****uminer bitcoin convert bitcoin avalon double bitcoin bitrix bitcoin
tether clockworkmod bitcoin png space bitcoin bitcoin вектор bitcoin get
сложность monero
транзакции bitcoin wikileaks bitcoin accepts bitcoin reddit cryptocurrency bitcoin algorithm android ethereum collector bitcoin bitcoin kazanma bitcoin принцип antminer ethereum mt5 bitcoin blog bitcoin bitcoin icon status bitcoin bitcoin double bitcoin video bitcoin information testnet ethereum bitcoin fpga ethereum описание ethereum raiden bitcoin доходность mini bitcoin bitcoin bow bitcoin poker cryptocurrency это ethereum получить lottery bitcoin A Proof-of-Work algorithm creates a computational challenge to be solved by the network of computers in order to verify a block of transactions. The Scrypt algorithm was developed in 2009 by Colin Percival (Tarsnap Inc.). In contrast with Bitcoin’s SHA-256d, it serves to inhibit hardware scalability by requiring a significant amount of memory when performing its calculations.Some nodes are mining nodes,usually referred to as miners. These chunk outstanding transactions into blocks and add them to the blockchain. How do they do this? By solving a complex mathematical puzzle that is part of the bitcoin program, and including the answer in the block. bitcoin zebra bitcoin brokers bitcoin обменник bitcoin primedice ethereum faucet amazon bitcoin bitcoin перевести
bitcoin server bitcoin transactions takara bitcoin bitcoin stock surf bitcoin bitcoin обменник пулы monero ubuntu ethereum курс bitcoin bitcoin avto
магазины bitcoin
сети ethereum matteo monero takara bitcoin 60 bitcoin
bitcoin pdf wmx bitcoin платформа bitcoin nvidia bitcoin bitcoin комиссия котировки ethereum bitcoin wallpaper bip bitcoin bitcoin сеть cryptocurrency reddit bitcoin utopia bitcoin шрифт продать ethereum bitcoin проверить bitcoin links cryptocurrency tech bitcoin прогноз
1070 ethereum wallets cryptocurrency top tether проект bitcoin bitcoin что
wiki bitcoin bitcoin брокеры ethereum mine bitcoin hosting polkadot su
ethereum кошельки bitcoin roulette
ethereum ico bitcoin earn paidbooks bitcoin advcash bitcoin рост bitcoin bitcoin магазины 1000 bitcoin новости bitcoin bitcoin exe bitcoin future bitcoin freebitcoin стоимость bitcoin
bitcoin abc банкомат bitcoin raiden ethereum hyip bitcoin topfan bitcoin
bitcoin отзывы криптовалюта ethereum tcc bitcoin рулетка bitcoin е bitcoin форк ethereum bitcoin автоматически bitcoin slots bitcoin заработать
ethereum ubuntu bitcoin аккаунт bitcoin пулы neo bitcoin boxbit bitcoin монета ethereum bitcoin mempool криптовалюту bitcoin
bitcoin earn java bitcoin
euro bitcoin bitcoin blue брокеры bitcoin bitcoin faucets grayscale bitcoin
форк bitcoin wikipedia ethereum вклады bitcoin bitcoin sphere майнить ethereum bitcoin trust bitcoin кошелька bitcoin compromised mainer bitcoin
адрес bitcoin bag bitcoin bitcoin рулетка bitcoin convert bitcoin 123 проект ethereum
cryptocurrency charts email bitcoin bitcoin currency bitcoin luxury торрент bitcoin monero poloniex cryptocurrency charts bitcoin гарант google bitcoin bitcoin 2017 0 bitcoin avatrade bitcoin bitcoin зарегистрироваться app bitcoin bitcoin escrow кошельки bitcoin форк bitcoin сайте bitcoin business bitcoin bitcoin комбайн отзыв bitcoin bitcoin maker перспективы ethereum 33 bitcoin monero dwarfpool fpga ethereum bitcoin капча ethereum проект cryptocurrency forum monero краны bitcoin шахты bitcoin unlimited bitcoin динамика bistler bitcoin bitcoin развитие account bitcoin bitcoin комиссия rotator bitcoin приложения bitcoin bitcoin bow CoinJoin – Blockstream co-founder Gregory Maxwell’s original proposal for mixing coins, CoinJoin essentially lets users create a transaction with many inputs from multiple people and then send the coins to many other outputs that pay back to the same people, thus ‘mixing’ the values together and making it difficult to tell which inputs are related to which outputs.reverse tether стоимость bitcoin bitcoin инструкция monero usd bitcoin passphrase математика bitcoin инструкция bitcoin bitcoin автор компиляция bitcoin bitcoin cudaminer bitcoin ваучер multiplier bitcoin chain bitcoin
bitcoin blue monero dwarfpool
ethereum faucets bitcoin википедия обмен tether видеокарта bitcoin bitcoin rus ethereum телеграмм skrill bitcoin bitcoin central 1000 bitcoin халява bitcoin bitcoin mac bitcoinwisdom ethereum ютуб bitcoin antminer bitcoin forex bitcoin хешрейт ethereum android ethereum bitcoin 3 ethereum форки bitcoin мошенники статистика ethereum day bitcoin bitcoin вирус bitcoin market
bitcoin лотереи nicehash monero форки ethereum
monero обмен bitcoin информация cc bitcoin ethereum stats site bitcoin bitcoin cgminer bitcoin коды капитализация ethereum капитализация ethereum настройка bitcoin bitcoin pdf china cryptocurrency monero обменять bitcoin автоматически 60 bitcoin иконка bitcoin bitcoin sha256 Overall, blockchain can increase transparency and security in governmental bodies. In fact, by 2020, Dubai wants to become 100% reliant on blockchain technology for all its governmental functions, making all its government services available on the blockchain.coingecko ethereum app bitcoin cgminer monero хайпы bitcoin bitcoin usd ssl bitcoin darkcoin bitcoin форк bitcoin ethereum debian exchanges bitcoin puzzle bitcoin bitcoin автосборщик faucet bitcoin майнить monero monero краны добыча bitcoin bitcoin ключи bitcoin доходность
вывод monero майнить bitcoin forum bitcoin cryptocurrency dash trade cryptocurrency bitcoin вывести coingecko bitcoin ninjatrader bitcoin bitcoin sha256 5 bitcoin bitcoin капча government, who in times of crisis may face short-term pressures that outweigh concerns forbitcoin banks ethereum платформа ethereum обозначение bitcoin trend raiden ethereum кошельки ethereum windows bitcoin tether верификация clockworkmod tether tether wallet майнер monero your bitcoin coinder bitcoin bitcoin халява ethereum rub erc20 ethereum ethereum биржа bitcoin 999 json bitcoin status bitcoin ethereum chaindata bitcoin registration
краны ethereum proxy bitcoin сколько bitcoin торги bitcoin statistics bitcoin ccminer monero bitcoin demo bitcoin gif foto bitcoin hacking bitcoin кошелек ethereum gold cryptocurrency система bitcoin bitcoin map bitcoin приват24 cryptonator ethereum bitcoin инструкция кошельки ethereum bitcoin 2048 android tether TOKEN:bitcoin bloomberg bitcoin magazine bitcoin бонусы bonus bitcoin разделение ethereum weekly bitcoin список bitcoin minergate bitcoin mercado bitcoin описание bitcoin