Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,915 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,628 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (886,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,750 23,750 00000000d0369cac30c0f673971ccc43cd48c41be2d9853739c182884f53bfc6 0.00 MB 1 0
23,749 23,749 00000000150d43f013155e95268256f4b2ff7b93a42277c38d64c0b00ce8dfb9 0.00 MB 1 0
23,748 23,748 00000000b216d03df6ce5134e458c04e2afc8ec925e336768dcacf0622737a30 0.00 MB 1 0
23,747 23,747 000000008d69597f215f699eac4f866ff0106b03cfc00cd16c438eb1f9490590 0.00 MB 1 0
23,746 23,746 000000009e49483338758670e446f13aadb31a0e1f979dfa0fcb5f1c18eb6891 0.00 MB 1 0
23,745 23,745 00000000b3bd8eb61eeaf11a8b6a8b2f5632a9c59220ce605c53e5550bd11d4b 0.00 MB 1 0
23,744 23,744 00000000086c5f1f208495ae932fb6a0f1048032afd1efff6556e51485ab057e 0.00 MB 1 0
23,743 23,743 00000000e422bf8d8b4a1c6b51867114b72bfb5afd4844370c4414d9928b05d4 0.00 MB 1 0
23,742 23,742 000000008563a38c10a835a87d12a6faf9bd8ea2ef33e414348ff5b41a70a3ab 0.00 MB 1 0
23,741 23,741 00000000fc4ace75cfd5423df66e7199386f549ab5e52aa16f7c2aff03cc6680 0.00 MB 1 0
23,740 23,740 00000000650ea0df08143be352919fb1d9dfde45daf5cff8440127d8a80cc8f2 0.00 MB 1 0
23,739 23,739 0000000068811cebb7662058f37d57d8300aeba9bba23dda1e18c125d17b4a3a 0.00 MB 1 0
23,738 23,738 000000006e995b267c4154695bfe2755e08803e1f690edfbbb5fadc520f895e6 0.00 MB 1 0
23,737 23,737 00000000ca5d140d47aba913af846d61f4f0a5b1fd909aa9b1a9e3625151cd82 0.00 MB 1 0
23,736 23,736 000000008dd8ccf2a5ab8aa2392faae2a249ba83bd42abeb0e2ff9c9f6011b3f 0.00 MB 1 0
23,735 23,735 00000000ad4fb3090c2a55158c9611a7c9da909be63536404fb9e63b6b26d79d 0.00 MB 1 0
23,734 23,734 000000003355d5c03fbe2e62b700b8ca37da00be64ee895d0e1158777c286df9 0.00 MB 1 0
23,733 23,733 000000001d85b6452f4e4813870cad876eae61deaa5d1886217d19d4745ac3d5 0.00 MB 1 0
23,732 23,732 000000001790e8e49f73033031d378d5e86e512d729e6cb1b0c06649e40f3368 0.00 MB 1 0
23,731 23,731 00000000853f7a6a83f3ece754f7949549bb8959cf759fe7ed2b412dc221fb5a 0.00 MB 1 0
23,730 23,730 00000000396690453350846ce1ae587630839782fa921c3cf43dc313aff7be3e 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.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.