Loading Tool

Explorer IconExplorer

Memory Pool

45,884 transactions
32.06 vMB
0.13523623 BTC
Random Selection Loading Transactions
Max Size: 163.41/200 MB

Candidate Block

Mining Attempt d74f778395c69a4d3d582db9eae2d15c6d12d4a3eb5059a4e426ed2902fde53a
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root c37bee41c327bad3d27e6533d40c0666bd526d5356f2c655957afd35478e7124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.06265571 BTC
Feerates: 150.41 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,025 914,025 0000000000000000000053632bb4c788cd8c0b9cd4e8325a889433908e71d052 3,472 1.00/1.00 vMB 2
914,024 914,024 000000000000000000020fe634fc40b74d539fb2ba7c4100aa93c6b324e9406d 3,036 1.00/1.00 vMB 1
914,023 914,023 00000000000000000000c8be608ba5d108a229993b98e70aa062f59ddb89e27c 3,114 1.00/1.00 vMB 6
914,022 914,022 000000000000000000019b350dd3787adbfd3911162f42b02de18d341e686dda 3,390 1.00/1.00 vMB 3
914,021 914,021 000000000000000000018aad657dffb41080d6e45b75ab49008ea7365eca2651 3,124 1.00/1.00 vMB 5
914,020 914,020 0000000000000000000197e4c363d3eebf2d1acf490a36b162e0036387d9c7d4 3,987 1.00/1.00 vMB 5
914,019 914,019 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2 705 0.25/1.00 vMB 3
914,018 914,018 000000000000000000007191d2ff7036f2991c425a005281367771da763ae343 6,345 1.00/1.00 vMB 0
914,017 914,017 0000000000000000000014c31b6acad4e2c22a58fe50930b6ce1572c4245e3a6 1,975 0.65/1.00 vMB 2
914,016 914,016 000000000000000000002b32e86d87b3cf8508db31771fa656074b68e0c647d3 3,792 1.00/1.00 vMB 0
914,015 914,015 00000000000000000000a936506d8a16281f73ac842fbb3615a6cbd5c10383e4 1,393 1.00/1.00 vMB 0
914,014 914,014 000000000000000000018e7d548d6a1040151d61e4ac7f258b83dc7a342efe6b 1,214 1.00/1.00 vMB 0
914,013 914,013 00000000000000000001f4610868521f876028661ea8d7eae4b2eccea79d1618 4,682 1.00/1.00 vMB 0
914,012 914,012 00000000000000000001d914b015dac46419c2ab15453445e7a829d4edb3e3a4 5,598 1.00/1.00 vMB 1
914,011 914,011 00000000000000000001cce86d3af0bea82d40b986a321ab088161bd30cf9147 4,705 1.00/1.00 vMB 2
914,010 914,010 000000000000000000019f80875bc0cbe63088bba6ca3f4d6bd8018b6cdc4995 4,005 1.00/1.00 vMB 1
914,009 914,009 0000000000000000000081fad36e06dbcc21f1ce62be5026cc21409a9a71917d 5,722 1.00/1.00 vMB 1
914,008 914,008 00000000000000000001d404629c7d8be7d8e850a785cd0afc4e19c6ad92f337 5,640 1.00/1.00 vMB 1
914,007 914,007 00000000000000000000901c13db6d4fee85ca791b5b0f584110d47e318cd24b 6,015 1.00/1.00 vMB 1
914,006 914,006 00000000000000000001625f918c43ad9e3c0d22dd30824d6225b792b7c39ddc 3,783 1.00/1.00 vMB 2
914,005 914,005 0000000000000000000087564caa77e7b3f29d0464256c04d5539e43663f8698 6,026 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 606.94 GB
    • Received: 10.61 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.