Memory Pool Memory Pool Refreshing

64,753 transactions
36.34 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,331 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,958 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,330 (302,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,130 547,130 000000000000000000244371b7145b82e31b755a69af892660503ace8a31242d 0.32 MB 837 23
547,129 547,129 00000000000000000008e89254c0588f108773535b2c0ca830db53cce0f6026d 1.18 MB 2,271 6
547,128 547,128 000000000000000000033a99e51f8f72455a7f155244e6461c36c66e7dc0354a 1.24 MB 2,577 23
547,127 547,127 0000000000000000002498d25e49b8190a155ed937459eb7d30ab93a18ba5734 1.36 MB 1,950 10
547,126 547,126 0000000000000000001e7b7b2bf28d3e3813e0a37354f95288fe05fa18a0bc8a 1.09 MB 1,894 5
547,125 547,125 00000000000000000009b77193b41a4ead0a088f97a906f5a1c6fd3aca860b2f 1.20 MB 2,417 18
547,124 547,124 0000000000000000000cd8598d7b8bca2a7c08f3c6bce220187f616832dd38bc 1.24 MB 2,388 20
547,123 547,123 0000000000000000000c0cdbc0583cbf01603332d643dcce293592a85f7d07c5 1.23 MB 2,490 13
547,122 547,122 0000000000000000000e0da3bec4b532f085472cdad1424c2289fe6093832f20 1.30 MB 2,490 29
547,121 547,121 000000000000000000111b7df17caa83fcd13d358d3b587305dec2622be5bdaf 1.09 MB 1,469 5
547,120 547,120 0000000000000000000b30ca6450859d5df1710b0575427b25d9ceb93e1e014f 1.26 MB 2,405 15
547,119 547,119 0000000000000000002170841b1d578b1426176496caef155425dd5ce30e443a 1.27 MB 2,498 26
547,118 547,118 0000000000000000000ab14cf309ee347e4aba1dcdf0a8dc6d317f1d80334b14 1.18 MB 2,448 13
547,117 547,117 0000000000000000000c735e57e0f328428257b341c6e24226df71f8ae5d8e3b 1.06 MB 1,417 4
547,116 547,116 00000000000000000021a8a07c86b9cc3cbe8b212bc471b1b2480546db049b52 1.31 MB 2,469 16
547,115 547,115 00000000000000000011e8133efc22916296e2129ab401b2702f5f774d99d989 1.25 MB 2,535 19
547,114 547,114 0000000000000000000749f3c8cc3ac93c7e2ee00cfade00d67c8576e0a481d6 1.30 MB 2,583 21
547,113 547,113 0000000000000000000d7b4fa7a5f005a1f188513a176bccb94337b88113a290 1.23 MB 2,410 10
547,112 547,112 0000000000000000001435c2d879a1e232f11538aa6453c699d55d52d6f5bc33 1.20 MB 2,768 12
547,111 547,111 00000000000000000023f833faf2a0e643ae92af787806c802a72ea305f8b869 1.31 MB 2,781 18
547,110 547,110 0000000000000000000c5b2268f81c1aec4f66a6d1ee9aad11e4e21c3b768af3 1.25 MB 2,453 11
Previous 10 blocks ↓
Total Size: 660.24 GB

Node Information

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