Memory Pool Memory Pool Refreshing

68,031 transactions
32.57 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,789 (525,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,511 324,511 00000000000000000a83df54542926b0b3d0cdbc5c271cb84ce09b1128fdbebb 0.73 MB 649 17
324,510 324,510 000000000000000018af1b6377e53071c014cb4672bd2e36049992830e0b4400 0.75 MB 1,737 36
324,509 324,509 000000000000000000d643ea75e92cf173565523b25be5ef91e7c3831fd110c0 0.40 MB 632 29
324,508 324,508 000000000000000010675dc2b953835b20619b07279aea1bcf492c21abfd109d 0.12 MB 266 33
324,507 324,507 0000000000000000182df37206b1be00ce97abbbcd9126d10d8d0471808795ca 0.46 MB 506 18
324,506 324,506 00000000000000001b2104af557d7ec9df271ec063a57e443879dc2152b2611b 0.07 MB 97 15
324,505 324,505 000000000000000005be42147bc0f1468a18b0bf54b9048cbfe13aa727c3e1e6 0.07 MB 155 40
324,504 324,504 00000000000000000135c8c8b1e3e6cfa661346a505cdb4d3e15300a8f03fdd6 0.54 MB 801 29
324,503 324,503 000000000000000000697d06cb135462de696faeac503d02dcd7b30c9f14aa4d 0.06 MB 70 12
324,502 324,502 0000000000000000005ad50f74bc193235f756601f4affe17bf2a0116f210417 0.63 MB 1,061 36
324,501 324,501 000000000000000016b0ce28c8041730601329d169838ff7f298835a848b5afc 0.16 MB 356 30
324,500 324,500 000000000000000006e1f5735634ada4692c816f18ad2b20fbaad60499d03160 0.71 MB 1,159 36
324,499 324,499 0000000000000000162c48002370e0ddff9cfbcc20f0d71a0a385d14ba9f672a 0.15 MB 512 58
324,498 324,498 0000000000000000108697d425c299cb4e405e2467f6600325a8a6a456855eeb 0.61 MB 905 27
324,497 324,497 00000000000000001c8100eb4d707aed27926101df750761ea398b091f32502e 0.75 MB 1,886 44
324,496 324,496 00000000000000000073c21f7ce43b2ad5b1c0ee1de89def75759286a113c779 0.20 MB 435 31
324,495 324,495 000000000000000011eeca3346e7178498c75b4e3c7e75c011489ed2801c43d9 0.19 MB 350 38
324,494 324,494 00000000000000001f45b663428a13ca4b62f0b02e11bd648121c932af955e7d 0.38 MB 743 36
324,493 324,493 000000000000000003125e1bfefa786a45703cc5ab547d6990bcf37bee8dceb5 0.56 MB 1,102 36
324,492 324,492 000000000000000015eeff9b33145dc7371b0afdecdeb64c549207a8f9ddc9a2 0.37 MB 585 25
324,491 324,491 00000000000000001151a8fe7218429b570bc1a134c0d2b9fc4f7161095848c1 0.03 MB 64 90
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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