Memory Pool Memory Pool Refreshing

63,200 transactions
27.96 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,701 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 148 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,700 (609,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
240,453 240,453 00000000000000aad45ab0a7251c1c7f4eda51a8252af1bc7edb36ffa03b7745 0.22 MB 311 192
240,452 240,452 00000000000000d797d7eac9d63a8f754baa4d38eb6d72097cf5d743a2de67da 0.12 MB 255 74
240,451 240,451 000000000000008b0f48d77cbcec59f47f4754d73c28fa45d2d3bfef799b0796 0.25 MB 606 171
240,450 240,450 0000000000000020be59a0333b3c5f9237a3a8d19cd0ed546c79a0d805c1a4ed 0.15 MB 338 139
240,449 240,449 000000000000001df6eee54343c3d78e0f08b513c70eb54b40dcdfcc5404552f 0.08 MB 147 172
240,448 240,448 0000000000000095edc258f0ad84b44b94bd7dbdbfc17a9ad5c3ebc53d70031e 0.25 MB 573 140
240,447 240,447 00000000000000ace239fab0339054ad217db9c1c08ea7487cd80fd78c5d4e1b 0.08 MB 266 125
240,446 240,446 00000000000000e6aa3cb977ecd5b932c0e7c5217acb6c882cd490d2c1a2522c 0.08 MB 143 87
240,445 240,445 000000000000000e224da535348d004f1f52263c0502e975ae0214e56de53a11 0.07 MB 168 197
240,444 240,444 00000000000000477471181c8c8c20b22ba5427df6d7b5a2af3a96bf4c0ffb53 0.19 MB 415 143
240,443 240,443 00000000000000390a97c6645f4cb0378be3aee8f4bd8edda8785e94cb4bdd16 0.03 MB 73 111
240,442 240,442 00000000000000877a7470b031b360376b1e6123bc0a702325ea63b3729d1b74 0.05 MB 124 158
240,441 240,441 000000000000003aa388d073726dad0c4e5e253a870475fa09ca764dcd2fddbe 0.04 MB 93 158
240,440 240,440 00000000000000bc0e38ec601102438ec9933a0f0287b06bcc286419d87d8c15 0.06 MB 100 130
240,439 240,439 00000000000000fcffd5c3d506a00d7f3651d2ce48b8507ffa4a6cdb75836add 0.20 MB 466 144
240,438 240,438 000000000000001ec71a854a9df34881280145519f7c2b7fb6c6b4e536f2b1c2 0.01 MB 25 229
240,437 240,437 00000000000000e024e3fd7a50889d7a2bae40cabb7ccc5261f4ccfa8f33d2d6 0.12 MB 263 163
240,436 240,436 00000000000000fb7be001fc47fe007cdeac068bb0d8fbde62e90ca3f96b7266 0.00 MB 6 92
240,435 240,435 00000000000000e445a78af6e00727f70b3839a99a036e2450053ffe649eab13 0.09 MB 202 166
240,434 240,434 000000000000009b57f5bab3ee8809b1d59ab6816eb2f4591ca621e00e575b3a 0.07 MB 123 134
240,433 240,433 000000000000000e79162a57bc0a2d2777bb7ac464a65b561448254a1a5db8b7 0.21 MB 511 184
Previous 10 blocks ↓
Total Size: 660.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 641.43 GB sent, 3.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • 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.