mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-02 02:41:42 +00:00
Edited ch03.asciidoc with Atlas code editor
This commit is contained in:
parent
b6049fb747
commit
7787580725
@ -615,9 +615,7 @@ We can further explore the blockchain by examining the previous transaction refe
|
||||
|
||||
==== Exploring Blocks
|
||||
|
||||
Commands: +getblock+, +getblockhash+
|
||||
|
||||
((("bitcoin-cli command line helper","getblock command")))((("bitcoin-cli command line helper","getblockhash command")))((("blocks","exploring")))((("getblock command (bitcoin-cli)")))((("getblockhash command (bitcoin-cli)")))
|
||||
Commands((("bitcoin-cli command line helper","getblock command")))((("bitcoin-cli command line helper","getblockhash command")))((("blocks","exploring")))((("getblock command (bitcoin-cli)")))((("getblockhash command (bitcoin-cli)"))): +getblock+, +getblockhash+
|
||||
|
||||
Exploring blocks is similar to exploring transactions. However, blocks can be referenced either by the block _height_ or by the block _hash_. First, let's find a block by its height. In <<cup_of_coffee>>, we saw that Alice's transaction was included in block 277316.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user