Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

724 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,487 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 717 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,486 (822,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,286 88,286 0000000000066d7d9b2309d87a55b4f0e0ed899fcdee1254eda4f9375bd4f6fd 0.00 MB 1 0
88,285 88,285 000000000002db7f5d76c8c6f8101959bb2b5707a6f2f007e3922fff6571e6c1 0.00 MB 1 0
88,284 88,284 0000000000147087b1f90eb6936d5da56762f9b4cbef587cd48c82881b182212 0.00 MB 1 0
88,283 88,283 0000000000084b69304838ac7420327309ba666d67c024425794ef446a52a155 0.00 MB 2 0
88,282 88,282 00000000001d7f5ac237e198c614940074b997924e59d8ceec47b4eee1f82145 0.00 MB 1 0
88,281 88,281 0000000000042b8a46c07130eb5c6779ffa812b08c490d936e41d56e9989df6b 0.00 MB 1 0
88,280 88,280 000000000018fa78ec70ce9d72754d7415294d991a6aaf1877e1cb516b796594 0.00 MB 1 0
88,279 88,279 00000000000af1c6f162eab48da4440a86906d1bba97ebd7005e9e9728179548 0.00 MB 4 0
88,278 88,278 000000000002743d6cfe4e09517a766fbfa34cb4de8f4dd4e3eef9bfe11d64a6 0.00 MB 2 0
88,277 88,277 0000000000190d999e6d6b247cd362b71eb8374508984361aa4c47bcc2910bf5 0.00 MB 1 0
88,276 88,276 00000000000f87f033dd43bc9d09cfff885ebb85ecffb9f129baeb6ba370560c 0.00 MB 2 0
88,275 88,275 00000000000900081e3fcae483d21adf1d4a9d73749c96fba81728ff5447ad95 0.00 MB 1 0
88,274 88,274 00000000001e29034122e961d6eb54edbfd668aebc24b396b109482579733a2b 0.00 MB 1 0
88,273 88,273 00000000000c3523d44a129668cbb2f81dd8cd3ae2c94fa644590ed8ec4c2e33 0.00 MB 1 0
88,272 88,272 00000000001e29d6ce5bc449d2eaa674d5b67e1762dc7f8a64ee4ebdff850e15 0.00 MB 2 0
88,271 88,271 000000000003279b8a39aad69b5c64b3a33570b0f17ca82c34f38548761f06f4 0.00 MB 1 0
88,270 88,270 00000000001a707ed23e7699f2b55fd60649a632a71a45a3553185d524a40bce 0.00 MB 5 0
88,269 88,269 00000000001c7d4885e34e47be774e171b6ebdf7ba61422a7a3ab412db4983e1 0.00 MB 1 0
88,268 88,268 00000000000d47a091e25649b31a2ab70414a31dc0088ee8ba472406fb27cf08 0.00 MB 1 0
88,267 88,267 00000000000d4340abefa9e575516caa4bcc1d2caf0d6d2f1641f14b9d2c4377 0.00 MB 4 0
88,266 88,266 00000000001e09109e127608ea372fa617b54a56589f81d174e164547c74d520 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,243.92 GB sent, 119.99 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.