create account

Understanding Blockchain-A Layman's Primer by adsactly

View this thread on: hive.blogpeakd.comecency.com
· @adsactly ·
$73.79
Understanding Blockchain-A Layman's Primer
# **Why is Blockchain a Chain? An Easy-To-Understand Primer on Blockchain!**

*“Why is Blockchain called a chain?” “What the hell is a distributed ledger?”* These are just a few of the numerous questions, those who are new to the blockchain technology have. 

<center>![](https://steemitimages.com/DQmdJm8whzfwdZapt2tQCoSWTeJ5AvJpi6UaCEEkpqMxLBC/image.png)</center><center>[Source](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Blockchain_Illustration.jpg/1200px-Blockchain_Illustration.jpg)</center>

If you're the *Blockchain cognoscenti,* the information covered herein may hold no value for you. This is just a gentle, non-technical introduction of the blockchain to our Steemit friends who proudly claim, “*Yeah, I’m on Steemit! It’s an amazing blockchain-based social media platform that pays you to blog and comment.*” But they have no answers to the next question, *"So what's a blockchain?"* 
 
We believe it’s important to understand the basics, to be able to perceive the advantages or disadvantages of anything. 

# The ideology Behind Blockchain
 
![](https://steemitimages.com/DQmcUULBzsHB3reYsvn126dorjvEo4aEHjwDZebcNYJGCjA/image.png)
[Source](https://upload.wikimedia.org/wikipedia/commons/b/ba/Centralised-decentralised-distributed.png)

Blockchain is a result of Bitcoin’s need to be **Decentralized,** which means to be anonymous without a point of central control. Bitcoin was developed using this ideology. 

You’ve heard about the Bitcoin Blockchain. But Blockchain is not just Bitcoin or Ethereum or Steem. It is the technology that powers Bitcoin, and today, it is powering a whole lot more than Bitcoin. 

‘Satoshi Nakomoto’ is the mysterious pseudonym of the creator who released blockchain as the *free Bitcoin software*, in 2009. Nobody knows the real identity of the person who created this revolutionary system.

Let me tell you that all blockchain ecosystems may not come with the same mechanisms as Bitcoin. But for the purpose of understanding Blockchain, we will be focusing on bitcoin Blockchain, which is a *public blockchain* as opposed to a *private blockchain* that can come with a different set of rules set by those creating the blockchain. 
# What is a Blockchain?

Blockchain allows a “decentralized “open computer network to create and share valuable data. Because there is no central authority, blockchain is also called a “decentralized ledger.”

> A blockchain is a *public* database of records of all digital events or transactions that have occurred among people.  

> It is called a Distributed Ledger. Distributed = Shared among people (not centralized).  Ledger = Database or a register. It’s nothing but a **publicly shared database of events and transactions**.  *Exact* copies of this ledger are stored on a large number of computers around the world and NOT on a central server, like your bank does.

Let’s take an example…

A majority of us use online banking for our banking transactions. Once you log in to your bank’s online banking site, you’ll find several options. You can view your account balance and statement details, pay bills, transfer funds, find interest details and even change your personal information.  You can also find all the information pertaining to the different savings, checking and deposit accounts. 

You’re not the only one accessing this information. Thousands of people holding an account in the bank, can access all their personal banking details. 

# The Client-Server Model
![](https://steemitimages.com/DQmX6UFSryGQqWKoKhnZwZmXaYN5GNP1Eaoj7bdrAfYLdas/image.png)
[Source](https://upload.wikimedia.org/wikipedia/commons/8/89/Client-Server_Model.jpg)

Where do you get all this information from? When you log in to your account, you’re *interacting* with the bank’s computer system, which maintains a copy of your bank balance, transactions and a whole lot of information about you, in its huge databases.  

If you find a mistake in any of the transactions or your account summary, you bring the error to the bank’s notice, asking for a correction.  If you wish to transfer funds to your dad’s account, your request is routed through the bank’s server. You don’t access your dad’s account directly and push funds from your account to his. (*NOT peer-to-peer*)

Most networks, whether its banks, eCommerce sites or companies, use *client-server* networks, as seen in the image above.

In the client server model, clients (*nodes*) communicate with other computers on the same network or computers on other networks, through the “*server.*” The server acts as the mediator. This is very different from the blockchain.

#  The Blockchain Model
![](https://steemitimages.com/DQmRYBpXjHY6bc2wvzkEnXnvmzNw31cktp5p98W4EGtXuSg/image.png)
[Source](https://de.wikipedia.org/wiki/Peer-to-Peer#/media/File:P2P-network.svg)

*Peer-to-peer* is the keyword here. In the above image, you will find no central *server.* No middleman. All communication takes place one-on-one - peer-to-peer.  It is called that, because all the *nodes* (clients) are peers with equal power, and not all of them are connected to all other nodes. In a peer-to-peer network, *some* of the nodes or *all* of them, keep a copy of the database. 

A blockchain is like a big box that contains a normal database, software that keeps adding new data and information, validates it based on pre-set rules, and broadcasts all new information to the people across the blockchain network, making sure all peers have the same data and information in their databases.

All the information is verified by consensus (*general agreement*) of a majority of people within the system. Please make note of the word CONSENSUS, which is an important aspect of blockchain. 

Similarly, all new transactions on a blockchain are broadcast to every node in the network. Every block has to be verified for validity and accepted by consensus, before being added to the blockchain.

**Once a block has been accepted, the information on the block cannot be erased.**

**Here are some important elements of a blockchain:**

	Exists over a peer-to-peer network
	All activity over the peer-to-peer network is replicated across thousands of systems in almost real-time
	Cryptography and digital signatures are used to verify identity and authenticity
	Sets read/write access rights
	Has security mechanisms in place, making it hard for anyone to change historical records
	It is also easy to find out if someone is tampering with the records 

# The “Block” and “Chain” in The Blockchain 

<center>![](https://steemitimages.com/DQmPxCWGQUqSUgsACftzgJszuBERweSfXDZzcK21nB5uMQ3/image.png)</center>
<center>[Source](https://upload.wikimedia.org/wikipedia/commons/7/7a/Bitcoin_Block_Data.png)</center>

In essence, a blockchain is nothing but a file, where data is logically organized and stored. This file contains everything from databases, text, numbers, tables etc.

> Think of the *blocks* as pages in a book. Just like the *interlinked* chain of pages make a book, the *connected* *chain of blocks* make a blockchain. Each block in the blockchain contains a story (set of transactions), a header with the chapter name or number, and a page number at the end of the page. 

> Miners mine the blocks. Transactions are added to the blockchain in *blocks,* block by block, in a linear, chronological order. Each new block is connected to the previous block using a *hash* from the previous block’s header. Because each block is connected, it is called a chain. This connection makes it easier to verify that the blocks are in correct order.

Take a look at the above diagram of a Blockchain. Do you see the progression from one block to another? When Block 10 turns into Block 11, it carries with it a connection from Block 10, which is the *Prev_Hash,* a reference to the previous block.  The time stamp shows the time of conversion. 

# Conclusion…
![](https://steemitimages.com/DQmWXv61smALcH86JZFNN38JTxaCA51zSniidRemf3Tq23B/image.png)
[Source](https://kidsactivitiesblog.com/wp-content/uploads/2014/08/lots-of-ideas-of-things-to-build.jpg)

The “Blockchain Technology” is a collection of technologies that can be combined in different ways to create different results. It’s like a bag of Lego. You can take out the bricks you need to create the result you seek.

We haven't had a chance to talk about the most important members of a blockchain, the people who create the blocks - Miners. Mining and the merits of the miners calls for an entire post, which we will soon work on.

<center> Did this post manage to eliminate at least some of your confusion? If not, ask away in the comments section and we'll respond to the best of our ability. </center>

---

Author: @knowledge1

---
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 141 others
properties (23)
authoradsactly
permlinkunderstanding-blockchain-a-layman-s-primer
categoryblockchain
json_metadata{"tags":["blockchain","crypto","bitcoin","education","cryptocurrency"],"users":["knowledge1"],"image":["https://steemitimages.com/DQmdJm8whzfwdZapt2tQCoSWTeJ5AvJpi6UaCEEkpqMxLBC/image.png","https://steemitimages.com/DQmcUULBzsHB3reYsvn126dorjvEo4aEHjwDZebcNYJGCjA/image.png","https://steemitimages.com/DQmX6UFSryGQqWKoKhnZwZmXaYN5GNP1Eaoj7bdrAfYLdas/image.png","https://steemitimages.com/DQmRYBpXjHY6bc2wvzkEnXnvmzNw31cktp5p98W4EGtXuSg/image.png","https://steemitimages.com/DQmPxCWGQUqSUgsACftzgJszuBERweSfXDZzcK21nB5uMQ3/image.png","https://steemitimages.com/DQmWXv61smALcH86JZFNN38JTxaCA51zSniidRemf3Tq23B/image.png"],"links":["https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Blockchain_Illustration.jpg/1200px-Blockchain_Illustration.jpg","https://upload.wikimedia.org/wikipedia/commons/b/ba/Centralised-decentralised-distributed.png","https://upload.wikimedia.org/wikipedia/commons/8/89/Client-Server_Model.jpg","https://de.wikipedia.org/wiki/Peer-to-Peer#/media/File:P2P-network.svg","https://upload.wikimedia.org/wikipedia/commons/7/7a/Bitcoin_Block_Data.png","https://kidsactivitiesblog.com/wp-content/uploads/2014/08/lots-of-ideas-of-things-to-build.jpg"],"app":"steemit/0.1","format":"markdown"}
created2017-09-08 13:44:51
last_update2017-09-08 13:44:51
depth0
children37
last_payout2017-09-15 13:44:51
cashout_time1969-12-31 23:59:59
total_payout_value72.439 HBD
curator_payout_value1.356 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,715
author_reputation1,627,272,358,162,076
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,254,706
net_rshares25,184,360,046,287
author_curate_reward""
vote details (205)
@aedroberts ·
Just when I thought I had a good handle on blockchain, you give me more homework. I do understand it better now though.
properties (22)
authoraedroberts
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t214734943z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 21:47:45
last_update2017-09-08 21:47:45
depth1
children2
last_payout2017-09-15 21:47:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation1,813,825,619,410
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,298,009
net_rshares0
@cryptonfused · (edited)
You can have a clearer understanding of how it works [here](https://steemit.com/blockchain/@cryptonfused/the-blockchain-technology). It explains the different structures which make up the blockchain technology and how they function together to create a decentralised and secure network.
properties (22)
authorcryptonfused
permlinkre-aedroberts-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t120150050z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://steemit.com/blockchain/@cryptonfused/the-blockchain-technology"],"app":"steemit/0.1"}
created2017-09-10 12:01:57
last_update2017-09-10 12:03:12
depth2
children0
last_payout2017-09-17 12:01:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length286
author_reputation253,937,837,335
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,448,279
net_rshares0
@knowledge1 ·
I'm glad it helped you gain a better understanding of the blockchain. Do keep a watch out for several more informative posts.
properties (22)
authorknowledge1
permlinkre-aedroberts-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t163445306z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:34:42
last_update2017-09-10 16:34:42
depth2
children0
last_payout2017-09-17 16:34:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,564
net_rshares0
@alexmavor ·
Good post outlining the fundamentals of the blockchain - upvoted and followed.

Will definitely recommend to friends wanting to gain an understanding of the basics.

Alex
properties (22)
authoralexmavor
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t190803129z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 19:07:57
last_update2017-09-08 19:07:57
depth1
children0
last_payout2017-09-15 19:07:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length170
author_reputation1,538,881,619,332
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,286,347
net_rshares0
@antonburton ·
$0.03
What a fantastic article. For those who aren't up to-date on the concept of Blockchain, this is a very concise and well-written article. I was actually speaking to a friend of mine yesterday who wanted to know more about it, its a shame I didn't have this to hand! Gone and shared this with my followers. Look forward to reading your article on mining!
👍  ,
properties (23)
authorantonburton
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t145403863z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 14:54:03
last_update2017-09-08 14:54:03
depth1
children1
last_payout2017-09-15 14:54:03
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length352
author_reputation1,642,673,722,387
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,261,438
net_rshares11,874,610,094
author_curate_reward""
vote details (2)
@knowledge1 ·
I've noticed that most people on the blockchain still have several unanswered questions. I'm glad you find it informative. :)
properties (22)
authorknowledge1
permlinkre-antonburton-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t162503833z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:25:00
last_update2017-09-10 16:25:00
depth2
children0
last_payout2017-09-17 16:25:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,471,690
net_rshares0
@ayman101 ·
The subject is very important for study and more reading to understand the most excellent work
properties (22)
authorayman101
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t191359792z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 19:14:00
last_update2017-09-08 19:14:00
depth1
children0
last_payout2017-09-15 19:14:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation66,318,530,970
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,286,837
net_rshares0
@berline · (edited)
very good post :)  @adsactly
surely you are a very smart person :)

I beg to see my blog, because I just joined in steemit :) I am very happy if you want to see my blog :)

I've followed you :), I hope you follow me :) @berline
properties (22)
authorberline
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t142657754z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["adsactly","berline"],"app":"steemit/0.1"}
created2017-09-08 14:26:54
last_update2017-09-08 14:32:21
depth1
children0
last_payout2017-09-15 14:26:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation97,858,832,063
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,258,651
net_rshares0
@codybill2 ·
$0.24
informative but  now take the next step and apply to bitcoin versus ethereum. May help us all especially as the cryptocurrency market is in a fall!
👍  , ,
properties (23)
authorcodybill2
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t142946931z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 14:29:51
last_update2017-09-08 14:29:51
depth1
children0
last_payout2017-09-15 14:29:51
cashout_time1969-12-31 23:59:59
total_payout_value0.204 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation30,739,216,344
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,258,938
net_rshares83,475,791,892
author_curate_reward""
vote details (3)
@coinlend ·
$0.62
test title
Hey ,
Very interesting read, Thanks you for sharing it!
👍  ,
properties (23)
authorcoinlend
permlinkunderstanding-blockchain-a-layman-s-primer
categoryblockchain
json_metadata""
created2017-09-08 18:35:54
last_update2017-09-08 18:35:54
depth1
children3
last_payout2017-09-15 18:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.622 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation2,263,283,097,869
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,283,528
net_rshares219,270,510,143
author_curate_reward""
vote details (2)
@mralan · (edited)
oh
👍  
👎  
properties (23)
authormralan
permlinkre-coinlend-understanding-blockchain-a-layman-s-primer-20170909t011446725z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-09 01:14:45
last_update2017-09-09 03:33:27
depth2
children1
last_payout2017-09-16 01:14:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation-888,240,113,906
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,310,569
net_rshares-16,696,318,022
author_curate_reward""
vote details (2)
@steemcleaners ·
$0.93
While it may not be a scam in your opinion, it could be considered spam. Spam is not appreciated by the community and could be flagged or may result in action from the [cheetah bot](https://steemit.com/steemitabuse/@cheetah/cheetah-bot-explained)..

Some things that can be considered spam:
* Banner ads
* Referral links/codes
* Repeating the same post
* Links to known scams, phishing sites, and other dangerous links
👍  ,
properties (23)
authorsteemcleaners
permlinkre-mralan-re-coinlend-understanding-blockchain-a-layman-s-primer-20170909t031322543z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://steemit.com/steemitabuse/@cheetah/cheetah-bot-explained"],"app":"steemit/0.1"}
created2017-09-09 03:13:24
last_update2017-09-09 03:13:24
depth3
children0
last_payout2017-09-16 03:13:24
cashout_time1969-12-31 23:59:59
total_payout_value0.920 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length418
author_reputation2,789,224,428,782,668
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,317,404
net_rshares327,278,442,388
author_curate_reward""
vote details (2)
@mralan ·
Blockchain tech. will lead the way in the financial fields of the future.
<a href="https://www.youtube.com/c/mralanc?sub_confirmation=1">

<img src="https://s26.postimg.org/sj9vaqoo9/U5dqpia9_DKAM7eq6_BQpsw_EPzb_AHSZ7x_1680x8400.png"/></a><a href="https://www.youtube.com/c/mralanc?sub_confirmation=1"><img src="http://i67.tinypic.com/2d6wffo.jpg"/></a><a href="https://twitter.com/alan_craker"><img src="http://i68.tinypic.com/6olafq.png"/></a><a href="http://steemit.com/@mralan"><img src="http://i67.tinypic.com/syl27a.gif"/></a><img src="http://i68.tinypic.com/23hufzs.png"/>
<center> http://www.FlippyCoin.com is the #1 Cryptocurrency Exchange!<a href="http://www.flippycoin.com"><img src="https://s26.postimg.org/bvdbb4nl5/image.png"/></a></center>
👍  
properties (23)
authormralan
permlinkre-coinlend-understanding-blockchain-a-layman-s-primer-20170909t033407740z
categoryblockchain
json_metadata{"tags":["blockchain"],"image":["https://s26.postimg.org/sj9vaqoo9/U5dqpia9_DKAM7eq6_BQpsw_EPzb_AHSZ7x_1680x8400.png","http://i67.tinypic.com/2d6wffo.jpg","http://i68.tinypic.com/6olafq.png","http://i67.tinypic.com/syl27a.gif","http://i68.tinypic.com/23hufzs.png","https://s26.postimg.org/bvdbb4nl5/image.png"],"links":["https://www.youtube.com/c/mralanc?sub_confirmation=1","https://twitter.com/alan_craker","http://steemit.com/@mralan","http://www.FlippyCoin.com","http://www.flippycoin.com"],"app":"steemit/0.1"}
created2017-09-09 03:34:06
last_update2017-09-09 03:34:06
depth2
children0
last_payout2017-09-16 03:34:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length754
author_reputation-888,240,113,906
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,318,749
net_rshares593,570,239
author_curate_reward""
vote details (1)
@converseon88 ·
Blockchain has come to  life recently with emergence of bitcoin and it's nice article from non-technical point of view. Thanks!!!
properties (22)
authorconverseon88
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t141741560z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 14:17:48
last_update2017-09-08 14:17:48
depth1
children1
last_payout2017-09-15 14:17:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation6,395,066,014
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,257,794
net_rshares0
@knowledge1 ·
Steemit has many great posts, but most are technical in nature.  Thanks for the appreciation.
properties (22)
authorknowledge1
permlinkre-converseon88-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t163156883z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:31:54
last_update2017-09-10 16:31:54
depth2
children0
last_payout2017-09-17 16:31:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,309
net_rshares0
@cryptonfused · (edited)
Nice post but your explanation of the blockchain technology is all over the place-_not clear and concise_ Maybe a breakdown of the structures and one sllid defintion. Otherwise it will still be a bit hard for newbies to understand and may ina way confuse them; though you may have made it for newbies. Eitherway; it was a good read and i'm sure at least it helped to give a more general understanding of the blockchain tech.
properties (22)
authorcryptonfused
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170910t093421798z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 09:34:27
last_update2017-09-10 12:25:15
depth1
children1
last_payout2017-09-17 09:34:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length424
author_reputation253,937,837,335
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,438,204
net_rshares0
@knowledge1 ·
Breaking it into bite-sized pieces was a tough task. But I do understand what you mean. Appreciate your honest comment! :)
properties (22)
authorknowledge1
permlinkre-cryptonfused-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t163859756z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:38:57
last_update2017-09-10 16:38:57
depth2
children0
last_payout2017-09-17 16:38:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,940
net_rshares0
@cryptousage ·
Useful and informative article. Thank you.
properties (22)
authorcryptousage
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t145817697z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 14:58:15
last_update2017-09-08 14:58:15
depth1
children0
last_payout2017-09-15 14:58:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation38,479,085,902
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,261,881
net_rshares0
@drewgista04 ·
great topic thanks

Please follow also my Steemit Account: https://steemit.com/@drewgista04
Lets Help Everyone by simple means of Following Upvoting Commenting and Re-steeming Everyone's Post.
Join FB Group Also for Support exchange https://www.facebook.com/groups/127151934588379/
👍  , ,
properties (23)
authordrewgista04
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t135057325z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://steemit.com/@drewgista04","https://www.facebook.com/groups/127151934588379/"],"app":"steemit/0.1"}
created2017-09-08 13:51:09
last_update2017-09-08 13:51:09
depth1
children1
last_payout2017-09-15 13:51:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length281
author_reputation-2,848,807,441
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,255,260
net_rshares1,893,569,684
author_curate_reward""
vote details (3)
@kycryptoinvestor ·
I'm fairly new but, that's a wonderfully, simple way for everyone to help each other. I've found so many interesting and useful articles, just from exploring around on Steem. I'll join you and pass your idea along! Thx!
properties (22)
authorkycryptoinvestor
permlinkre-drewgista04-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t145015811z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 14:50:24
last_update2017-09-10 14:50:24
depth2
children0
last_payout2017-09-17 14:50:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation70,601,513,022
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,462,602
net_rshares0
@frederichs ·
greetings and blessings for you, here I give my support and my upvote, hoping to follow that great work on your blog, and I really hope your support, visit my blog your support is very important for me ,,, many thanks and success, ,,
properties (22)
authorfrederichs
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t154528146z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 15:45:36
last_update2017-09-08 15:45:36
depth1
children0
last_payout2017-09-15 15:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation1,265,622,414,838
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,267,256
net_rshares0
@humaidi ·
very good..
nice post..
👍  ,
properties (23)
authorhumaidi
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t135101744z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 13:51:36
last_update2017-09-08 13:51:36
depth1
children0
last_payout2017-09-15 13:51:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation8,514,912,447,557
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,255,304
net_rshares1,281,925,718
author_curate_reward""
vote details (2)
@jeremylederhos ·
Great article! Looking forward to the next part. Would be interested in more discussions about how the block chain technology is being used for other applications.
properties (22)
authorjeremylederhos
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t150542339z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 15:05:42
last_update2017-09-08 15:05:42
depth1
children0
last_payout2017-09-15 15:05:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length163
author_reputation0
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,262,682
net_rshares0
@minecrew ·
NICE CLEARING THIS UP FOR US
👍  
properties (23)
authorminecrew
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t135713344z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 13:57:12
last_update2017-09-08 13:57:12
depth1
children0
last_payout2017-09-15 13:57:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation18,119,479,198
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,255,811
net_rshares173,910,993
author_curate_reward""
vote details (1)
@msg768 ·
Brilliant! Very informative @adsactly! Resteemed to my followers :]
properties (22)
authormsg768
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t140659791z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["adsactly"],"app":"steemit/0.1"}
created2017-09-08 14:07:00
last_update2017-09-08 14:07:00
depth1
children1
last_payout2017-09-15 14:07:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation29,910,527,626,122
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,256,774
net_rshares0
@knowledge1 ·
Thanks for resteeming. Hope your followers enjoy the read.
properties (22)
authorknowledge1
permlinkre-msg768-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t163309443z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:33:06
last_update2017-09-10 16:33:06
depth2
children0
last_payout2017-09-17 16:33:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,425
net_rshares0
@naveen44 ·
amazing post! liked it! :D
useful... finally understood what it is... will work on learning more in deep :D
thank you :D
properties (22)
authornaveen44
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170909t081110138z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-09 08:11:09
last_update2017-09-09 08:11:09
depth1
children0
last_payout2017-09-16 08:11:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation4,296,956,851
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,335,425
net_rshares0
@offgridlife ·
This is excellent. Just what I needed. Upvoted
properties (22)
authoroffgridlife
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170911t034458970z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-11 03:44:57
last_update2017-09-11 03:44:57
depth1
children0
last_payout2017-09-18 03:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation399,959,912,896,932
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,516,348
net_rshares0
@okodee ·
Great article! I look forward to the next article on the topic of miners and their importance to the industry. And on that subject I hear some currencies like DASH and NEO cannot be mined because they use a feature called "virtual mining" (which I hear is done by AI in a cloud and does not require any human input).. can you elaborate on this ? And if this is so, where does it leave the future of mining and those who make a living off of it?
👍  ,
properties (23)
authorokodee
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t154703779z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 15:47:03
last_update2017-09-08 15:47:03
depth1
children1
last_payout2017-09-15 15:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length444
author_reputation174,022,726
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,267,431
net_rshares5,945,925,537
author_curate_reward""
vote details (2)
@knowledge1 ·
Thanks for reading the post in its entirety and for your suggestion of adding the topic, *AI in a cloud* to the post on mining.  Will certainly consider it.
properties (22)
authorknowledge1
permlinkre-okodee-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t162832432z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:28:27
last_update2017-09-10 16:28:27
depth2
children0
last_payout2017-09-17 16:28:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,002
net_rshares0
@prashant1 ·
Very informative blog. Keep it up.
👍  
properties (23)
authorprashant1
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t142023610z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 14:21:54
last_update2017-09-08 14:21:54
depth1
children0
last_payout2017-09-15 14:21:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation102,986,266,513
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,258,189
net_rshares311,011,126
author_curate_reward""
vote details (1)
@taylor.swift ·
Upvoted and RESTEEMED!
👍  
properties (23)
authortaylor.swift
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t140448118z
categoryblockchain
json_metadata""
created2017-09-08 14:04:48
last_update2017-09-08 14:04:48
depth1
children1
last_payout2017-09-15 14:04:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation194,376,407,213
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,256,559
net_rshares5,225,113,916
author_curate_reward""
vote details (1)
@knowledge1 ·
Thanks for the upvote and resteeming. Take a look at our other posts, where we delve deeper into the blockchain.
properties (22)
authorknowledge1
permlinkre-taylorswift-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t163040189z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:30:36
last_update2017-09-10 16:30:36
depth2
children0
last_payout2017-09-17 16:30:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,193
net_rshares0
@van14 ·
thanks @adsactly, you have sharing the useful post for people.
keep steem on !!
i will be wait for your next post :)
👍  , ,
properties (23)
authorvan14
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t134659728z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["adsactly"],"app":"steemit/0.1"}
created2017-09-08 13:46:57
last_update2017-09-08 13:46:57
depth1
children0
last_payout2017-09-15 13:46:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation1,527,597,568,383
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,254,904
net_rshares3,197,407,231
author_curate_reward""
vote details (3)
@veed ·
Great basic explanation of the underlying technology. This is what is most difficult for the average person to understand so thanks for sharing!
properties (22)
authorveed
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t154227659z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-08 15:42:27
last_update2017-09-08 15:42:27
depth1
children1
last_payout2017-09-15 15:42:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation13,851,303,864
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,266,932
net_rshares0
@knowledge1 ·
Thank you! :)
properties (22)
authorknowledge1
permlinkre-veed-re-adsactly-understanding-blockchain-a-layman-s-primer-20170910t162922497z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-09-10 16:29:18
last_update2017-09-10 16:29:18
depth2
children0
last_payout2017-09-17 16:29:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation310,988,902,151
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,087
net_rshares0
@viqral ·
i cann't your language, but i now this post is importain for steemian.
now i will to translate your post to google tranlate to know what it means @adsactly.
thanks for sharing
👍  , ,
properties (23)
authorviqral
permlinkre-adsactly-understanding-blockchain-a-layman-s-primer-20170908t135032236z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["adsactly"],"app":"steemit/0.1"}
created2017-09-08 13:50:27
last_update2017-09-08 13:50:27
depth1
children0
last_payout2017-09-15 13:50:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation2,343,402,284,890
root_title"Understanding Blockchain-A Layman's Primer"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,255,201
net_rshares3,149,667,934
author_curate_reward""
vote details (3)