Memory Pool Memory Pool Refreshing

64,730 transactions
30.44 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,443 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,493 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,442 (264,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,495 584,495 0000000000000000000d17c9302b85b5a974e00c029d8e81b8c86110020786dc 1.20 MB 2,490 82
584,494 584,494 0000000000000000000a877c7b7a40de34c15767a64f553aa58529f7ae5b302c 1.28 MB 2,679 82
584,493 584,493 0000000000000000000451bc32f652326898fa33c6cd074025f2dc32d5ced9da 1.30 MB 3,122 113
584,492 584,492 000000000000000000063d6a38161b2a69ba6bfe84f31272ffc3c36308b55574 1.33 MB 3,024 61
584,491 584,491 00000000000000000005b127b27cc0771e1b0fcb18dcba4c0644f2bb4dc90597 1.38 MB 2,971 74
584,490 584,490 0000000000000000001defdfba917aa9b651eb92a6073a4643d71b456f180e32 1.18 MB 1,844 10
584,489 584,489 0000000000000000000117ccb076cc1bbfba73f8328e50a648b5874db4f07d3c 1.32 MB 2,123 31
584,488 584,488 0000000000000000000447e36c5df3c185b37d70c0b4b918ac2cd4643fde4ca7 1.13 MB 2,495 14
584,487 584,487 0000000000000000001cd649bfc66c6d3b4d28b94698477cfa0ac6a63d95763c 1.30 MB 2,582 54
584,486 584,486 00000000000000000022942e23d72b7138d3fd797ec5006d429555dc758c5e48 1.28 MB 2,613 45
584,485 584,485 000000000000000000194267dba8046beadf3f970e38458a470b07fe4fcb4102 0.00 MB 1 0
584,484 584,484 00000000000000000006f86abb26c9242e1abd3b23a69ba82bf6933fdb3a949d 1.22 MB 2,700 46
584,483 584,483 00000000000000000005d66e81049945ca5f9abca72b7de70829be2300196339 1.19 MB 2,054 52
584,482 584,482 0000000000000000000c0470564ef46f63eac7303df827a7ea6d585b28ea3a3d 1.19 MB 2,833 14
584,481 584,481 0000000000000000001307f7ec3d7d7af558d1b3c75d9d3b2c1bbf8ad16bcc83 1.20 MB 1,859 30
584,480 584,480 0000000000000000001203b8f423957bdb0ff6fb3da60df85e7fc595de59bc9e 1.16 MB 2,531 37
584,479 584,479 0000000000000000001c7ea36067ac1ede695f1ba4ca249513c2013f7e55f55b 1.09 MB 2,392 33
584,478 584,478 00000000000000000016ed708cd4ddc640a4c10f16c37854a094cc5a4ea24336 1.10 MB 2,250 25
584,477 584,477 0000000000000000001ec44e1c522aea0d2c6a2781e718e90ae2ebcfe41515a3 1.28 MB 2,938 62
584,476 584,476 00000000000000000007a5d8303268ed4e5b944d64bcfc521fb763fd28be3395 1.32 MB 2,493 42
584,475 584,475 00000000000000000019ef3e3672549319b23dfaf99e06c611f556711c198799 1.37 MB 2,189 64
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

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