Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,570 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (894,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,504 17,504 000000008ff27e3bb3dcbed5c965b78f1e98e96b8cd53952528b8eb590d4c86f 0.00 MB 1 0
17,503 17,503 000000003e2b421ce02c23abbe02488ee9e00743e1c8da042151f8e5b8281e96 0.00 MB 1 0
17,502 17,502 00000000fb2997cdc4e0ec618786dcd7694d027a1dba3de98af6bd170327f129 0.00 MB 1 0
17,501 17,501 000000008b9870160aa9b724d3d7e8a3a3d083ce56eea67e16f63f65fb21a3b9 0.00 MB 1 0
17,500 17,500 00000000a359b2e0673d31ff12b3829928b821820b568404f8bb945bb9304015 0.00 MB 1 0
17,499 17,499 000000004ea8dd572076e6b289516568929880f067b8b9a40d0cff0a8917ba7a 0.00 MB 1 0
17,498 17,498 00000000510a661fd1ab56d47c3116c2da0dba05ee9a8c45b81c20e43a87db62 0.00 MB 1 0
17,497 17,497 000000007d721ed97d45e357e79b0863f28c1e7630e3fc06a5cf52c0f2fc6ccb 0.00 MB 1 0
17,496 17,496 00000000e6dcba76c3285c8e94754d41b668729abea66857dcdf046187b705a8 0.00 MB 1 0
17,495 17,495 00000000838513b446a1a5a721565a3d4c5dc72d90be1ba783093fcfdbc196a3 0.00 MB 1 0
17,494 17,494 000000004db63c9968ab045cd78d950a2f0478c2f5a49821a57c345ff9ad3439 0.00 MB 1 0
17,493 17,493 0000000034e0e38c0542b985d7e4aa6a80fd2c4a2daca84f4a26398a47715c85 0.00 MB 1 0
17,492 17,492 000000000ee9ad0d5bd086c93849a66a70738f5f51aca7d923865200f45da05a 0.00 MB 1 0
17,491 17,491 00000000c022651e8a484a8b94f7ffb23c7b447186cdbd95cd41c302832a54ea 0.00 MB 1 0
17,490 17,490 00000000e0733a25b49d0e61cf334060a59179c7bbcd4f2958ca7ec28d005dce 0.00 MB 1 0
17,489 17,489 000000003bf1f150b537179bcc6e0ebe9c7078def0bf91390ada9f9097ecfba8 0.00 MB 1 0
17,488 17,488 000000007e6c31ad43026cdf3541aed706ebdd12aff979dec724b7bef0a97fe8 0.00 MB 1 0
17,487 17,487 00000000daf243a841f1eeeb96c5ac53f36098fd21f92239d135f1844a628cf8 0.00 MB 1 0
17,486 17,486 00000000c033b814a66cc2bb4082f9322331abf813f57ea00a01376be5dbb001 0.00 MB 1 0
17,485 17,485 000000002f84767972c16cbb2a7dccf022ead09c60659307308e299d9109e167 0.00 MB 1 0
17,484 17,484 00000000b5c81c4d4cd17012e0f6c6ea8733d29798aa0e439d0431b081518e79 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,428.08 GB sent, 131.59 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.