Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,554 transactions (2.18 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,917 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,161 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,916 (825,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,965 83,965 000000000028d5490d6f2f546644f11ee85eb7db6bf5308cdeb1ec481685521c 0.00 MB 1 0
83,964 83,964 00000000002be4307e69e866986267f16391852212f3ff5091cbaa1c7214d061 0.00 MB 4 0
83,963 83,963 00000000000c00b5146367198746713bfa0bb389070fae0674a06d328afb42e2 0.00 MB 1 0
83,962 83,962 00000000002e1248db9e9ad58c50c9c436745850dc7f0d70b5aaabd246628563 0.00 MB 1 0
83,961 83,961 00000000000628a8528d8492868a029b4a8ede57f6113d5202916bd09e4aca4c 0.00 MB 2 0
83,960 83,960 00000000002cc4c46e4787c2a0a65f16a34575987594321858f4839530e80e57 0.00 MB 3 0
83,959 83,959 00000000002cb330c6feb3ce9aef2a7662170cd2a03ad7eec41431e862769922 0.00 MB 1 0
83,958 83,958 000000000028e35d92e46d9a86515bfba371652efa09ae6d27a5d5a0c67b183e 0.00 MB 1 0
83,957 83,957 000000000013aa2a46f4f8ac657d23a2bb29715b6e99aece8c0f619b365f8880 0.00 MB 1 0
83,956 83,956 00000000001078d365392bd5edc63a95a4738292580d6308cb2f97470d102ce5 0.00 MB 1 0
83,955 83,955 00000000000b7eda610240496d4db7849b89faa3f2315dbd9915ff2a3335e605 0.00 MB 4 0
83,954 83,954 0000000000286b3647b1ee6b66bb5eeddcf007e42a2aabeab5f1c2e9fe20b9c3 0.00 MB 2 0
83,953 83,953 00000000001706aee0b8a46fc1924095fc45da92d9e5431d5cb614f3aaf34229 0.00 MB 1 0
83,952 83,952 00000000000fbf1f68540f68e77349a677c86830da168df1ff3792ed6c5a8afc 0.00 MB 5 0
83,951 83,951 0000000000122d651bb10b759bc8043538de769161c7a7f0a70a68dff8ae601c 0.00 MB 2 0
83,950 83,950 000000000025142aa17f2fc81c06660047e92ab12cdb26e754f4eb3e73894ffa 0.00 MB 2 0
83,949 83,949 00000000001b21af89306659fb1940e7d684777404313b9bf521350a4ec8d92b 0.00 MB 4 0
83,948 83,948 000000000027a8d2dc4df17e662dd15ce7d7f9a4e864a63c848ac37e7d946896 0.00 MB 1 0
83,947 83,947 00000000000568a5edd0ecb6739f4a7ff08e0fb89e73ebc8da79301d5c22f27e 0.00 MB 2 0
83,946 83,946 00000000000da620f36a4841231da2dbd0298a4d40a6830c4f44a01469dcb9ed 0.00 MB 2 0
83,945 83,945 00000000000c88751247a703da4f7b69b364c9f2dec37f54ff2cd21433937c16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.91 GB sent, 114.64 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.