-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblockchain.json
More file actions
26 lines (26 loc) · 819 Bytes
/
blockchain.json
File metadata and controls
26 lines (26 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"data": "Genesis block",
"previousHash": "0",
"merkleRootHash": "000007f43d31d7e0f81524dca7822de2c8b4b9b9b38ad3d453f42e31883099cb",
"timeStamp": 1539651920562,
"nonce": 1790836,
"difficulty": 5
},
{
"data": "*Transaction list*",
"previousHash": "000007f43d31d7e0f81524dca7822de2c8b4b9b9b38ad3d453f42e31883099cb",
"merkleRootHash": "00000eb87131152e62540f08642f8c5e5c34677c13b944976adda2ed7eb27e35",
"timeStamp": 1539651933741,
"nonce": 2405713,
"difficulty": 5
},
{
"data": "*Transaction list*",
"previousHash": "00000eb87131152e62540f08642f8c5e5c34677c13b944976adda2ed7eb27e35",
"merkleRootHash": "000006226246c8d87d003484c707142a38b632e611ce0381e6a340f452a97fa8",
"timeStamp": 1539651953766,
"nonce": 1561862,
"difficulty": 5
}
]