Memory Pool Memory Pool Refreshing

73,415 transactions
31.96 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,476 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,112 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,475 (335,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
514,431 514,431 00000000000000000049f3ac163dd4fea6c16234dc73f073994cc7bddec78399 0.30 MB 687 44
514,430 514,430 0000000000000000000c56d054cdc24463771d01fc891ede01a7f1b24a59d4ea 1.16 MB 2,901 53
514,429 514,429 00000000000000000041b02d8e759d24b0a1307d6745961f1401ef6c38965fce 0.60 MB 1,462 30
514,428 514,428 00000000000000000014b624af66fa7f247396d4866c755db2e79cb6061b4b63 0.34 MB 649 58
514,427 514,427 0000000000000000004d5ccab5356817b6efdbd8fea8a680afa37fa143b39924 0.29 MB 550 42
514,426 514,426 0000000000000000002c7f53d84c05c07f6c2c4bb0afc464f47adc4fd6199aa7 0.28 MB 665 31
514,425 514,425 0000000000000000003616a54c30f7588fe22281cf34b722ad8065c7c03d2079 0.92 MB 1,767 18
514,424 514,424 0000000000000000000f3a6a1099e807f4c74a3a94b32b2c98177467edc854ae 1.21 MB 3,211 53
514,423 514,423 00000000000000000043558243059d4d6b0ade7a4243b9134476f63ecc09dc93 0.14 MB 359 42
514,422 514,422 0000000000000000000ad34a9df85ae92a0fc3df1fe6d19366320ad8c45dd332 1.11 MB 2,752 37
514,421 514,421 0000000000000000001b138b0bf2f3d6683352d72f3a6b36620f8897e4ab8d18 0.45 MB 1,084 38
514,420 514,420 0000000000000000002426704824c08bb2a19209914fa66a58931a2bb4285449 1.04 MB 2,497 36
514,419 514,419 00000000000000000004782ad0bf6076142b9f54702ef740d3f7aaced0f16ced 0.16 MB 374 72
514,418 514,418 00000000000000000044c08c5fbe3db14715841e118b5260633aa2f3cb4da660 0.85 MB 1,676 40
514,417 514,417 0000000000000000002080a0d06e686897cb64aabb4b39ea19283cf99ee3f315 0.46 MB 1,023 26
514,416 514,416 0000000000000000002d48a65f9562fb94c156dc96443ec04b51dff8fc84e31e 0.15 MB 396 41
514,415 514,415 00000000000000000007bd8fb7ee4f906380cbc85b8ea3b06da8e63509282c89 0.01 MB 32 16
514,414 514,414 0000000000000000001e14089aebdc7ff591fc0c0ef0e08f39b319a8e8d3d441 0.97 MB 1,307 44
514,413 514,413 0000000000000000001df2cc8544f4f929384fe5f354aa033db23fb5c5b6dd67 1.18 MB 2,588 36
514,412 514,412 000000000000000000029f2ad67c1bc2b2e7cd63de52008a8d752e8fad25de73 1.12 MB 2,464 40
514,411 514,411 000000000000000000064f7371a28d485ea076358bf6d0e044bff55910428bc4 1.08 MB 1,236 10
Previous 10 blocks ↓
Total Size: 660.51 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 403.70 GB sent, 1.83 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.