Post
Topic
Board Development & Technical Discussion
Re: question about bitcoin-qt and change addresses
by
DannyHamilton
on 21/01/2014, 00:59:27 UTC
Is there a way to see the hidden change addresses?

I want to put my balance into a read-only blockchain.info wallet and cannot get all of the BTC value into the wallet.  I do not want to have to browse all of my transactions using blockchain.info and figure which address(es) were the destination and which address was the change.

In the "Console" of the "Debug Window" under the "Help" menu, you can enter:

Code:
listunspent

You should get a list of every unspent output in the wallet including among other things:

  • The value of the output
  • The address associated with the output
  • The transaction hash of the transaction where the output was created