Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,189 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (888,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,865 21,865 00000000bcfdffdfd60c23a1885845e85655b83c197d7a0a0bd775ba18ea67c5 0.00 MB 1 0
21,864 21,864 000000001077a4221f37c5295702563c3a23832728f2d3b8b2162026c7a40c93 0.00 MB 1 0
21,863 21,863 0000000020dd7801f269ed102acb5ba7f9c8323bf869c3cb1db44eaaa6596380 0.00 MB 1 0
21,862 21,862 00000000e4b6dc30b8945e3c4e032e0166c37bd5dac93831fd682ac4d03bf033 0.00 MB 1 0
21,861 21,861 00000000a2c7610d463c59ced466fe0c031c674437d70496bff4b4692a2fcc5b 0.00 MB 1 0
21,860 21,860 00000000ade5e0e7333e207be11ac2bf7e3f2810f1ef0bede9e58416dab55962 0.00 MB 1 0
21,859 21,859 00000000bf2ca460353a5faed76f07096c2eab801bfb4cea5df6da9ef14eea17 0.00 MB 1 0
21,858 21,858 00000000ef459ee530c86a81f3eb8f8d67181bb366b626c88d6c3cac5d0075b7 0.00 MB 1 0
21,857 21,857 000000004ea99b94c7c42ea341550c1062b5f7e40ba7c83e3b6571a90674ce6e 0.00 MB 1 0
21,856 21,856 00000000d771dac3990618db649de985b1e426c5caa366657863313949dd89cd 0.00 MB 1 0
21,855 21,855 000000009cd53e2e66822c28bf81f494ed8859fc2e18521e7096803248ed3a72 0.00 MB 1 0
21,854 21,854 00000000c2f7f32d4af60cf1f60d90997a20cf30dab6405e2092bc91cea31868 0.00 MB 1 0
21,853 21,853 0000000007eabc888c24386bb6e54cd54da3466e0088f5dd93ca81c9f78da4dc 0.00 MB 1 0
21,852 21,852 00000000c44beeece470e281ad97326076ca1bfd4c5a3a34d11f2d6c0124ba3b 0.00 MB 1 0
21,851 21,851 000000005d55d8b44bb00f9683d2ae206ede604b72a2ab840311a60bdb207451 0.00 MB 1 0
21,850 21,850 00000000949ac8b4c2e944d35c2e07053944d6a0080abe3ad6bc59785d8f211e 0.00 MB 1 0
21,849 21,849 000000001bf70bb4c7fdf593eb8a4546adab3681283c764089dfa7988502a036 0.00 MB 1 0
21,848 21,848 00000000c3f9d22f4ec4d0770c341d12b34a798824dede74e0a5b419d51d53ed 0.00 MB 1 0
21,847 21,847 00000000eb489cbacbf35b61d9f568df1e294b6f5fa6cb094684934c7fac0cb1 0.00 MB 1 0
21,846 21,846 00000000dc355de82a1f186026431a9c875f9221eb76e1241a65f7dc490df970 0.00 MB 1 0
21,845 21,845 00000000636e016e81d57f37c0c66909dcf7912868d8d0f15c777ae5bc20b872 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.