Explorer IconExplorer

Memory Pool Memory Pool Refreshing

556 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,378 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,377 (824,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,436 84,436 0000000000201ce79a8c96a676efa1be7d12a6aee8d138f6c36c5c00d1eb5c0a 0.00 MB 2 0
84,435 84,435 000000000017c219bc4b26da5e4ac00c7fb3e8c113c811b84221ba203e8f4510 0.00 MB 3 0
84,434 84,434 0000000000017ae1f1a0f385aa1d61685982a7ef737f68105b6c27aa555542d3 0.00 MB 1 0
84,433 84,433 000000000026c7d48519e9d023a1f87491acdb951470e15c9c772620df90a86d 0.00 MB 1 0
84,432 84,432 0000000000134bd69df4cf7695ced71fabf81c31d31add914e0af8bd7fe01efa 0.00 MB 2 0
84,431 84,431 00000000001801aa59bc05dd9b0336bfbb8a12ce066c469db35d5497b98a783e 0.00 MB 1 0
84,430 84,430 00000000001d5d24d7a0ea98480960980b7dfad90bf23482c23c4d03f7c0662f 0.00 MB 2 0
84,429 84,429 00000000000b5fbd5a036cf9289249c5f506af08ba0d550805609abfd2b0145c 0.00 MB 2 0
84,428 84,428 000000000011e26b0733d769189113f015ba522a7796d23e06fd689097f6f26b 0.00 MB 1 0
84,427 84,427 00000000002aeefb2c7236594ce335fe0095be5fa6dcd977541030e77e59e856 0.00 MB 2 0
84,426 84,426 0000000000110fbcd3f46cf482e9440a322de2a180515d33e014beb52c553e88 0.00 MB 1 0
84,425 84,425 00000000001d07a5dae06ec951e77a44dfcb264acda9764bd6b0a67e68173ca2 0.00 MB 2 0
84,424 84,424 00000000002b7f7fa2b4691b53b3695ccf661b7f4702886c4959098f769aa8ce 0.00 MB 4 0
84,423 84,423 00000000002ffd11ef61118444a7698a530041b7ac07b4824379231e64ed2ff5 0.00 MB 2 0
84,422 84,422 00000000001bdca27bd2b3020b67d38f2dc28f9e74b116b4daa668c9e5c815a5 0.00 MB 3 0
84,421 84,421 00000000001ef6b4f9ee52c99cfe1e5de39d0c39f9331371b4cf12d2016de80b 0.00 MB 5 0
84,420 84,420 000000000030b977bc3451c2a3e63164c25f6d07c3bf0d5be92cd80113d50cfb 0.00 MB 2 0
84,419 84,419 0000000000159ef4527325f4131a712643f70fa6069288e61d8a90c7fda72f22 0.00 MB 2 0
84,418 84,418 0000000000207b17c7d42ff266f8a89627dfe6ef609cf25dd9d64d397c959a33 0.00 MB 1 0
84,417 84,417 00000000001bd5cb52fd310780683484fe2ab1b7e4176d3583979813d6e9e87d 0.00 MB 1 0
84,416 84,416 000000000021cc434f35d15f4874f3eb08fab6857caa3cdcbcdcd6006c252185 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.24 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,069.27 GB sent, 109.34 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.