Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,154 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 1,131 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (880,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,303 31,303 00000000860693e00e9093c216cfc5e21bd660b8673f28b06898184f8be5ea79 0.00 MB 1 0
31,302 31,302 000000009ead56b817e8b9a12deb1197d4fa266f754bc53f7db65e669c060883 0.00 MB 1 0
31,301 31,301 0000000074afb9b691b6fdea2f4895df9aa6228065657b354636cb586b0129eb 0.00 MB 1 0
31,300 31,300 00000000e1c152e60ac01d20f269f967c9c675e48c0b15075fa276c1bb8127b0 0.00 MB 1 0
31,299 31,299 000000008311e51ba4a18786a60f76ade257793d5130038705ccd30d7e8bbd62 0.00 MB 1 0
31,298 31,298 00000000c7186a3fe5c5673a264ea50d3f7292d50c21be2daa83702ffa715b06 0.00 MB 1 0
31,297 31,297 00000000e6d2a7a382137d6c9f7d3131d15dfb74a4b1bf8a216f985b2a400c9f 0.00 MB 1 0
31,296 31,296 00000000412d6de840232ee71601c8be7658b0e100b0689420eb31370c231caa 0.00 MB 1 0
31,295 31,295 00000000b83891d82c978cbf7476fb6e2a42577326ea316961b595341b2bcef8 0.00 MB 1 0
31,294 31,294 000000005adc035ce2177017aa28300045802b035df23127dcd2337d21d945fd 0.00 MB 1 0
31,293 31,293 000000000a69f57ce13f21429bcc7a1a3882bfbe3794231bcba1685dc825a5c5 0.00 MB 1 0
31,292 31,292 00000000c401b230c2ea797c82889e594460f61f04cfb966a49419256528ac84 0.00 MB 1 0
31,291 31,291 00000000be6114e8f444b6a0692a8fcb17d11c34e81795a70f19af20533e1659 0.00 MB 1 0
31,290 31,290 00000000029cc45c703c27755e84b0e3e400d92be42f88ecb14cc04aa0158ee1 0.00 MB 1 0
31,289 31,289 0000000072c2053ffd42f2ae7b6daef6b610889b9c9026fd2a3755310ad3fd01 0.00 MB 1 0
31,288 31,288 000000002528173601abd66143ccea037df1f4a5009d072ac58c4e386a5a6d0a 0.00 MB 1 0
31,287 31,287 00000000ddee67af19ad592ae66c9e325b7848efd21ee7d9d2a4b65010c843cb 0.00 MB 1 0
31,286 31,286 000000008a54bfbe76ee4fc979ecd82c9e751515bc3c236aa224258907cddd58 0.00 MB 1 0
31,285 31,285 00000000d44ae29a0184f39ca01a33a9ac1b0bb72cc4fb6ca599e0fcbaa28723 0.00 MB 1 0
31,284 31,284 00000000dc66571d4ed40f6fbe940069c71904d40ebadaee47f1c088cc88fbd9 0.00 MB 1 0
31,283 31,283 00000000d59cdd162390db33ab4f8c9963e946ec22af6fa59c660f39d6b83e60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.91 GB sent, 129.46 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.