Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,815 transactions (4.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,176 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (867,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,246 42,246 00000000342b3372e3b90ab7a07fdfbd0855649227050098dc68aed6d8c57497 0.00 MB 1 0
42,245 42,245 000000002cb637d401cf62168124a03ff9820460f4fbaa48e6de31d362f8c449 0.00 MB 1 0
42,244 42,244 00000000219bbf7a6132fb3186d18da942e038f655bd6e6171e9c9501ec25669 0.00 MB 1 0
42,243 42,243 000000003976d63582c27771a8e443dc8612f4121b90e156b0d569bfc024957e 0.00 MB 1 0
42,242 42,242 000000002a5852465c121f6575311e4995026ff713648d2bbaf6b14deeca98c0 0.00 MB 1 0
42,241 42,241 00000000082d5687220eae8f2df108f7e6c527c367236bdb8ee81f78be4b7fc4 0.00 MB 1 0
42,240 42,240 0000000063cf853bfead03f2e4292f89c17dac2d30f79e7f9925cac68951b7fd 0.00 MB 1 0
42,239 42,239 0000000034a9419aeddc994cb3417272ffebcea9b66b544943c5348fa527b50f 0.00 MB 1 0
42,238 42,238 000000001f17467cd9a353b2698e086bad11c87566c67c7ff79c8e0180666d11 0.00 MB 1 0
42,237 42,237 000000000ba149788a54b1095b3855beed6bdaea2420f4b5dd1e25d525e7df66 0.00 MB 1 0
42,236 42,236 0000000033368daa0cb53f250542a0c412448f4150afa0df9f2a054b996f12ed 0.00 MB 1 0
42,235 42,235 0000000002e3a05ff601ffe42827d891583d9a3cb068f5d0d3002f60a24314ca 0.00 MB 1 0
42,234 42,234 000000001041188fe0f25dda8c7eb8dc6a5e551fba2c08e2406c467cf3c5e589 0.00 MB 1 0
42,233 42,233 000000005c888aae89ed682c92fbb3152a8c594d5a80f3a67a82370ee99aedce 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.05 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,046.33 GB sent, 108.31 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.