Memory Pool Memory Pool Refreshing

73,764 transactions
32.44 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,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,966 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (426,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,267 423,267 000000000000000001d1571f7d492eac14424b3979c4bc7faab817561a688c46 0.21 MB 518 60
423,266 423,266 0000000000000000020ff89eae398d53eceaa75057fdb5cb86c27fa871f2a40d 0.99 MB 1,230 35
423,265 423,265 000000000000000004e59d3ba0adc3c54dd2ff090fb6a38be329dfc1732a4023 1.00 MB 1,443 34
423,264 423,264 000000000000000000bfd434a21c17b561221d22d1bf8632b6a0df7d2c47e8dd 0.93 MB 1,923 70
423,263 423,263 0000000000000000023b460e961405f52a82a0da5c74741edb83373d4c98f1c7 1.00 MB 2,286 64
423,262 423,262 00000000000000000414605f17b0de0ddbd68f352227586468762f69ffde2ea7 0.39 MB 726 61
423,261 423,261 0000000000000000004adb353213bd493da6409a27549988c782768139089d0e 0.28 MB 766 67
423,260 423,260 000000000000000000fc80271643c917916e6b4fc44e5237c2ff9999ec3d6364 0.09 MB 219 66
423,259 423,259 000000000000000002c32c8113008db2c27a189ae12c66d0d4d94fffda13a0b0 0.94 MB 2,262 66
423,258 423,258 00000000000000000171c8c67984eb3fbd4a9e2672614c8fd55c3c168a9a72ad 0.99 MB 730 21
423,257 423,257 000000000000000004629ee07572f415e5f50165b3eede85f8c6c697818b0541 0.99 MB 361 10
423,256 423,256 0000000000000000043399bec4f71e56647507eb15b5a5f2743b18f4e2c73eaa 0.86 MB 1,747 57
423,255 423,255 000000000000000001708756b3ea5a4eab6567ea16acc62f3de35f4437f1f39b 0.98 MB 448 22
423,254 423,254 0000000000000000037a02ee97eb7acab470ad8ddd09fbf4c4212322c1efca8c 0.97 MB 830 29
423,253 423,253 000000000000000004086cf7e4b6eb2d00c8fbe9165b59a2d984562c626d7972 0.97 MB 1,970 58
423,252 423,252 000000000000000005225c753c0f14e3dc7a90f1d0ca3ec44327eb6aca6f8ffe 0.99 MB 2,309 64
423,251 423,251 0000000000000000032374363a20fff012467f5991c09886dc9f460fa73e8ce1 0.58 MB 1,378 64
423,250 423,250 000000000000000003990b9e2d34270ee9e240a43ea43262395d464c8c9ff948 1.00 MB 714 22
423,249 423,249 000000000000000002c3b87ccf23d96fcf1300c8ba4bad46d0f11d2f5832dacd 0.58 MB 987 47
423,248 423,248 0000000000000000036224694cdcb7c853ce13234e49ddbffb848e4834e5deb9 1.00 MB 2,527 69
423,247 423,247 000000000000000002640b9a0602173eab2ef6c6238572e8dae839ac45ce0c0a 0.93 MB 2,020 62
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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