Block #605,129
000000000042d3789568d7c57593a24762af995b36dd44ca285a5d675f21c415


Summary


Date
11/15, 2015 10:44utc(8y, 11mo, 3d ago)
Total Output
5,631,396.57XEC
In #/Out #
173/344
UTXO Δ
+171 (+36KB))
Min, Max Tx Size
191-461 B
Size
62.5 KB
Confirmations
1,026,069

Technical Details


Difficulty
1 x 10
Version
0x00000004 (decimal: 4)
Nonce
374123826
Bits
1d00ffff
Merkle Root
c97d1e7472fded1546482205a752e322efde041b1a55c1508336f6f4de03b1df
Chainwork
123.11 x 1018hashes (6ac7f4b523746694e)

170 Transactions


OP_RETURN
data(utf-8) - spend, 'total': input_amount, } def OP_RETURN_create_txn(inputs, outputs, m
show raw
0

Total Output: 110,350XEC
OP_RETURN
data(utf-8) - etadata, metadata_pos, testnet): raw_txn=OP_RETURN_bitcoin_cmd('createrawtransa
show raw
0

Total Output: 110,300XEC
OP_RETURN
data(utf-8) - ction', testnet, inputs, outputs) txn_unpacked=OP_RETURN_unpack_txn(OP_RETURN
show raw
0

Total Output: 110,250XEC
OP_RETURN
data(utf-8) - _hex_to_bin(raw_txn)) metadata_len=len(metadata) if metadata_len<=75: pa
show raw
0

Total Output: 110,200XEC
OP_RETURN
data(utf-8) - yload=bytearray((metadata_len,))+metadata # length byte + data (https://en.bitco
show raw
0

Total Output: 110,150XEC
OP_RETURN
data(utf-8) - in.it/wiki/Script) elif metadata_len<=256: payload="\x4c"+bytearray((metadata
show raw
0

Total Output: 110,100XEC
OP_RETURN
data(utf-8) - _len,))+metadata # OP_PUSHDATA1 format else: payload="\x4d"+bytearray((metada
show raw
0

Total Output: 110,050XEC
OP_RETURN
data(utf-8) - ta_len%256,))+bytearray((int(metadata_len/256),))+metadata # OP_PUSHDATA2 format
show raw
0

Total Output: 110,000XEC
OP_RETURN
data(utf-8) - metadata_pos=min(max(0, metadata_pos), len(txn_unpacked['vout'])) # constrai
show raw
0

