Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

813 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,552 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,551 (729,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,706 181,706 0000000000000501a3ff46fe285803632cabf8bd7b4aa2d9a6ec4bb3268e31d4 0.11 MB 220 104
181,705 181,705 00000000000003716dc3a742d8ee8fc63bafcd05b67d182d89e396c94274291e 0.00 MB 1 0
181,704 181,704 0000000000000915556c4109f00d1dc3df9d3de707598a5aeaedb814561c37df 0.00 MB 14 14
181,703 181,703 00000000000004d2a84f5296e4ba29abde7f7c34a4ee7f0f0a6137d292a7d915 0.00 MB 7 88
181,702 181,702 00000000000006349802f7785b3fae785cfd3089d1f7eff27230754fdb60d9eb 0.03 MB 64 110
181,701 181,701 000000000000015f0e9a0519fb95bd19658604404e74512c0a3e2c3870cd7fdc 0.00 MB 13 52
181,700 181,700 000000000000033572ac81c051953dd62aa791552f05412a5d3c06d57c8cc78a 0.07 MB 154 104
181,699 181,699 000000000000095a09a274da71e201dacbca58f3524b45732a7fb170aaa69599 0.01 MB 14 73
181,698 181,698 0000000000000a5a7a917dffd5a5107c84651c728da1ee95c8c0037256a28e03 0.08 MB 199 154
181,697 181,697 00000000000008f267bc1bd5bb19d70a749230b3c8579d2e2f0fa20e2df9d003 0.05 MB 118 99
181,696 181,696 00000000000009237094d3b0c192656b72f4ad53fcaf31c4c7afc5f7725d1f25 0.12 MB 232 157
181,695 181,695 00000000000001522ac06fa0fb1741898750f00f285e3a19bb2f8ae84890b4b1 0.09 MB 194 134
181,694 181,694 000000000000029ec8215ed7201041a67e84c1d018cbb1ac8e30ecb4bc274051 0.25 MB 644 165
181,693 181,693 0000000000000767d722d488a89cb0773860e8f2f88f4112a17cc048df9b1d7f 0.05 MB 115 157
181,692 181,692 00000000000003fc662cefd5d27dee34cd0d26b5a5afe27ed27807388e0808d8 0.12 MB 145 78
181,691 181,691 0000000000000780f5f9cc5a178fa8db88550cd080b2c43b12ff0c3c029a02a0 0.19 MB 398 136
181,690 181,690 00000000000000f370e3e7c503fa204cc50e36f9d25bddf5013b3e2e0d5af404 0.00 MB 8 150
181,689 181,689 000000000000003819523220da9b189c9c9d0b67ccdcaf1dc5a5691b6ef67bab 0.07 MB 128 149
181,688 181,688 000000000000034362b44168ae040fdf0025c2abab152e92e75e11ba5abd343b 0.11 MB 264 159
181,687 181,687 00000000000006d6116a2290bf480895a12f641a519b91bc6870e1dffd1cccd8 0.08 MB 159 91
181,686 181,686 0000000000000996cfd489cbfb86d8e228b96d68a69d66fb12431866bf28d0a8 0.17 MB 345 122
Previous 10 blocks ↓
Total Size: 776.26 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,414.17 GB sent, 129.94 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.