Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

883 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,557 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 872 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (888,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,927 21,927 00000000d0b98dd97617d9906651e617a2f1de9970d68363c9807d34b6753001 0.00 MB 1 0
21,926 21,926 0000000063f856c34c3234a131f6724c451bf48e0d77b436da00633b0ea3df2d 0.00 MB 1 0
21,925 21,925 00000000294aa8f131cabf4bacd28a97f49e721361152deb1adf2b75fb1d588b 0.00 MB 1 0
21,924 21,924 00000000c3accd5290848cfeb27ede7468dae640ef1f2026f630eb5b68e936fa 0.00 MB 1 0
21,923 21,923 0000000044666499a26678862c6d4355a7332457e3443b8dee6ab022b0f8e512 0.00 MB 1 0
21,922 21,922 00000000e4c3ca7610d15500b8f0cf6c7f410c77bcec7108ccdad213538b67e2 0.00 MB 1 0
21,921 21,921 0000000099b872b4dd5d4ff3c6b0255d024c749ace7bb2d327731df46c8b5d2e 0.00 MB 1 0
21,920 21,920 00000000b95b85f7c77a5c2d56512b55c2cd8db5844cc435f04fdc5a0f3ea095 0.00 MB 1 0
21,919 21,919 000000000b7cdfcbb2708ed02dee08f996e126fd23574d588ad50e28c524db93 0.00 MB 1 0
21,918 21,918 0000000087890a04cc9dd3d603ae70fd3b00a28cdf10a652a53468a5380a59bc 0.00 MB 1 0
21,917 21,917 00000000746a96ed2fbc5191181e719424f2ab6be8e917ca4287eeef75dcff41 0.00 MB 1 0
21,916 21,916 00000000b83387b5519479929553deb8382889bd3e9859308d9e1e7d1f1da469 0.00 MB 1 0
21,915 21,915 00000000b1ce3ed14428318caa9c0e22fa00a83a710f9cd76ea78213c1e56219 0.00 MB 1 0
21,914 21,914 00000000274850dc367cae24512bf62366946213ce600a33ec8625504388ec02 0.00 MB 1 0
21,913 21,913 00000000a33183b5e90baf01cfa3a51913fbf10da0fc675bd1ce23b4c1672dd5 0.00 MB 1 0
21,912 21,912 0000000038a1c306a9c4024dded4bf63f70c83a5689c376daa0cacf1dcd3cbce 0.00 MB 1 0
21,911 21,911 00000000f311630885cf568db01e321c8be37697a0dbc7d248acddb9ae3f4241 0.00 MB 1 0
21,910 21,910 000000003f90217f131348ec8c085e3919c9724711bce364b15f022aed8a9f80 0.00 MB 1 0
21,909 21,909 000000005e1ad7218d758ae566b8292f53ec44c8db9e46cc54abd44c1f6a88a6 0.00 MB 1 0
21,908 21,908 00000000905fa257fbf3e53184198a43218c0aedaa0a0860f67817fe21936d66 0.00 MB 1 0
21,907 21,907 000000006200918cbcd8c6b2ccf811ec4ae139cfa2edc06452de72a154f30619 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 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,252.27 GB sent, 120.58 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.