Loading Tool

Explorer IconExplorer

Memory Pool

75,500 transactions
29.96 vMB
0.11230263 BTC
Random Selection Loading Transactions
Max Size: 173.93/200 MB

Candidate Block

Mining Attempt cf190d3e72777207edf9633c7a2bc96ced9d5d9c3044aa8bc8f7c829dca6c7a0
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 14efc177afbe26995c6fe1d51467f111ff7aa612eadea80ac8524dde89ff6136
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,372
Size: 1.00 vMB
Total Fees: 0.03969787 BTC
Feerates: 101.64 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (629,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,884 285,884 00000000000000002cc986e4d8cfda87ff78c447ebafcb546abdea9049dc34ad 522 0.25/1.00 vMB 42
285,883 285,883 0000000000000000fd5d9e0b621a84757ba163454c89dbfa395e57214f53c2c7 414 0.50/1.00 vMB 19
285,882 285,882 0000000000000000017ff552f962d6e94bc6be7de319fe4b48c25203c26eda58 910 0.50/1.00 vMB 40
285,881 285,881 0000000000000001072a26dea7d3d700fc43aca40f02c72acd9e57412c5e9704 166 0.06/1.00 vMB 65
285,880 285,880 000000000000000106dfd942a07a98cd0d4b3378e69203b4d2de01fd2f1edaa8 1,482 0.78/1.00 vMB 33
285,879 285,879 000000000000000097cfb67e0bc040c1db4761d96bf91aebf08d783ea33ba6dd 295 0.35/1.00 vMB 60
285,878 285,878 00000000000000006c081db9b695486813a1a72f3e446eb2654f32d8294f6153 129 0.06/1.00 vMB 134
285,877 285,877 000000000000000074f0fc018a773f2cf8726fa34d4c5b32946c7000e18beb20 178 0.35/1.00 vMB 54
285,876 285,876 0000000000000000252f88cf9dc8735d3da7d006ea1a69b84a2af3eec347d969 66 0.35/1.00 vMB 48
285,875 285,875 000000000000000083bc47afa6aefb4d25c59e6fcfbb15ebc0be272fbb8bc2b1 263 0.25/1.00 vMB 51
285,874 285,874 0000000000000000f3e468a9f1d47eac6d7f14eb9d99981f664b7d688e478d6b 505 0.35/1.00 vMB 45
285,873 285,873 00000000000000011be20ec95a2542e3a5fc66a5b477915b0796d4b50fdbdca9 196 0.06/1.00 vMB 101
285,872 285,872 00000000000000015cba8f1fac0b91a64c8b8f21bb22dc20e9bf16ce536c01c9 201 0.10/1.00 vMB 33
285,871 285,871 0000000000000000c14a301dba48cd83295643ba341d47ed9d338aebf414676f 58 0.02/1.00 vMB 38
285,870 285,870 0000000000000001541a0961a28f03eb73e48e2cf216f7196f04a5d0d79024de 147 0.10/1.00 vMB 33
285,869 285,869 00000000000000018a36e2f08860c419e9be21ea679da25ee3673fa4ce3e9e22 79 0.10/1.00 vMB 14
285,868 285,868 000000000000000080fda0d11076f87896f31316261f882d13eae6a949845519 756 0.35/1.00 vMB 37
285,867 285,867 0000000000000000e5097c3d26a2bd0ebe964b6be3287f8e769481930a8a7bfc 185 0.06/1.00 vMB 105
285,866 285,866 0000000000000000eaf08282e29948bee58b0ec3acd30582ca10b1bf7cc8e084 171 0.10/1.00 vMB 16
285,865 285,865 0000000000000001a2af40d3e64b632c9a63963816cbe6b6eb3d8da3a7f49feb 161 0.06/1.00 vMB 47
285,864 285,864 000000000000000056042373a56d2263c9ebba655ca59c1d870500ea81ca2b64 761 0.31/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.23 GB
    • Received: 15.43 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.