Memory Pool Memory Pool Refreshing

68,924 transactions
39.63 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,408 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,963 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,407 (306,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,457 542,457 00000000000000000017c5c8b4708538045c6cfbd078ddb0e52a1bc912a2b821 0.12 MB 268 32
542,456 542,456 0000000000000000001019e3960d78974952a2e5ee5564af6fdedfe922e8d893 0.21 MB 468 12
542,455 542,455 00000000000000000008bcaf273181578dc0e95a868fb4ab6fa84e8c4f64ec88 1.25 MB 3,122 21
542,454 542,454 000000000000000000009579f3eb839fccdfb34f1999ef788faa6e0c79c5349c 0.98 MB 2,203 17
542,453 542,453 0000000000000000000674e6d879e802125d0709d2b7cf6627d3ae19cc7124c4 0.45 MB 1,118 15
542,452 542,452 0000000000000000000fd1933f60ea03eb4a062c9cac59299c9704b186d25bf6 0.95 MB 1,836 24
542,451 542,451 00000000000000000017b29a240d2563a5f914c8b653ed7229da712261404787 0.18 MB 448 15
542,450 542,450 0000000000000000000a6e38a780257e607048b65d11766cd5cf2db6b1a3a378 0.17 MB 468 27
542,449 542,449 0000000000000000002412925c3f94dc751208681da5f455535731f11d455dfe 0.62 MB 1,506 16
542,448 542,448 00000000000000000005c4318bc9464a08e95e9fd2e1f8530810c4e7b680ca88 0.67 MB 1,374 32
542,447 542,447 0000000000000000000aac61adc524b336341a2b2404595a31560613c938f089 0.63 MB 521 3
542,446 542,446 0000000000000000002709cab2991661e3f2e6bcb168db0d48e10bedcb10ee5b 0.27 MB 331 11
542,445 542,445 0000000000000000001a65066c6e1a582d3e7a529198ca6c3c6697c0ccb32ade 1.34 MB 1,614 11
542,444 542,444 000000000000000000101feed74a307c1e8ae5b0bc402028fbb886bef6170eb4 1.11 MB 2,237 9
542,443 542,443 0000000000000000000a35d95f2528c703585424f3493d24b5343f61c01242c3 1.25 MB 3,144 21
542,442 542,442 0000000000000000001183fb69c1a9e5f5cb4323c5b9566a74b27d904a0f878b 1.19 MB 2,751 21
542,441 542,441 000000000000000000214b8a2496fdd0548493264af5e90190cc6527fa249657 1.07 MB 1,733 6
542,440 542,440 0000000000000000002432dc8f9422e2c3029ef1ce35e9e93ba4f50c46e25519 1.19 MB 2,252 8
542,439 542,439 00000000000000000012ebffba3f0234d3b635b5c00b25ebedde8fe73d84fb1c 1.09 MB 1,100 21
542,438 542,438 00000000000000000006ffd95063d8f8d9433ac68c7d15f8070270cdef0caf79 1.08 MB 1,241 9
542,437 542,437 00000000000000000012588748e42208351910b8ad77e373425748d3ee745b4b 1.23 MB 2,653 18
Previous 10 blocks ↓
Total Size: 660.38 GB

Node Information

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