Memory Pool Memory Pool Refreshing

68,438 transactions
32.66 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,946 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,509 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,945 (97,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,395 752,395 0000000000000000000689b499de298afc31595bf0bb0440d875dbc7d2f441f7 1.82 MB 944 2
752,394 752,394 0000000000000000000272aa529de0c9cde285ddd4840423714350a4d890ecc4 1.69 MB 1,998 9
752,393 752,393 000000000000000000083a3d4f11ed571ce7d5e2d3a97f6bd30cfe213c43f876 1.68 MB 1,332 7
752,392 752,392 0000000000000000000233ed133d334ca80049d96c0d89b5cbcaf989d84a9dca 1.56 MB 1,190 9
752,391 752,391 00000000000000000007bc01dd2a80db96fbbd9bc2894bcf6d2307b9d2208abc 1.90 MB 1,616 2
752,390 752,390 00000000000000000009045f8d5a0c0fbbc32287c21af010f5682db1cf40eb74 1.49 MB 2,959 11
752,389 752,389 00000000000000000002f2eaadb0ce95f3eaefeee20ec3c2ddb7c67ac2259c2b 1.49 MB 2,161 11
752,388 752,388 0000000000000000000576d382fc3270f33646fbc78a73f2f7aff746a97530d5 1.47 MB 3,763 22
752,387 752,387 000000000000000000011c419c4101978c697c05f91983590ee32b7777cac42e 1.46 MB 2,313 20
752,386 752,386 00000000000000000004495c9063ecb8b3b744220151fc68103d97799872a567 1.33 MB 2,430 24
752,385 752,385 00000000000000000006e81a9eb88fd6521d47fa337927ae4965e3a8257912cd 1.54 MB 361 6
752,384 752,384 0000000000000000000201a1af3aba40287a302c1cfaf7cccb12defaf2985634 1.82 MB 373 3
752,383 752,383 00000000000000000003d5e32c209892e8cbe0f1598382a6f9cfe7115b871d8b 1.76 MB 1,420 4
752,382 752,382 00000000000000000005e0f3f5937103e979f225ea81da9e74fcfd4a6a482e8b 1.55 MB 2,734 16
752,381 752,381 00000000000000000005330c0ddbd54b21941a9004b55acb67f2cd633f3619a3 1.70 MB 1,691 4
752,380 752,380 0000000000000000000373dad6f879312762005270827277448a9cfc01e077bd 1.40 MB 2,512 19
752,379 752,379 0000000000000000000378be6990a9b5c98431bf8f271a88d07b59b67e0585e9 1.88 MB 930 2
752,378 752,378 000000000000000000066cde955b30f5137dc7c5f25b35fac0f284b8c2ef17b3 1.48 MB 1,171 6
752,377 752,377 000000000000000000080901be4c010ea15b8e153d4bc30d157c3728fd37e59f 1.54 MB 335 3
752,376 752,376 00000000000000000005660e9f1b73e49d10a7e917f49018c211c28369333a9e 1.46 MB 1,820 10
752,375 752,375 00000000000000000005556921ddec040c7e0220e320731e9d76ccb0af8738c3 1.47 MB 3,383 25
Previous 10 blocks ↓
Total Size: 661.41 GB

Node Information

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