Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,191 transactions (2.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,846 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,933 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,845 (884,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,405 25,405 000000001fc58da650e780329c1226a896993e95e528d9470d12cf20e8a584f2 0.00 MB 1 0
25,404 25,404 0000000019a44678f1b253bf7237cdea1e640f6d75daf2de9c7b28a70115d7f0 0.00 MB 1 0
25,403 25,403 000000009cc9e04625f76fd14bf03eb1e049928fc1dbe65a468c29fa582ee1f7 0.00 MB 1 0
25,402 25,402 0000000059a79eeb67039e1a7cc645d40154e531497e10e919727b2d307c59ef 0.00 MB 1 0
25,401 25,401 0000000053fbadd9d400b4b7e3f1452f8492e39f11c8b19d58f4fa5684fa5019 0.00 MB 1 0
25,400 25,400 000000002f219f104ea3f9e407c2801649a20f2d7c995a07ea799fde2bec5c0f 0.00 MB 1 0
25,399 25,399 0000000091b76d7015c9d96c120b2ecda5526592a04a530dbf8b5b483a989493 0.00 MB 1 0
25,398 25,398 000000008f1ccc862527c600528cc67a6128424a8d0f2eb6406ab29d23a840dc 0.00 MB 1 0
25,397 25,397 000000002fe8867443cbfeee03469555d9d6dadd4bfb7d0888845a213167e041 0.00 MB 1 0
25,396 25,396 00000000c11b6618f835a9fba22dae83631d62ee111645a3ab0427bb78eb158b 0.00 MB 1 0
25,395 25,395 00000000659d0883e3b65e1dfd8474a05d1d92817767215f438a055fc6447f02 0.00 MB 1 0
25,394 25,394 00000000506a96da67cec340ff02b765715f7f9a4db81a49b4cadba8b2eed0fb 0.00 MB 1 0
25,393 25,393 00000000d2bc37314e8d6c9f719c569bd94b06f0cad8584d41251e613138ed8d 0.00 MB 1 0
25,392 25,392 0000000030632b12bcc2322349fa565967e6d4183ef31435e8c18e35022a4ff0 0.00 MB 1 0
25,391 25,391 00000000f1bc0443ba5f555feed6746ea8f51f66b9b489256fa836ea2ed55a70 0.00 MB 1 0
25,390 25,390 000000006007aa316428c89172b42e3d6129d216c556878610f0218618995a3f 0.00 MB 1 0
25,389 25,389 00000000604709f655743d72a76d9131efe0521ea7d15be0808cb9414df0b580 0.00 MB 1 0
25,388 25,388 00000000ad4e520aca68bd34c2369f6438456fc4d074898c70b35a04e26fbb52 0.00 MB 1 0
25,387 25,387 000000005d445b0c7c070d15f668ab46fb53a324a54ffae678fbcaeaa6a11d8d 0.00 MB 1 0
25,386 25,386 000000007f3e51c18feec8c7596e6814765c20b0c9fb389878709c7fe0c1cf5c 0.00 MB 1 0
25,385 25,385 00000000c66d81ac5918551e28c54f76771651f926ba0f84de64e0cbb44a8e9a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,166.87 GB sent, 113.84 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.