Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Roal on April 15, 2020, 03:59:59 PM



Title: Need explanation of a HEX transaction
Post by: Roal on April 15, 2020, 03:59:59 PM
Hello,
I'm trying to program my own Blockexplorer and now I'm at the point where
I'm have to log all addresses and their balance.

When get a rawtransaction (https://chainz.cryptoid.info/ltc/tx.dws?42461314.htm) than I see
as Input a txid instead of a address.
The same is when I use the (coind rawtransaction hash 1) in my console.
How can I log every single address or is there another way?

Thank you