Total Output: 109,950XEC
OP_RETURN
data(utf-8) - n to valid values txn_unpacked['vout'][metadata_pos:metadata_pos]=[{ 'value'
show raw
0

Total Output: 109,900XEC
OP_RETURN
data(utf-8) - : 0, 'scriptPubKey': '6a'+OP_RETURN_bin_to_hex(payload) # here's the OP_RETURN
show raw
0

Total Output: 109,850XEC
OP_RETURN
data(utf-8) - RPC? CONF_FILE = '~/testnet.conf' if OP_RETURN_BITCOIN_USE_CMD: OP_RETURN_BITCOIN_PATH='/usr/bin/bitcoin-cli' # path to bitcoin-cli executable on this server else: OP_RETURN_BITCOIN_PORT='' # leave empty to use default port for mainnet/testnet OP_R
show raw
0

Total Output: 1,892,132.28XEC
OP_RETURN
data(utf-8) - ETURN_BITCOIN_USER='' # leave empty to read from ~/.bitcoin/bitcoin.conf (Unix only) OP_RETURN_BITCOIN_PASSWORD='' # leave empty to read from ~/.bitcoin/bitcoin.conf (Unix only) OP_RETURN_BTC_FEE=0.00003 # BTC fee to pay per transaction OP_RETURN_BTC_D
show raw
0

Total Output: 1,892,102.28XEC
OP_RETURN
data(utf-8) - UST=0.00001 # omit BTC outputs smaller than this OP_RETURN_MAX_BYTES=255 # maximum bytes in an OP_RETURN (40 as of Bitcoin 0.10) OP_RETURN_MAX_BLOCKS=10 # maximum number of blocks to try when retrieving data OP_RETURN_NET_TIMEOUT=10 # how long to time o
show raw
0

Total Output: 1,892,072.28XEC
OP_RETURN
data(utf-8) - ut (in seconds) when communicating with bitcoin node # User-facing functions def OP_RETURN_send(send_address, send_amount, metadata, testnet=False): # Validate some parameters if not OP_RETURN_bitcoin_check(testnet): return {'error': 'Please chec
show raw
0

Total Output: 1,892,042.28XEC
OP_RETURN
data(utf-8) - k Bitcoin Core is running and OP_RETURN_BITCOIN_* constants are set correctly'} result=OP_RETURN_bitcoin_cmd('validateaddress', testnet, send_address) if not ('isvalid' in result and result['isvalid']): return {'error': 'Send address could not be val
show raw
0

Total Output: 1,892,012.28XEC
OP_RETURN
data(utf-8) - idated: '+send_address} if isinstance(metadata, basestring): metadata=metadata.encode('utf-8') # convert to binary string metadata_len=len(metadata) if metadata_len>65536: return {'error': 'This library only supports metadata up to 65536 byte
show raw
0

Total Output: 1,891,982.28XEC
OP_RETURN
data(utf-8) - s in size'} if metadata_len>OP_RETURN_MAX_BYTES: return {'error': 'Metadata has '+str(metadata_len)+' bytes but is limited to '+str(OP_RETURN_MAX_BYTES)+' (see OP_RETURN_MAX_BYTES)'} # Calculate amounts and choose inputs output_amount=send_amou
show raw
0

Total Output: 1,891,952.28XEC
OP_RETURN
data(utf-8) - nt+OP_RETURN_BTC_FEE inputs_spend=OP_RETURN_select_inputs(output_amount, testnet) if 'error' in inputs_spend: return {'error': inputs_spend['error']} change_amount=inputs_spend['total']-output_amount # Build the raw transaction change_addr
show raw
0

Total Output: 1,891,922.28XEC
OP_RETURN
data(utf-8) - ess=OP_RETURN_bitcoin_cmd('getrawchangeaddress', testnet) outputs={send_address: send_amount} if change_amount>=OP_RETURN_BTC_DUST: outputs[change_address]=change_amount raw_txn=OP_RETURN_create_txn(inputs_spend['inputs'], outputs, metadata, l
show raw
0

Total Output: 1,891,892.28XEC

Block Summary


{
    "hash": "000000000042d3789568d7c57593a24762af995b36dd44ca285a5d675f21c415",
    "confirmations": 1026069,
    "height": 605129,
    "version": 4,
    "versionHex": "00000004",
    "merkleroot": "c97d1e7472fded1546482205a752e322efde041b1a55c1508336f6f4de03b1df",
    "time": 1447584298,
    "mediantime": 1447581792,
    "nonce": 374123826,
    "bits": "1d00ffff",
    "difficulty": 1,
    "chainwork": "000000000000000000000000000000000000000000000006ac7f4b523746694e",
    "nTx": 170,
    "previousblockhash": "00000000007ad79cb84b8ba233f768daed6684aef0d0996182e3f5442c9ee9b3",
    "nextblockhash": "0000000000cf9a82973b38d2579b7aafdd2c0ccdbc47dc3242b018398b3e8df3",
    "size": 62500,
    "tx": "See 'Transaction IDs'",
    "coinbaseTx": {
        "txid": "2898cd605b4093e5975f4df0fd053f863b901214420ff36fe4adf978e5ef4cea",
        "hash": "2898cd605b4093e5975f4df0fd053f863b901214420ff36fe4adf978e5ef4cea",
        "version": 1,
        "size": 181,
        "locktime": 0,
        "vin": [
            {
                "coinbase": "03c93b09",
                "sequence": 4294967295
            }
        ],
        "vout": [
            {
                "value": 11880588.3,
                "n": 0,
                "scriptPubKey": {
                    "asm": "OP_HASH160 349ef962198fcc875f45e786598272ecace9818d OP_EQUAL",
                    "hex": "a914349ef962198fcc875f45e786598272ecace9818d87",
                    "reqSigs": 1,
                    "type": "scripthash",
                    "addresses": [
                        "ectest:pq6fa7tzrx8uep6lghncvkvzwtk2e6vp35dnwur9qx"
                    ]
                }
            },
            {
                "value": 625294.13,
                "n": 1,
                "scriptPubKey": {
                    "asm": "OP_HASH160 349ef962198fcc875f45e786598272ecace9818d OP_EQUAL",
                    "hex": "a914349ef962198fcc875f45e786598272ecace9818d87",
                    "reqSigs": 1,
                    "type": "scripthash",
                    "addresses": [
                        "ectest:pq6fa7tzrx8uep6lghncvkvzwtk2e6vp35dnwur9qx"
                    ]
                }
            },
            {
                "value": 0,
                "n": 2,
                "scriptPubKey": {
                    "asm": "OP_RETURN 0000000000000000000000000000000000000000000000000000000000000000",
                    "hex": "6a200000000000000000000000000000000000000000000000000000000000000000",
                    "type": "nulldata"
                }
            },
            {
                "value": 0,
                "n": 3,
                "scriptPubKey": {
                    "asm": "OP_RETURN 83550ee6bb890000",
                    "hex": "6a0883550ee6bb890000",
                    "type": "nulldata"
                }
            }
        ],
        "hex": "01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0403c93b09ffffffff04ce56d0460000000017a914349ef962198fcc875f45e786598272ecace9818d87851fba030000000017a914349ef962198fcc875f45e786598272ecace9818d870000000000000000226a20000000000000000000000000000000000000000000000000000000000000000000000000000000000a6a0883550ee6bb89000000000000",
        "blockhash": "000000000042d3789568d7c57593a24762af995b36dd44ca285a5d675f21c415",
        "confirmations": 1026069,
        "time": 1447584298,
        "blocktime": 1447584298
    },
    "totalFees": "5882.43",
    "subsidy": "12500000"
}

Transaction IDs


Loading...

Block Stats


{
    "avgfee": 34.8,
    "avgfeerate": 0.09,
    "avgtxsize": 368,
    "blockhash": "000000000042d3789568d7c57593a24762af995b36dd44ca285a5d675f21c415",
    "height": 605129,
    "ins": 173,
    "maxfee": 200,
    "maxfeerate": 0.6,
    "maxtxsize": 461,
    "medianfee": 30,
    "medianfeerate": 0.06,
    "mediantime": 1447581792,
    "mediantxsize": 460,
    "minfee": 2.25,
    "minfeerate": 0.01,
    "mintxsize": 191,
    "outs": 344,
    "subsidy": 12500000,
    "time": 1447584298,
    "total_out": 550633774.46,
    "total_size": 62238,
    "totalfee": 5882.43,
    "txs": 170,
    "utxo_increase": 171,
    "utxo_size_inc": 35968,
    "finalized": true
}
hosted by bitcoinabc.org