What is blockhash in transaction details

+1 vote
In transaction details there is a field called blockhash, I want to know that blockhash is hash of the current block where the transaction is put in or hash to the previous block?
asked Jun 8, 2017 by Amit H

1 Answer

0 votes
It's the hash of the current block where the transaction is confirmed.
answered Jun 8, 2017 by MultiChain
How to retrieve all the blocks?
You can use the getblock API to get detailed information about one block at a time. We're also introducing a new API in beta 2, listblocks, which lets you retrieve information about multiple blocks in a single call.
...