Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,493 transactions (2.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,863 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,620 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,862 (884,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,384 25,384 0000000026671cadaaca81eb4dbb91942a555410225cbf16adebc1ccb324284e 0.00 MB 1 0
25,383 25,383 00000000e23b2c58fbcd4e0b8b8af6120bed63a109af064ad9b61edf3b5aaef2 0.00 MB 1 0
25,382 25,382 00000000e015e78923c8d7ed9fff3e5a9a2cc2afa6cea272ebec2ca585f2994e 0.00 MB 1 0
25,381 25,381 000000003797b7987a4f7beedf54505fa76a7157e0d57d360ea0b7676a522ea1 0.00 MB 1 0
25,380 25,380 00000000557534e9e26f715190b5840dd3c602c37abe1a9b6a8352d4f446d2b5 0.00 MB 1 0
25,379 25,379 0000000019b47ffd9a9e89ad6f7b72f12e9358f0c3e43a1f4ee9e5477a6deea7 0.00 MB 1 0
25,378 25,378 000000007a93a6ded889089dacd40c51d2647a89f08b40199738df2f0d8bec13 0.00 MB 1 0
25,377 25,377 000000001cad710d06416247fef434adf551f7c5b1573038083693b4b810b8ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.63 GB sent, 114.04 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.