Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

712 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,535 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 712 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (822,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,280 88,280 000000000018fa78ec70ce9d72754d7415294d991a6aaf1877e1cb516b796594 0.00 MB 1 0
88,279 88,279 00000000000af1c6f162eab48da4440a86906d1bba97ebd7005e9e9728179548 0.00 MB 4 0
88,278 88,278 000000000002743d6cfe4e09517a766fbfa34cb4de8f4dd4e3eef9bfe11d64a6 0.00 MB 2 0
88,277 88,277 0000000000190d999e6d6b247cd362b71eb8374508984361aa4c47bcc2910bf5 0.00 MB 1 0
88,276 88,276 00000000000f87f033dd43bc9d09cfff885ebb85ecffb9f129baeb6ba370560c 0.00 MB 2 0
88,275 88,275 00000000000900081e3fcae483d21adf1d4a9d73749c96fba81728ff5447ad95 0.00 MB 1 0
88,274 88,274 00000000001e29034122e961d6eb54edbfd668aebc24b396b109482579733a2b 0.00 MB 1 0
88,273 88,273 00000000000c3523d44a129668cbb2f81dd8cd3ae2c94fa644590ed8ec4c2e33 0.00 MB 1 0
88,272 88,272 00000000001e29d6ce5bc449d2eaa674d5b67e1762dc7f8a64ee4ebdff850e15 0.00 MB 2 0
88,271 88,271 000000000003279b8a39aad69b5c64b3a33570b0f17ca82c34f38548761f06f4 0.00 MB 1 0
88,270 88,270 00000000001a707ed23e7699f2b55fd60649a632a71a45a3553185d524a40bce 0.00 MB 5 0
88,269 88,269 00000000001c7d4885e34e47be774e171b6ebdf7ba61422a7a3ab412db4983e1 0.00 MB 1 0
88,268 88,268 00000000000d47a091e25649b31a2ab70414a31dc0088ee8ba472406fb27cf08 0.00 MB 1 0
88,267 88,267 00000000000d4340abefa9e575516caa4bcc1d2caf0d6d2f1641f14b9d2c4377 0.00 MB 4 0
88,266 88,266 00000000001e09109e127608ea372fa617b54a56589f81d174e164547c74d520 0.00 MB 1 0
88,265 88,265 0000000000172732f7da05c9934258afc063b43018f76cadc6e2e6f06d36b953 0.00 MB 2 0
88,264 88,264 00000000000c3fcd6ea581c6e622c569a16fc832b533af103f689aad9964bcf4 0.00 MB 3 0
88,263 88,263 0000000000172ee387829df953c22c3270c924ba0101a57726f3a9d39705068b 0.00 MB 3 0
88,262 88,262 0000000000145452c529c90d70235173fa470839f3421af26a9b38862beae7f0 0.00 MB 1 0
88,261 88,261 0000000000139c8da6f4c11ef15b2e56ccb1ad82773563553c5bd6136dfc89e9 0.00 MB 4 0
88,260 88,260 00000000000b0d705704ccf9d77df5547a88d89611f1273de0e4a49ef530477a 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 774.37 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,248.86 GB sent, 120.40 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.