In addition to extracting data from a transaction, we can ask any of the blockchain websites to provide us with an address history. This will show all the transactions that the address has been either an output or an input for and provide information such as the current balance. This is as simple as browsing to a site such as blockchain.info and entering an address. For example, browse to blockchain.COM and try searching the top search bar as shown below with this address:
Result
We can also access the raw hex by using blockchain.info/rawaddr as follows:
https://blockchain.info/rawaddr/1istendqWJ1mKvrdRUQZDL2F3tVDDyKdj
This will give us the entire history of the address in JSON format.
Blockchain.info gives us several options to be able to extract the data we want from the blockchain.
Post your comment on this topic.