Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,333 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,581 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,580 (657,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,998 253,998 000000000000002d164807f33ed379ffe322d04472a108bde96694d5ee3f3638 0.06 MB 176 169
253,997 253,997 0000000000000040748e12cf05ad895be52e350d9873a04c7784b63f371c3990 0.05 MB 126 81
253,996 253,996 0000000000000028f2689b1857402d89748b2e7147b19429ad35f1e6a2699121 0.04 MB 76 108
253,995 253,995 0000000000000049c981e222da7c282a622f71bcc144c12fd119998f3f65a3d2 0.10 MB 201 107
253,994 253,994 000000000000001d4a0235c799741235ad74cc76684acce6fc3ed68a42425aa0 0.07 MB 162 137
253,993 253,993 000000000000004f91a38a5042715ad5d9949a9dc12ca643425a420ece76f51f 0.11 MB 289 135
253,992 253,992 0000000000000029c24a0263fb1f905a31a3b2ff52021043b109095666125777 0.16 MB 425 119
253,991 253,991 00000000000000343b12e3d90be3d4816c6e3557910744029eb19fab904a38e2 0.02 MB 42 104
253,990 253,990 00000000000000078cf5716ebcf0215808e0eb39f49aa2d7ef514d961cca067b 0.06 MB 150 135
253,989 253,989 0000000000000029f185605c75a1728bee4949449f0dddb45f617b0b76b6aa7f 0.17 MB 447 49
253,988 253,988 0000000000000025d025dca68fd32a187068b474d0388b09b88290d60ea89e5b 0.18 MB 406 127
253,987 253,987 0000000000000029b2ddbb10b9e55e911c6590c359cd85bf21f7c3c44d2d4c06 0.02 MB 64 392
253,986 253,986 0000000000000048382537f1fb1427c79c35ee4198e4c1795ae712a4a00ce939 0.05 MB 128 46
253,985 253,985 0000000000000032209fcc2fb057c160452a67e9ff624ec6c9f4024e5d92d294 0.19 MB 373 109
253,984 253,984 000000000000004bd7eabe2223e2d07fddbcb3c634e7bf6dea5b23b979c8b02e 0.04 MB 128 189
253,983 253,983 000000000000002615c097316bddb399c6fae07de3f48eaf67cc4305e1215a94 0.38 MB 534 99
253,982 253,982 0000000000000050795e66c863e2edb98cf3b747979aa7fa39c38e472b0a4c26 0.18 MB 379 147
253,981 253,981 0000000000000027fd6ae698b4d0b9dec61e584dc26b8e50455bb3b906dabca7 0.05 MB 103 118
253,980 253,980 000000000000001ebe8f75e6e52fdfb4169ac274aff1da0985f094f365d34e45 0.06 MB 159 115
253,979 253,979 000000000000003b0ef18020bc4ab971ea17603e8dd635473533d04bb8f1b2d0 0.15 MB 359 198
253,978 253,978 0000000000000046bb2f32133a904c2afed17ce98e13b96a0db8711e14dd05b1 0.14 MB 312 135
Previous 10 blocks ↓
Total Size: 776.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,416.43 GB sent, 130.19 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.