The blockchain demo by TheStarBoys
http://www.blockchaindemo.top/
Block shows the general appearance of a block.
BLOCK
'sHASH
,Timestamp
andNonce
are changed by change ofBLOCK
'sDATA
.
Blockchain shows the connection process between blocks.
- Genesis block's
DATA
read-only. - Clicking
ADD BLOCK
will directly dig out a block. - To try clicking
PREVIOUS HASH
, you'll turn to previous block. - If you change DATA of the block excluded
GENESIS BLOCK
, it'sHASH
will be change also andBLOCK
which is after it will turn red to warn you.
Transactions presents the concept of UTXO
in Bitcoin
.
BLOCK
shows the details of the transactions.- The table of accounts' balance put on the left of the page.
- Refusing the illegal transaction.
- Clicking one of
TXID
s of theTransaction
's Input, the page will turn to where is theTransaction
that corresponds to theTXID
.
Merkle tree demonstrates an important data structure in Bitcoin
that can be used for simple payment verification scenarios.
- If you change
TX
'sDATA
,HASH
that corresponds to theTX
will be change, which will turn red to warn you. In the end,Merkel Root
will be change also.
Address shows how an address in Bitcoin
is obtained.
- Clicking
GENERATE
will generate a address of SuitingBitcoin
's norm.