Memory Pool Memory Pool Refreshing

71,409 transactions
28.71 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,714 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,163 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,713 (265,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,504 584,504 00000000000000000001c2bc7e7a9043769574f63c1ca575e66bedf4d4926ea2 1.28 MB 2,641 74
584,503 584,503 00000000000000000022a44138671a69f420d99cf3ce9e5c5a2fe47832c766eb 1.64 MB 1,467 52
584,502 584,502 00000000000000000005c7ef24b9a0276eb7dd57abcdc808ebee028e8f04068e 0.00 MB 1 0
584,501 584,501 0000000000000000001966a87414a415aa954c32779437e7aea35f5f9a03487e 1.19 MB 888 47
584,500 584,500 0000000000000000001b34dc6a1e86083f95500b096231436e9b25cbdd0075c4 1.18 MB 2,074 55
584,499 584,499 0000000000000000001466807bd6602037ff7e2c61c0323631734e2a7cd0cdaf 1.10 MB 1,416 49
584,498 584,498 0000000000000000001b351184e8946e32f39a5c6b2f793903fa6ee88ea95f19 1.43 MB 3,479 87
584,497 584,497 000000000000000000039cd1c8af16dec1954cf92d940e98278a5ab7616b8fac 1.09 MB 1,458 46
584,496 584,496 000000000000000000042e9d39181ec4e75695c5e05604440f79e0b35b713a4b 1.26 MB 2,839 54
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
Previous 10 blocks ↓
Total Size: 660.97 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: 654.49 GB sent, 3.88 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.