Memory Pool Memory Pool Refreshing

60,151 transactions
33.73 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,674 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,705 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,673 (107,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,508 742,508 00000000000000000004d5d0bc7f4ec7f96b0224192754b46d88fde0f6c4722f 1.15 MB 634 8
742,507 742,507 0000000000000000000917d9e3a028e7499e8b3b681491594c86993fe593949f 1.08 MB 519 5
742,506 742,506 00000000000000000000e0201abb2e2aea81fecd08864867f1d42431b2ee004b 1.25 MB 1,045 9
742,505 742,505 00000000000000000002f277510d8c8e214fd72300a24910068c587fc78054b1 1.26 MB 1,545 10
742,504 742,504 00000000000000000000b0608ef8b4b1daab74cb356bbff095b06f4948e8d0a4 1.31 MB 1,254 5
742,503 742,503 000000000000000000088e11196c1a68cbf71e6973de7645c50e59df26e97d1e 1.54 MB 1,755 10
742,502 742,502 00000000000000000000f5ba3dd0102cd26a9be3fa51a9efc9d51f048b4f958e 1.27 MB 1,563 3
742,501 742,501 00000000000000000003cb7e41418d88baad4e29139da8c934d11d535b320513 1.02 MB 390 1
742,500 742,500 0000000000000000000921b92dabd6c2ab6106cd800727a0f965e68dc243fd73 1.40 MB 1,529 8
742,499 742,499 0000000000000000000270229fdc57fb5f9d7185e7107ebc7cf4008efc531056 1.23 MB 1,374 8
742,498 742,498 000000000000000000060c233bfbaa5a3927b93266d773e6b1197cee0558a429 1.24 MB 551 2
742,497 742,497 00000000000000000004c5f4b5e20da257e9197ec0e60ccbc5c69e4d51653cc0 1.53 MB 2,196 6
742,496 742,496 000000000000000000020c615dcac73631cdc9565922a4b14a5d59b7f8bfe762 1.46 MB 1,814 6
742,495 742,495 00000000000000000007b02e9021bdb904149c43724855edc84c12abb4640e94 1.48 MB 1,405 15
742,494 742,494 00000000000000000000372a27a287a7f9804d66616982d5ad17f13f47f1cdf5 1.97 MB 669 7
742,493 742,493 0000000000000000000901adcc397cb9754acbce1c187e78381a6e035e467218 1.83 MB 789 8
742,492 742,492 00000000000000000002c4d07afbd281cb17e9c22f2861c4fbf7e5bb23b2fc0b 1.41 MB 2,346 19
742,491 742,491 00000000000000000002be2fd31187b81dcead6f7a9d4f3f62e9545a75cdac26 1.19 MB 680 3
742,490 742,490 000000000000000000002e2e18bfaada03fe41ace1a931e7b5cecd1029caf8c7 1.03 MB 359 2
742,489 742,489 000000000000000000051128eaf07a01755338260e732cfdd73151f1c79a3fff 1.11 MB 509 2
742,488 742,488 000000000000000000005b6d20d2f8c5299066a4f92e6a7966ae13edf110b730 1.28 MB 947 3
Previous 10 blocks ↓
Total Size: 660.89 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: 622.94 GB sent, 3.62 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.