Blockchain.info's JSON api returns a transaction in a different encoding than the HTML version.
https://blockchain.info/unspent?active=1L1HUjdZjueR4mmcRNWkGp9rKLBCYWfkZn&format=html
The html formatted api returns a transaction id of: 7e5bdbc38649b967c415b4ab4d2d8a2096290f9ddec543c52ce780d0fe1b1002
https://blockchain.info/unspent?active=1L1HUjdZjueR4mmcRNWkGp9rKLBCYWfkZn&format=json
The json formatted response returns a transaction hash of: 02101bfed080e72cc543c5de9d0f2996208a2d4dabb415c467b94986c3db5b7e
What encoding is blockchain.info using in the HTML formatted list of unspent outputs?
What encoding is returned in the JSON formatted response?
What is the easiest way to convert between the two?
I would like to be able to convert the unspent hash returned by the JSON API into the same encoding used to search the blockchain.info HTML for a transaction.
Much thanks in advance to anyone who can help!



