Memory Pool Memory Pool Refreshing

79,203 transactions
36.04 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,654 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,946 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,653 (254,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
595,370 595,370 0000000000000000000816b0b79451b02fcc8be0817f8d9ef3edf937e4f9e166 0.72 MB 1,986 20
595,369 595,369 0000000000000000000a7b70717c7b884580ba70f7889770cada8b3690f8b493 1.23 MB 3,212 26
595,368 595,368 0000000000000000000b9fe5a96a3b09b8d600664834cc228679049cdb4928e3 0.01 MB 27 36
595,367 595,367 00000000000000000013b4ef892b0ea531423c4b2024635a12bc65159bbeb1c9 0.50 MB 759 23
595,366 595,366 00000000000000000002b36dd36603c82a8211aee4280d5873602f79871c6743 0.00 MB 1 0
595,365 595,365 000000000000000000139f7904358e84fc5cbddd6922c30bd8e99acbf2d7eb3c 0.53 MB 1,565 25
595,364 595,364 000000000000000000178c55bc7b00fb8f5949fcda673fd4a6915a9a3e7162c7 0.93 MB 2,859 11
595,363 595,363 000000000000000000057d7c68eb53972d9ebb68a1967470f94f9b000387ad76 1.31 MB 3,372 35
595,362 595,362 000000000000000000046ce73722c7ac122a86e9672c73b8f9dd4b873c2c63d9 0.07 MB 136 48
595,361 595,361 00000000000000000006b67c54c806115e679fd0b4d0fd4d73bc132adc6a8d29 0.14 MB 471 17
595,360 595,360 000000000000000000039c5f5486ba05b854c1a9d292547eedda6c050f995974 1.29 MB 3,579 22
595,359 595,359 00000000000000000002f1966baa9b42673cdaaf2fb6a2c4b241a16785b72f99 1.16 MB 3,599 10
595,358 595,358 00000000000000000004058a349afe31eb1213fd6f36daa36911c4db1ac39136 1.32 MB 3,203 31
595,357 595,357 00000000000000000012b8589abb3b1ea51de15fbf24f37b8c528fab7a0427d5 0.81 MB 2,028 19
595,356 595,356 00000000000000000004da5da7f1ed0c67f66319473c37fec6df7818aa018c1f 0.82 MB 2,169 18
595,355 595,355 00000000000000000007b63c81b982f423bfd765007368c35473760abdb8c6b6 0.43 MB 1,000 12
595,354 595,354 000000000000000000123dbb3c4fa3c19409da0ab8bb498ea2a726c41a6db9cb 1.32 MB 2,943 9
595,353 595,353 0000000000000000000ed30b14303d633e0448d6b586f7c23c8b82725f51435b 1.46 MB 2,441 29
595,352 595,352 0000000000000000001217e4077af19872aa53f6217ff6b6dac65345ee8f15b7 1.39 MB 2,201 25
595,351 595,351 0000000000000000001747ff2aa895a1e7f8f4df30e3cdfc2f2f5a98a0f6fab5 1.33 MB 1,949 4
595,350 595,350 00000000000000000012635ca9e4c7a7a80f9ca3b9c75b759942c4fdd85b35d2 1.33 MB 3,203 23
Previous 10 blocks ↓
Total Size: 660.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 582.92 GB sent, 3.43 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.