Bitcoin Forum
May 10, 2024, 05:02:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Does listtransactions show all Transactions on the Bitcoin network?  (Read 1280 times)
IamAGentleman (OP)
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
January 30, 2015, 01:58:03 AM
 #1

If not, what is the best way to do it?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715360578
Hero Member
*
Offline Offline

Posts: 1715360578

View Profile Personal Message (Offline)

Ignore
1715360578
Reply with quote  #2

1715360578
Report to moderator
goregrind
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
January 30, 2015, 09:46:44 AM
 #2

listtransactions shows only the transactions associated with your wallet.
If you are running a full node you already have all transactions on your harddisk, you just need a blockchain parser.

woot?
devlux
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 31, 2015, 06:34:43 AM
 #3

If you need all transactions since the beginning of time, just write a script to use the JSON RPC API to and call "get best block" then increment through the blocks from 1 to n (best block).  For each block grab the transactions.

This will result in a HUGE dataset.  Most people don't need all this historical data.  They either want a live feed of current transactions or a list of unspent transactions.
BitcoinJ has an implementation in their sample code that can get you the later and stuff it into a popular RDBMS for later querying.
No idea what to do about the live feed short of opening up a port and listening to the network.
Neotox
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


Free & Fast Neotox Escrow http://bit.ly/1OGVykp


View Profile WWW
January 31, 2015, 02:45:57 PM
 #4

it show the transaction of your wallet not the transaction of whole network
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
in case you want to check a specific  transaction you can check them on block explorer

Available
PM me to rent this space.
brituspol
Sr. Member
****
Offline Offline

Activity: 458
Merit: 250

From nothing to nothing


View Profile
February 01, 2015, 09:52:23 PM
 #5

Traverse through block chain if you want to list all transactions.
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!