Bitcoin Forum
May 07, 2024, 08:48:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can I get a list of UTXO keys?  (Read 1961 times)
Cryddit (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1129


View Profile
December 26, 2013, 06:33:00 PM
 #1

Is there a handy way to use the RPC interface (or something) to extract a list of the transactions (including pubkeys) associated with unspent txouts?  Some special command on blockchain.org?  Something?  I know the client has to build and keep this list handy; I'm just wondering if there's a way to look at it.
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715114925
Hero Member
*
Offline Offline

Posts: 1715114925

View Profile Personal Message (Offline)

Ignore
1715114925
Reply with quote  #2

1715114925
Report to moderator
maaku
Legendary
*
expert
Offline Offline

Activity: 905
Merit: 1011


View Profile
December 26, 2013, 10:32:28 PM
 #2

listunspent

I'm an independent developer working on bitcoin-core, making my living off community donations.
If you like my work, please consider donating yourself: 13snZ4ZyCzaL7358SmgvHGC9AxskqumNxP
Cryddit (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1129


View Profile
December 27, 2013, 01:25:05 AM
 #3

thank you.  Grin
Cryddit (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1129


View Profile
December 27, 2013, 01:37:52 AM
 #4

Um. 

I can't find any way to use 'listunspent' to get more than just the utxo's associated with a particular wallet or account. 

I want a list of all the unspent txouts in the entire blockchain. 

Am I missing something, or do I just need to write a blockchain explorer to get my list?
maaku
Legendary
*
expert
Offline Offline

Activity: 905
Merit: 1011


View Profile
December 27, 2013, 02:10:40 AM
 #5

You didn't say you wanted the entire unspent transaction output set Wink

There is no way that I know of to do this from the command line / JSON-RPC, although that information is in your local database. You could write your own JSON-RPC handler to do it.

I'm an independent developer working on bitcoin-core, making my living off community donations.
If you like my work, please consider donating yourself: 13snZ4ZyCzaL7358SmgvHGC9AxskqumNxP
digitizedcurrency2010
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 12, 2014, 07:30:13 AM
 #6

I am wondering if someone is working on this.  If we have a list of bitcoin address / public key would this method give us the list of UTXO ?
dexX7
Legendary
*
Offline Offline

Activity: 1106
Merit: 1024



View Profile WWW
December 13, 2014, 04:21:06 AM
 #7

You may use http://redeem.bitwatch.co/ and remove the dust value limitations via the settings tab to catch non-dust transactions as well (e.g. min. amount: 0, max. amount: 9999999). I build it to help meta-coin users to reclaim multisig output dust, but it should be possible to locate other unspent outputs as well.

More information and alternatives were mentioned in a similar thread:
https://bitcointalk.org/index.php?topic=873704.msg9657764

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!