Bitcoin Forum
May 09, 2024, 01:49:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: list unspent transaction  (Read 1094 times)
coingeek1 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 11, 2015, 06:39:02 PM
 #1

How i can list unspent transaction for any private key of address.
is there any idea.
1715219363
Hero Member
*
Offline Offline

Posts: 1715219363

View Profile Personal Message (Offline)

Ignore
1715219363
Reply with quote  #2

1715219363
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
April 11, 2015, 07:05:00 PM
 #2

What wallet are you using?

With bitcoin core or bitcoin-qt you can just go into the console and type
Code:
listunspent 0
  this will show all unspent received even with 0 confirmations.


coingeek1 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 11, 2015, 07:34:41 PM
 #3

i need it to specific address. not to my address.

like


listunspent 0 1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

Error: Error parsing JSON:1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

how to do that?
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
April 11, 2015, 07:51:46 PM
 #4

i need it to specific address. not to my address.

like


listunspent 0 1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

Error: Error parsing JSON:1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

how to do that?


You can do that with blockchain.info API

https://blockchain.info/unspent?active=Some_BTC_Address

https://blockchain.info/unspent?active=1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

Code:
No free outputs to spend

DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
April 11, 2015, 08:05:25 PM
 #5

Based on this thread:
https://bitcointalk.org/index.php?topic=647198.0

It appears that DeathAndTaxes has written some code to scan and identify the outputs in the UTXO of Bitcoin Core.

You could try contacting him and seeing if his code is available for you to use.
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 11, 2015, 10:42:59 PM
 #6

The time and energy it takes to set up a block explorer it's probably better to use one of the online services that are offering this like blockchain.info.

Webnet
Full Member
***
Offline Offline

Activity: 182
Merit: 100

DaDice! Next Generation Dice Game


View Profile
April 14, 2015, 08:14:27 AM
 #7

listunspent '''["adress1"]["address2"]'''
u can also use blockchain API
GET https://blockchain.info/unspent?
active=$address

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!