Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,612 transactions (2.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,129 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (878,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,814 31,814 00000000c1f5a4ae6e170d6a047161b12e1a87be0e5d6de1ccd693ab2e8ec054 0.00 MB 1 0
31,813 31,813 0000000019d5de20e5a2d327d2e474230ed590f5db4ea3704d8ec3d85466cfa0 0.00 MB 1 0
31,812 31,812 0000000050d0e5bcf6eef912db5a5d14dc7f334308c5999812eef76f8a749c75 0.00 MB 1 0
31,811 31,811 00000000881ebadcfeb23e9f3d8653456be9f81e6fdaffae38abdf0a5db6ee53 0.00 MB 1 0
31,810 31,810 000000009be79e3205d1ae414efb413cace98e94cf77cf65bd31cbeee01aba3a 0.00 MB 1 0
31,809 31,809 00000000567f8611e5168cdc5025ac917b7d1a80fe8fe40b543fe40ae0bf1208 0.00 MB 1 0
31,808 31,808 000000002aa644e8677271162afc5e54b2028b9f3bc37a7de65cb167ef777510 0.00 MB 1 0
31,807 31,807 00000000afaf6e91c736ad73033b17c5ef21d9778e8754df110019641c9f6552 0.00 MB 1 0
31,806 31,806 000000005d89353475f1151492738769918f0d45ccea0ea13648f6b675cea26b 0.00 MB 1 0
31,805 31,805 00000000047e808ed36082e4fc45e72c27f2ba9dd3cab3d95a4099ff5a027db6 0.00 MB 1 0
31,804 31,804 00000000584b648e0be5767a2c7167e05f7d8bdc1e2ed2f0e93974b9954dc156 0.00 MB 1 0
31,803 31,803 0000000064cfc8a63446005cd2e6c24dcc882a165400b934198620e3e18d9008 0.00 MB 1 0
31,802 31,802 00000000564906ce919fa507d01f3e7a2137bd2da9bba1413b6807b0bffc5822 0.00 MB 1 0
31,801 31,801 00000000205c7f247de578801f614a27a153de0ff73a45c7be2ac54156228f64 0.00 MB 1 0
31,800 31,800 00000000c08401ea469bc40b839c2d5109d5cf5032692a2c7cbae6595ab392ec 0.00 MB 1 0
31,799 31,799 00000000bbf70a9d8010bc224204f811cd8314334462c60847b36f49e55b7258 0.00 MB 1 0
31,798 31,798 00000000ca8255816074cf8f1e5810474e0e3b16d8d02f6fd9ec24eaf81b5d9e 0.00 MB 1 0
31,797 31,797 00000000917253412ed2044e2771e3ef82301bfe92de564dfd05093a68333437 0.00 MB 1 0
31,796 31,796 000000000e9ab1527034922653a41c063a2271b3a1fa4f309f988dcee83b95bf 0.00 MB 1 0
31,795 31,795 00000000768e5f3fc4864a24d0f7f4605365f8007ebbc7a2fbc0ad835a833210 0.00 MB 1 0
31,794 31,794 0000000006ac7eb0d144670c3040431784b05d05efe5446e1c91b6ff0258e41c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 GB

Node Information

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