Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,071 transactions (0.54 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,805 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 2,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (182,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,197 729,197 000000000000000000087c590343c9b100766a4fce809053fa9729f5dbf48796 0.33 MB 526 7
729,196 729,196 00000000000000000005843c08c10fbf6384ae6b5143ed76bf0254be5aba043f 1.50 MB 1,939 6
729,195 729,195 00000000000000000005aa90cf9514c380afbc43421a185655e4e1c7e2e600ab 1.48 MB 2,245 5
729,194 729,194 00000000000000000004982a0daab9a8c8f306f2395bc46ba754c4f534ef3aeb 1.43 MB 2,727 14
729,193 729,193 0000000000000000000a31110e1f90d86cf19d530aad755597baaf3f50575b48 1.52 MB 2,624 9
729,192 729,192 00000000000000000002d4f395a3c9a1976e4c8e5e79a029b5c345febc34b1c7 0.97 MB 1,020 5
729,191 729,191 0000000000000000000404a7b94f9f014c731793175368a96025340a8dd32d35 0.30 MB 510 7
729,190 729,190 0000000000000000000651720a209ceab9a0877c049fdb81d7f6d1bf7964c0f9 0.04 MB 84 6
729,189 729,189 000000000000000000030b70892832081fa9847ecc9e609ad8a256f26115a8d4 0.35 MB 558 9
729,188 729,188 00000000000000000009b190f7b10981d7ff0def18f9ff2f666750f6050d2c19 0.35 MB 637 7
729,187 729,187 00000000000000000001afd75e1faa30c44803fd24af4d5d540bdf92ced742af 1.17 MB 1,862 7
729,186 729,186 00000000000000000001a0e4f02393b1d8e286f49b4853606c998bda8fe44cb5 0.17 MB 317 7
729,185 729,185 00000000000000000000658ebbf621b056dfe53406709562fd2cbd18407c4a44 1.52 MB 2,353 8
729,184 729,184 000000000000000000011b6df2e02a3afbfff6276387ce427ed1f87ce021a213 1.43 MB 910 3
729,183 729,183 00000000000000000006518367a84f23b859d98867bb04c6e80ac248817d24f9 1.29 MB 1,608 7
729,182 729,182 000000000000000000020a9164d04898df515585b1922b8041ddf9d0c1d8f007 0.22 MB 421 7
729,181 729,181 000000000000000000013652cb09bf2232b3ec851de5ccdf4c7cb7f5e621fd7f 1.45 MB 2,956 8
729,180 729,180 00000000000000000005c658874c3eafbc50213e9a59c64f23643a4fac1e99a7 0.36 MB 620 9
729,179 729,179 00000000000000000008ac5a1f2a2744d2a35fdf2d76c3607242989ba69d6c87 0.01 MB 28 7
729,178 729,178 000000000000000000069c868d977224c29baa152f0247a3e439074470d8f050 0.64 MB 1,212 8
729,177 729,177 00000000000000000000bd3c6569b20becd66997eeccd93e17e6efa74cfa71a7 0.16 MB 327 8
Previous 10 blocks ↓
Total Size: 776.73 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,451.45 GB sent, 132.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.