Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,468 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,497 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 1,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,496 (879,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,405 31,405 0000000090d96dd9ff38a4ea739c21ddeb33c2030606099e9c7cf3a4a07eb483 0.00 MB 1 0
31,404 31,404 00000000f9bdde95fdb770e49d89af72c6e85ea0454c32dabe478d721bbe5f69 0.00 MB 1 0
31,403 31,403 0000000063608e8867995c62b9c72c37257193a86b77042d6ff10246812f4c49 0.00 MB 1 0
31,402 31,402 000000003ea143b1a375cde8c8af57eb63693cc0903624c7854455ef37877971 0.00 MB 1 0
31,401 31,401 00000000cae4290539b244a8909fb1e884f6c5a60312f2c0c4c386a61529b884 0.00 MB 1 0
31,400 31,400 000000000c88f8939a1b281fc8c049d9a5e17598e9da3e59c9824f6dd4061830 0.00 MB 1 0
31,399 31,399 00000000d35c0a450c5841393ef1427ab2e903d0f3e6468185ffd4ea6a74f960 0.00 MB 1 0
31,398 31,398 0000000049f052e6cdce05a20c0aae7f8cff525bd15c5a5ca997cb05dc425046 0.00 MB 1 0
31,397 31,397 00000000dd9e53b4ea9af4c5e964815c7e57166422dba8e667fbe7db19d20fe5 0.00 MB 1 0
31,396 31,396 000000001636344461175ee00d232e9872c7775ad9a5dc2fade7548e159cdb93 0.00 MB 1 0
31,395 31,395 00000000a389fed20d8caa29d0b51cc3c32fa7c64b3bf5119b018dc9dbb6b768 0.00 MB 1 0
31,394 31,394 0000000081820f0a45c4139032f3aa9214dd0ab3f668156b3c4333b134ac2fed 0.00 MB 1 0
31,393 31,393 000000001d339fc51363e7575ec5b14857691065df5ef79d5688af4b1cbb265c 0.00 MB 1 0
31,392 31,392 00000000c3a1516c17e41a3b6a8553ca9dc30c9a133e59487c74ee30ff9b0144 0.00 MB 1 0
31,391 31,391 000000002ae83f0f620c74498a47ca522fd4b66cbd83698cd053e902cde3d2e4 0.00 MB 1 0
31,390 31,390 0000000033aef12b08edca39db63fc9236d2abffd0f75c29436b89d36d1865c7 0.00 MB 1 0
31,389 31,389 0000000024b7291fdb985c42966c14ea5fb53bf065703182f8fdff3c26288b5b 0.00 MB 1 0
31,388 31,388 0000000079e40e044267ecae0a82286f349e4da7d46463c978833383fba92dda 0.00 MB 1 0
31,387 31,387 00000000f7086dcf5f52d32c3d6ac9f3c79b17d1cffd5a52c017bbe4fadc3be8 0.00 MB 1 0
31,386 31,386 00000000f107485fb1db53bb5e401ac7e1b9dadcfa430ac4e7cb61824785d76c 0.00 MB 1 0
31,385 31,385 0000000001892453f88de93d01a12d2444a70c776d6322e9d83eb0800b1ccd47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.31 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,244.17 GB sent, 120.08 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.