Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,916 transactions (2.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (851,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,290 58,290 00000000153d4170e609fd8102526780bd3a81a183ae87c10eda6d73f32b28ba 0.00 MB 1 0
58,289 58,289 0000000010c7bb49bd71f8f25dafeaf38692f3acecf104af1b150fd024b11f33 0.00 MB 4 0
58,288 58,288 00000000084d3ba8fbb1281b59abeb29fb8f346a37ae42b608c8232a17c84459 0.00 MB 1 0
58,287 58,287 00000000088994d3ca4b40e374cf2e224499f2f90af0345f67de823b59372b67 0.00 MB 2 0
58,286 58,286 000000000d6c755259af6a9200a728147f27f8bca855e6a900cf8f5107090777 0.00 MB 3 0
58,285 58,285 000000000f4ff27c7411c10ebdaa2afffa73e7e1266a7d7508576ed56dac8846 0.00 MB 1 0
58,284 58,284 000000000c0204b71d3b3424a81ad8efc0a72c56424b3737045d032ef6df6c76 0.00 MB 1 0
58,283 58,283 000000000d9b9ef4ac8bc479ce52c7142c0f79a3f1265d57b4c29af70ab2dcd0 0.00 MB 1 0
58,282 58,282 000000000e50bcf235441253650fa5c5707503e7bde211df1ac1e91487798f43 0.00 MB 1 0
58,281 58,281 0000000007bf52d916268642337f21142974f9b1f292d17601fcff55536b908f 0.00 MB 1 0
58,280 58,280 00000000015f16704f3b0cb45a9c5b0d28e5b8f22582f2a5655f1672bfe800b7 0.00 MB 1 0
58,279 58,279 000000000c55e3522fe79a80d13dbb42981379a590ff1d78f78cd3a105ceec04 0.00 MB 1 0
58,278 58,278 0000000014478c099fa8b384a0e99ee77b3b76e6ea20815128f481babc2671c8 0.00 MB 1 0
58,277 58,277 00000000090d06092ac5e4601f017ef94dd54394da9fcbd720f1ea72eceff0ce 0.00 MB 1 0
58,276 58,276 0000000007b35266ac476afd6ebdf5ef7edd16a605a4829b92307021ce2f1111 0.00 MB 1 0
58,275 58,275 000000000b0760e2521cf0ae2a77c055229fa508df76267daf5763f7c91b8819 0.00 MB 1 0
58,274 58,274 0000000014dff0169cb79dac29b977329c092228b8bda2752ed6ebc617068a33 0.00 MB 1 0
58,273 58,273 00000000108e03e6fcfe70f189fb4e84cdc0eb7baa3e10a80dbfdee814540c48 0.00 MB 1 0
58,272 58,272 000000000dc8619707e03c70d17230026c546da888e6b408828f2df876a6c5ea 0.00 MB 1 0
58,271 58,271 000000000fb23388652a2461b7c196aab0d6cf8f55a84fc6ce7c20b877e9a92a 0.00 MB 1 0
58,270 58,270 000000000579854e7f18de215fd1f9b08aff334c6cfb763154a3467395124949 0.00 MB 2 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.69 GB sent, 114.60 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.