Post
Topic
Board Development & Technical Discussion
Topic OP
latest transactions
by
MrKain
on 14/06/2013, 18:48:05 UTC

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 ?