/utxofinder

Primary LanguagePython

utxo_finder

A simple snippet to find utxo from given btc address.

Data gathered from remote API

[
    {
        "tx_hash_big_endian": "5ba0beafa8f930d9bcdeb8ce86276ae878081d131758cd0b81d44ad2b4be3f15",
        "tx_hash": "153fbeb4d24ad4810bcd5817131d0878e86a2786ceb8debcd930f9a8afbea05b",
        "tx_output_n": 83,
        "script": "00148e060a18948cf42bb5ddf3f8061efcf3fae77afb",
        "value": 6690705,
        "value_hex": "661791",
        "confirmations": 0,
        "tx_index": 747632852617562
    },
    {
        "tx_hash_big_endian": "fc6ec2aa127fd8c462395ffa1f6fceb01203795faf2348b890283825bb77c814",
        "tx_hash": "14c877bb25382890b84823af5f790312b0ce6f1ffa5f3962c4d87f12aac26efc",
        "tx_output_n": 2,
        "script": "00148e060a18948cf42bb5ddf3f8061efcf3fae77afb",
        "value": 1000000,
        "value_hex": "0f4240",
        "confirmations": 682,
        "tx_index": 731239512581893
    }
]