Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,037 transactions (5.44 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,395 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (825,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,804 83,804 0000000000040ee3aa57ac80e8673ee1bddeb04f78caf18762c0928802ca1319 0.00 MB 2 0
83,803 83,803 00000000003101be260611e553c0c6cd4f2d2eae6dca03dacc5e03ce30bd95be 0.00 MB 1 0
83,802 83,802 000000000007f6513c2dbf3e1be0501acdfd22c05de3dade848866c3810fb104 0.00 MB 1 0
83,801 83,801 000000000002410216636ccb232f77d3604c7f86758f225b48a3b6a7fba8779a 0.00 MB 1 0
83,800 83,800 00000000002730e733e4a7e793a4cc047a9423e79d83770a63db588a910141c4 0.00 MB 2 0
83,799 83,799 00000000001557350362ea0bbc111ca1a514ba2d8180da7605d23136d042be3b 0.00 MB 2 0
83,798 83,798 000000000007a229fd311c304cbc504906c0e94e9d8c1196399f5ff643b11745 0.00 MB 2 0
83,797 83,797 00000000000bdb00e8b98c720bbfe023c58a6c0966e7c0a3866d4618b65d5073 0.00 MB 3 0
83,796 83,796 00000000002819b5c9712ab6129fa417e0b267bfc971e597686fac92371f25a2 0.00 MB 3 0
83,795 83,795 00000000000e3289ed12dcbe579e8ef30acb12befe4b83904afbd111574df7a4 0.00 MB 3 0
83,794 83,794 000000000023f4d34dd8a471cee6b0e23f63205c783f8ba9d4dee50499ee7d94 0.00 MB 1 0
83,793 83,793 00000000000e646ab062c0e7ac4085a010d138027099e95d6b69eb26c34cc743 0.00 MB 1 0
83,792 83,792 00000000002ec754827bb65dc4e9e6383ab8a3c6960bb4dea97c951954856265 0.00 MB 1 0
83,791 83,791 000000000028d136c0e79e67904bc296a984489c90ebf1067e1f8e31515f96d6 0.00 MB 6 0
83,790 83,790 0000000000079e2df47f0261abb2ba99518f3a450573352e3a205effe11e4d82 0.00 MB 5 0
83,789 83,789 000000000023a4c8e2d8064752f6b7061a97c6b0204fc837a284695ac43cb9f0 0.00 MB 3 0
83,788 83,788 00000000000f80d3f81a5e4ea821af3e4af274c0a2a929e45f3c117d11b6bac5 0.00 MB 3 0
83,787 83,787 000000000001fb11f1f3b3088d5e6e973eeab440f270bd5ddc4520e896d081ec 0.00 MB 2 0
83,786 83,786 000000000008a862984d98c3a38c74e980accbc955ec81d4b72134ee44abc8c0 0.00 MB 1 0
83,785 83,785 00000000000864bff3ab709a3f9fce087bcef49a274a7f9ccdd33110f16f89f1 0.00 MB 1 0
83,784 83,784 000000000005237543fd5b0200f6693b855a6c391f3d54c84673b1c36dd1eed0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.01 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,041.17 GB sent, 108.11 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.