Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,067 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,372 000000000000000000022cb30000000000000000000000000000000000000000 0.61 vMB 2,060 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,371 (838,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,891 71,891 00000000007ec900f87bd9b4f832fd2923aabb21ae62bb3ef078463a1a0942b4 0.00 MB 6 0
71,890 71,890 0000000000b1eb318765bb1f6605e6c43ad65da7b8474d29b5d3a0588422eadc 0.00 MB 1 0
71,889 71,889 00000000006cd650bd142e4ccdd5cb799f72fedb48052b0e802f381cf154d1f1 0.00 MB 1 0
71,888 71,888 00000000007b96972e4fd690cc3fbc48048d8674e29bf8e689e63c4d1d88df7d 0.00 MB 1 0
71,887 71,887 0000000000c8951e3466b10594f14b300734ae321e0944bea8b99f7fa7dc4f9f 0.00 MB 1 0
71,886 71,886 00000000005e8f93921e92b854cd60e164c40cb7715fb426c2f0912f98312019 0.00 MB 1 0
71,885 71,885 00000000010362e3d5ed6191282a2f17255d1794075d06b96fa623d55505ee3d 0.00 MB 1 0
71,884 71,884 0000000000aa68c606176906ce707b7f8b8d88f8faa472ce68e2941ba86cb10b 0.00 MB 1 0
71,883 71,883 0000000000688d335727cf6d986d95aa51a501286a065c4a847cee8c29a6e1a0 0.00 MB 2 0
71,882 71,882 00000000006f124c541335a806fac002c9d8de29e76ef17337ed8c2a141429bf 0.00 MB 1 0
71,881 71,881 0000000000ba5334a3df7e1c232ec98f21703ecaabca8357cd62edb0e840a590 0.00 MB 4 0
71,880 71,880 0000000000840de94883707cf927ed5b4a311eb10a3bdb8cda36cde497ef2391 0.00 MB 2 0
71,879 71,879 0000000000a5bf7e51eaf1778b2722699d8416b9e413b735c964a7d0cde9b4b1 0.00 MB 1 0
71,878 71,878 00000000004cd5c8e5cc135d042ebe29113f7fbc6d7b148d90f22870f9df282c 0.00 MB 2 0
71,877 71,877 0000000000d32d45a745a5a70673588d18f45c50d5324a58967eae824922a862 0.00 MB 1 0
71,876 71,876 00000000010170743c869687871c860e85ece794f7e40061a7f4e4f36c40b828 0.00 MB 2 0
71,875 71,875 0000000001043838c66fc1acb3dfe8eb5bd006ab91fe23fb04efedb9aaf74df0 0.00 MB 2 0
71,874 71,874 0000000000ebcc2e6e4a988149586cf16417d163441504ee64002e8b57aeee23 0.00 MB 2 0
71,873 71,873 000000000102eeb4b2f06f108d9ecf46db2f32d167a2e9331b2ad03a7fb0c198 0.00 MB 3 0
71,872 71,872 0000000000ba2ecebe7dfa0c630c3f470f9758f616211c4790c077e2338763ed 0.00 MB 1 0
71,871 71,871 000000000094b487595e1de26d48d39dac14bdb0de7916d370f5b152b1d14cda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.09 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,233.38 GB sent, 119.01 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.