Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,333 transactions (3.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,682 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (845,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,769 64,769 0000000005affd91795fda5a1a33b768e15ee08dce32c95b623723e68b1edf90 0.00 MB 1 0
64,768 64,768 000000000561f95dccb646bb9fbfe4990c5a23f098bfd5219d0607812e89bd0c 0.00 MB 2 0
64,767 64,767 0000000001fa4cd4c66d42f0bc94bdeaba31bda318b38186eaeab159034007c6 0.00 MB 2 0
64,766 64,766 0000000006a039f7da54cef1ac8a87e57f69ea68aa16b4c9f66ab888ca5b51e5 0.00 MB 1 0
64,765 64,765 0000000002102e4897398a70894422b107efef33bca644e3583cb37e10fedecb 0.00 MB 1 0
64,764 64,764 000000000a863fc0ae808cff2aa95e5c51a513122e1e88bb2d15510032c8fb3d 0.00 MB 1 0
64,763 64,763 00000000027d00b6cbc865911d72cbc98b162c502cb97215efe579d0e0070829 0.00 MB 1 0
64,762 64,762 0000000008bc688269961affb15bb9e8c8b873907a3c8f6703e870ac5045e9b6 0.00 MB 3 0
64,761 64,761 0000000001ae4b7d5e461a1aa87707a465333cf515334c48b75a2c40023ef3b5 0.00 MB 1 0
64,760 64,760 00000000062c06a0feee1f354a8f90b6f7429f322a5689dfa538b91d077fdd68 0.00 MB 1 0
64,759 64,759 0000000004f22f3403a50d875bda80300c28bcaf3b2920b39f4bddc1eba0b802 0.00 MB 2 0
64,758 64,758 0000000006a773759ff3a90696776e5ad05697b57c83909aa23c9bcb5f22ed09 0.00 MB 4 0
64,757 64,757 00000000052b73158c3f3473facbf91c12917b849d7d06bc9a3f029ff3c2752b 0.00 MB 1 0
64,756 64,756 000000000a93b1a854cce279b707293bfdb5a848bd41ddcf90b283a3292884fa 0.00 MB 1 0
64,755 64,755 0000000007aba066c999f65f7cac1bbe700a99dbb2f452a99be391cd1b9a71c5 0.00 MB 1 0
64,754 64,754 0000000009ba419d7668010ca547c29478f2cc15a58b622db0e07cbef508e374 0.00 MB 1 0
64,753 64,753 0000000004c70a97902852bfa61c0e24c87fca3a6b8fb45f676545535e72c295 0.00 MB 1 0
64,752 64,752 00000000022131c90b6b74d17800e5e4b70a022bf028cae6d0d072bccf6e5871 0.00 MB 1 0
64,751 64,751 00000000023de2c0a1006896e9356563ddf6efa1e486f771e5250303d427d0e6 0.00 MB 1 0
64,750 64,750 0000000006945b43a71c9f0d99dac2d80979263b8c9ff20be45afaa8eceecaa6 0.00 MB 1 0
64,749 64,749 00000000090b9d59e57506eee1d30b5f30877c666cb0c595def3a0532384880a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 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,185.23 GB sent, 115.50 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.