Memory Pool Memory Pool Refreshing

67,424 transactions
32.21 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,972 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,415 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,971 (193,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,453 656,453 000000000000000000043c13ee49ca4c558453e802eb7769e987485ae127d4f9 1.22 MB 2,411 46
656,452 656,452 0000000000000000000bd5d2d98f1a0531cf39ec7f298937b2f0b51bbc36f6e1 1.40 MB 2,382 61
656,451 656,451 00000000000000000004f93315b5a7d4551428769e68da1a14d1aee22eeb0c09 1.21 MB 2,478 56
656,450 656,450 00000000000000000004780a4b7faaf79b8ca68e34cdd998a9b8245b84096a15 1.12 MB 2,988 44
656,449 656,449 00000000000000000001a3dacffadbd0f91eeb2761b5116e077f873f33067258 1.33 MB 2,646 81
656,448 656,448 00000000000000000010322ebe1a56b5f12cce58c17ad37483a3a5d86861b29c 1.35 MB 2,840 149
656,447 656,447 0000000000000000000c4ec44222eb46e949db04ff17ef6f8598f85b35c5be42 1.09 MB 2,733 34
656,446 656,446 00000000000000000004a6965838ce4d38e40609785a4079a244d178a80b35bf 1.28 MB 2,636 79
656,445 656,445 000000000000000000105d774bf5e6c4838397ac356d753ff4a1deb5b4504316 1.24 MB 2,052 125
656,444 656,444 000000000000000000006dce0b4509a86330ac8eb13b9978ccdb14aa8cef0911 1.38 MB 2,998 131
656,443 656,443 00000000000000000008eb767b004597debe8b504c15aa86fde256f8940a7619 1.40 MB 2,852 155
656,442 656,442 00000000000000000003ddf1c7e3f69607f18af8ab611b239106bb0bb5778c39 1.20 MB 1,715 16
656,441 656,441 00000000000000000005673db93639130e4bcf4ca31b719340cd62653e68a7b5 1.24 MB 2,621 53
656,440 656,440 0000000000000000000a9b186bc89beba32243a4a30cf6fc8be2bbf6abd8280a 1.35 MB 2,474 150
656,439 656,439 0000000000000000000abdd17a2a647c614320caf825d44a31188da41e9fc566 1.37 MB 2,287 64
656,438 656,438 0000000000000000001016700dd7f1a05ffc4ba5e72794bca769204fe6cd05e7 1.31 MB 3,237 152
656,437 656,437 0000000000000000000579dbedc044497b0f1159b2202208dd2ed45459c37663 1.21 MB 2,517 55
656,436 656,436 0000000000000000000e59173d43bcd97ec13d7bb6ba09c8df727a2e292b0334 1.17 MB 2,405 41
656,435 656,435 0000000000000000000ce88f919b7baf74168ac7657cf7fb09d7d1d6bb27adcd 1.24 MB 2,701 70
656,434 656,434 000000000000000000100ed466baed36a29a7b92a805ba3b1cbee3151e20cfcb 1.40 MB 2,076 123
656,433 656,433 0000000000000000000935e2493a76c209396a934ce1164dd2ae13f05fade6e5 1.27 MB 1,748 118
Previous 10 blocks ↓
Total Size: 661.45 GB

Node Information

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