Bitcoin Forum
May 22, 2024, 09:40:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How does blockchain.info get other's txid and details?  (Read 1043 times)
gpmn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 10, 2014, 01:11:58 PM
 #1

I know bitcoin network will broadcast/share each trading data;

But I can not find such API interface in bitcoin's wiki page ,such as : https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list#See_Also

So I'm wondering, where does blockchain get such infomation from? Is there any other APIs that I do not know?
Danglebee
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 10, 2014, 01:57:41 PM
 #2

i confused
blockchain site tell peer which forward tx to blockchain site.
here api list ? https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

dave111223
Legendary
*
Offline Offline

Activity: 1190
Merit: 1001


View Profile WWW
February 10, 2014, 02:14:47 PM
 #3

They basically have to loop through every transaction and put it into their own indexable database (such as mysql).  Where transactions can be looked up on the based on the the transaction ID, address etc...

Or could try something like this, which appears to parse the blockchain on the fly to lookup info:
https://github.com/mcdee/blockparser
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!