I'm trying to write a program to display the latest transactions on the bitcoin
network as they happen..
I call getinfo to get the block count , and then I call getblockhash with this
number, and then call getblock with the hash..
However, I can only get information on completed blocks.
How do services like
https://blockchain.info/ get the latest transactions
for incomplete blocks ?