Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,889 transactions (1.02 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,020 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,817 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,019 (825,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,347 84,347 00000000000d54be7f17e945b99e9eaec9fba5185bc2d7ce04b9700050f06345 0.00 MB 2 0
84,346 84,346 00000000000dbe8e4c7dd4f423a514cfbaee22989a3530374286046b71d77e13 0.00 MB 4 0
84,345 84,345 0000000000319a2e3ae09ae6fe2133a7afdf670146dfd638fdcdeeff050c74e4 0.00 MB 1 0
84,344 84,344 000000000007c3e2ecf57550645ce0f14dfd8837946cdecf3eaaaf1d13cdc55d 0.00 MB 1 0
84,343 84,343 00000000002b7850a96ba20e39d1f5f161bbe9e2381587d7665f2b48376150b7 0.00 MB 3 0
84,342 84,342 00000000002a031212077adee19a597a57c186712ac70b4b1898e0de9c59fb70 0.00 MB 2 0
84,341 84,341 00000000002ad2476295247d6c0f9a8c113159fe1a220cca407f16946ccf2a56 0.00 MB 2 0
84,340 84,340 00000000002fc6ce0360d0adbc01b18cc1d25420987158dbe9253226bf3922d1 0.00 MB 1 0
84,339 84,339 000000000010f8fce766f639154d4ed53b1eb0e2c154337aa5f619d07d70c6f5 0.00 MB 1 0
84,338 84,338 00000000001c8f92fbb4d1dab607d6375f74b52cbece2c1101059748df8771f4 0.00 MB 1 0
84,337 84,337 000000000019aae939dfde3cbdd55aeb59cee77727672284262fdc8ab30c8ad0 0.00 MB 3 0
84,336 84,336 000000000012f58065a2bc68f798c5974b0a77ce38d243c443e1f94591d90683 0.00 MB 1 0
84,335 84,335 00000000000e3b557c1ce05a78b7ed60054895f412326450f70554163fe7a19b 0.00 MB 4 0
84,334 84,334 00000000000b458b558ef904c144c2acbfa2cc4965709784518f8b5af15b94d0 0.00 MB 1 0
84,333 84,333 0000000000023734391999606dbbdbb4cacee5a5968a9d455d9320616ab05266 0.00 MB 1 0
84,332 84,332 000000000011fb0caa9f3d6cad1d127afdb4eff069a7c3c4979cc03c6655fd7e 0.00 MB 1 0
84,331 84,331 00000000002e57642b54fab1c0ef6f2d5882cc178521db3d6be378414a2bc0bf 0.00 MB 1 0
84,330 84,330 000000000004bb25e50327029e38ceec035f2c00c956ed0071628971cecbca1e 0.00 MB 7 0
84,329 84,329 000000000005e7f3dd551f90ec4c17a071fd02c143ca040df0c9aba97360c352 0.00 MB 2 0
84,328 84,328 0000000000238a5afe6049df7e83bf7ae7df8b19b3d9fbf4171edfb8ce1d5d9c 0.00 MB 1 0
84,327 84,327 000000000029e3de8d63c418e3e8cdacb9bc363cc0e8ff22533edf4f13b5314e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.13 GB sent, 115.44 GB received

Notes

  • This page updates every 5 seconds.
  • 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.