Explorer IconExplorer

Memory Pool Memory Pool Refreshing

985 transactions (0.27 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 4 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
909,520 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 968 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,519 (867,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,232 42,232 000000003f2663c587b38faa7a3d26c08847ed178828610c5709fcebb06b36f9 0.00 MB 1 0
42,231 42,231 000000000e9c3146053edf99708432af19e692f789f8429fb4f30c947e3217cf 0.00 MB 1 0
42,230 42,230 00000000573f3b8d93e96048df22aae8e6871aedd94e5f6493cf7849b851e0e3 0.00 MB 1 0
42,229 42,229 0000000030717fa723b6f63fa3656d56b6b5d9f83c51dabd326d9da26bf361ba 0.00 MB 1 0
42,228 42,228 0000000040d18659a4bbc2599c67e94871b8c758cdf390345662e8f3142ebdd3 0.00 MB 1 0
42,227 42,227 0000000035d65a3e4681c59769170b0e8b0ccf2910fba5d07eaa1e3d2faf7107 0.00 MB 1 0
42,226 42,226 000000000fa4779fd466f1cdf26e909755039f8bcd826462a387a7b804454c62 0.00 MB 1 0
42,225 42,225 00000000244cc1edbbf97d3749ae550361e2c502326ff4b61f76fdcbad1b69fc 0.00 MB 1 0
42,224 42,224 000000001ddf3aed6ef600b0ff733648bbd14ada47722ed1f6e3a816591a957a 0.00 MB 1 0
42,223 42,223 000000001a26799530350bbee9a71a9efc3d483b4117c5b6354f6002c44dc4f2 0.00 MB 1 0
42,222 42,222 0000000003346853fdde7514f9d6d8418aceb756e5cb751feac9355101abe747 0.00 MB 1 0
42,221 42,221 0000000004598cc7c565435334fabe8e68fa106a108826fc243339e438e88e8a 0.00 MB 1 0
42,220 42,220 000000002219a9c56886bc03b9672781ab5eee9563191a1d580795d31b67c5fc 0.00 MB 1 0
42,219 42,219 00000000212f4eecfa7599f0df439dcb52660206b99b01d4d1785f6343c95372 0.00 MB 1 0
42,218 42,218 000000002f6560b7414319885215a5701b5f7f1e44a04106c474193653d43da0 0.00 MB 1 0
42,217 42,217 0000000008c5fc6d2147ef4b28020496cd0e9c66228369343f01214acfa189a5 0.00 MB 1 0
42,216 42,216 000000004a5c5695a3acb07dc9f6a555e91fba87357a30466486686616ef8418 0.00 MB 1 0
42,215 42,215 0000000034648f403d778779722a0ceaea5bc81ae9de67d4fc9f734896c7e749 0.00 MB 1 0
42,214 42,214 00000000179eaa26c4ea72f84a07a69d6e4cba8179f60bded75d53de6209a165 0.00 MB 1 0
42,213 42,213 0000000050053303be1dd8801524d792ac0dac69e6dd359f5430081510af6425 0.00 MB 1 0
42,212 42,212 0000000017bc02e6e43e92cc50e825641d697c33c8661e50b0f76e9445409cd5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.51 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,082.77 GB sent, 110.83 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.