Listtransactions

+1 vote
How can I see all transactions using the command "listtransactions"? If I use it I only see the transactions involved. I want connect a new node and it should see all transactions that have happened.
asked May 13, 2016 by JaimeM

1 Answer

+1 vote

If you just want a visual view you can do this using the MultiChain Explorer - otherwise use a combination of getblockhash and getblock to retrieve a list of transactions in each block, which you can then retrieve individually using getrawtransaction.

answered May 13, 2016 by MultiChain
...