7

Is there a tool that, given a tx hash and/or a specific output, can search through the blockchain to see if it's been used as input in other transfers? This would preferably not be a web service but something I run offline on my own copy of the blockchain.

user1161
  • 71
  • 2

1 Answers1

2

You can search the blockchain for your outputs with a given address and view key, but I'm not sure if you can actually determine if a given output has been used in other transactions.

Here are some useful tools.

ajs
  • 429
  • 4
  • 10