Memory Pool Memory Pool Refreshing

80,543 transactions
36.63 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,836 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,589 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,835 (570,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
279,215 279,215 00000000000000015832723a8b16961195cd367e3409a1e51f0123c003a7f495 0.25 MB 684 65
279,214 279,214 0000000000000000c637d34a5b97f9fc1f82ea774c50ff1c8f0b90e5a7ce0429 0.12 MB 209 34
279,213 279,213 0000000000000000602f6b5bdf04a605080daa217cb7e897c6a167b3f1768bfe 0.01 MB 19 31
279,212 279,212 0000000000000002d4b79a515e54bdac28bff18829b15994f6fbf95226eb9be7 0.10 MB 188 32
279,211 279,211 0000000000000000a8e24e7b8b27c34fb123f28ad770a31bde450b00f215e127 0.03 MB 73 45
279,210 279,210 0000000000000002859e184ab9e731bfd1fadaf82cfcbfe420cbf0a07bb0b1cc 0.04 MB 90 14
279,209 279,209 000000000000000300b8ebde747309c937534926f7dadb6c0b7b685903a7341b 0.13 MB 101 25
279,208 279,208 000000000000000270c1fee857857f2f58e9129167e7c94f62c5947d192701c5 0.27 MB 665 34
279,207 279,207 000000000000000177ddf56a6d7e836a35ca16212a3e7eb14330acbd00b7722d 0.03 MB 97 124
279,206 279,206 000000000000000009bf4a7293b70af31e459dff1cc70bc0acca2e257af7ce6e 0.20 MB 428 48
279,205 279,205 00000000000000011e6b91cc9f3c67935b8015aafe2f854d7f412f8dff10bccb 0.30 MB 668 54
279,204 279,204 00000000000000014f5b6f36c500d5ee7d0cc3bbf7fc6dfaa6a0b97661b7b0cc 0.14 MB 336 46
279,203 279,203 00000000000000010857d7259f09049c6abadd46be7c6447db84b66c7abc164a 0.01 MB 22 35
279,202 279,202 0000000000000000f270786fc22aaa034bcff66963cd328474d8bf073de2c322 0.07 MB 155 26
279,201 279,201 00000000000000027c044e3b92f3eb43ddc8916826afca5d5eee88983d0468d2 0.02 MB 39 13
279,200 279,200 000000000000000123075814391bcb0c43148683d02af1a68e1d15edfdca256b 0.17 MB 416 69
279,199 279,199 0000000000000001950220aafe93979036a04413bf7e0c4b98cce5ed636e2114 0.25 MB 540 50
279,198 279,198 0000000000000000414586f6f0d32fa0f8af1826d6755a3a2de27eaf2b375de5 0.02 MB 48 45
279,197 279,197 00000000000000000f84211ab828846ba100c9bac043848fe8621bab9f0e24a0 0.12 MB 263 29
279,196 279,196 0000000000000001501ffb99b110431d79503737f49091e0119017dfd59a97d5 0.03 MB 77 174
279,195 279,195 0000000000000002ee8f72c414446afdbba9cce15f6dd5f867f0332da5cfbb2f 0.25 MB 460 42
Previous 10 blocks ↓
Total Size: 661.20 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: 755.85 GB sent, 5.12 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.