Loading Tool

Explorer IconExplorer

Memory Pool

2,498 transactions (0.78 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.58/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,311 000000000000000000022b910000000000000000000000000000000000000000 2,483 0.02057373 BTC 0.77 vMB 2.23
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,310 (763,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,179 149,179 000000000000069b057a1cd669c44b19fcf14e73a94098fb3f6fdfc9fd96f450 0.01 MB 24 223
149,178 149,178 00000000000003e945611007b29e9b5442fa89b071a0aaf831bdd11ff231ead5 0.01 MB 28 70
149,177 149,177 00000000000008a04e0c430fcc7c12a02ff11f1e1acd8bfe01f5c09f61ccd7ae 0.03 MB 93 182
149,176 149,176 00000000000006df2ce38b42d85ccff42af5df50751c2ead83b26c15a9665a21 0.03 MB 50 471
149,175 149,175 000000000000084b0b3fb0e0396137f6d5a9a674806f8f36c5467e09a00597f9 0.01 MB 10 379
149,174 149,174 00000000000002a222af065ad769afcd8a3a6b44dc1c3415f457619d9e5b1bf5 0.02 MB 55 121
149,173 149,173 000000000000045dd82d765ab05ba5468cbe75cd932a29fe2fb8eff4c08d0695 0.00 MB 4 62
149,172 149,172 0000000000000726011f9c6acf86f2f76c72efda08fd2ca1ac93e77b5ed863cf 0.01 MB 28 56
149,171 149,171 00000000000006a0c23a25faa471769c8c474669bf8ec0c07435371f7e446073 0.01 MB 14 234
149,170 149,170 00000000000006c086fdbf46d1a55091d33b5c34cc6c494f26a481206b513449 0.00 MB 8 29
149,169 149,169 000000000000065c807b9648b18200879e9d014fab976a459dafc7a314902a7a 0.03 MB 97 198
149,168 149,168 0000000000000621c0bcb444dbca20947cc5bbe2ca6d1607c7a76c61a7b15297 0.01 MB 12 73
149,167 149,167 00000000000001d199c32fecdc994b84800f1c3463ff2cd546fad52607930d07 0.04 MB 148 57
149,166 149,166 00000000000002b6511337433f1137b8f643d92e44394b97eda330e1a6a9a4fa 0.02 MB 28 128
149,165 149,165 00000000000007f3a8ebc33ab332932a7fa1acc20dc8a2c0396d4be15120d01b 0.01 MB 17 37
149,164 149,164 00000000000008e02238064c9e6cfa31ab4479d6fd08424209bb48863a6c2c25 0.04 MB 86 130
149,163 149,163 000000000000067b8fe0884a57c0f319127575f241c4c0bde3e2065dcb1ee84b 0.01 MB 18 105
149,162 149,162 000000000000007c21c7e43ad8cd36b9bde421fe00e4526edbd69a5c8d0186d4 0.05 MB 126 31
149,161 149,161 000000000000069878373fc767b7b0cf18866c3f108bf23e716c1fad0e967200 0.01 MB 29 75
149,160 149,160 0000000000000410788ff0fc6a297c7affb3ee97a1f7b2980e6d3f8e820443c4 0.04 MB 92 63
149,159 149,159 0000000000000313ffcaaa46da223089056c47b0d69cc1b6b1058e274b72bde1 0.00 MB 15 318
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.57 GB
    • Received: 136.60 GB
  • Uptime:

Notes

  • 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.