Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,592 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,340 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,339 (425,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,384 485,384 0000000000000000009ea515d3c12926cc37171eea9f46fa0da9ee9cdd1d5470 0.16 MB 302 96
485,383 485,383 000000000000000000d763c5e6987bb08f3e356f587205cde060f2f6a4b27660 0.09 MB 108 99
485,382 485,382 000000000000000000b4c2f626ad5581adeda7db5eb1972f1ccff1bb12d631a8 0.98 MB 1,959 69
485,381 485,381 000000000000000000cfca0e5f534d3b95a6a9a9f1cecbd7bb1253fc33ebc570 1.02 MB 1,819 58
485,380 485,380 0000000000000000002d91675d97b32f0f8f3f84a93d88200ea923fe673324f4 1.00 MB 1,800 131
485,379 485,379 00000000000000000112bc95e459802b9a4bdc977b1608e1f79d5c909b87c7c1 1.00 MB 2,200 144
485,378 485,378 000000000000000000533eefb30cfd2d51fa6aa64d44918178b45111c0a3dfe5 1.01 MB 1,259 13
485,377 485,377 0000000000000000011cf7a03eb77b2c234122012d0494304e83c4d92a4101a5 1.01 MB 1,835 154
485,376 485,376 000000000000000000c480ffb9cdedbb15058dcaec6458023c2b6808094e8307 1.00 MB 1,160 55
485,375 485,375 000000000000000000ce3a0b7a736d5b6ac32f8762593cbd03b1686d4b537faf 1.00 MB 1,991 144
485,374 485,374 000000000000000000dde2ad846afb33d5cff4725b3bf7bb538a4cb2eb332207 0.01 MB 33 523
485,373 485,373 0000000000000000007f5eb54eead7584be9b0e8d42f65093c50d36e78ee6a57 1.01 MB 1,358 54
485,372 485,372 000000000000000000a369ee3bf55ff8ff7027b80eb01f0957c7186dacf441b0 1.03 MB 1,411 85
485,371 485,371 00000000000000000059e4f49e342d91faed99ff46aca17dd3a62ef368dd3246 1.00 MB 2,232 164
485,370 485,370 0000000000000000000d464f76d2c70791ab8ece33da62d1629f67b344af89a3 1.01 MB 2,356 114
485,369 485,369 00000000000000000094538bba8bc2baa31dbb319b43b7f34431a23551ddde80 0.84 MB 1,828 116
485,368 485,368 000000000000000000c837c7544042008b6303e436e30347b5c70d13a7027d1f 0.74 MB 1,491 112
485,367 485,367 00000000000000000061e9d317509277092049397992e7804810d33ab252a75f 0.17 MB 293 144
485,366 485,366 000000000000000000788137bab26c876b786e375812a087a302d286b805f8bf 0.36 MB 752 127
485,365 485,365 00000000000000000053c9c0a881ee31fd92e378947b2dd50a7367fb2ae44074 0.01 MB 35 102
485,364 485,364 000000000000000000d60cacd573175b3aebc184b17c901baf41a2b2d148f48f 0.38 MB 705 47
Previous 10 blocks ↓
Total Size: 775.87 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,400.52 GB sent, 128.18 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.