Memory Pool Memory Pool Refreshing

58,367 transactions
32.60 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,555 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,933 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,554 (197,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,456 653,456 00000000000000000008820832d0ace638ee2a1ccddc8cedab6710f38004f162 1.33 MB 2,582 53
653,455 653,455 0000000000000000000678db2542943aef96a482a088a0bbead2d6672210b6d3 1.27 MB 2,901 49
653,454 653,454 000000000000000000013fd180a582e414337fb50a0d888a3dd8a995e1499c50 1.15 MB 1,642 70
653,453 653,453 000000000000000000037ce35550e2320cb6730b883798cdf9bffdf3fe304da8 1.20 MB 2,674 35
653,452 653,452 0000000000000000000c727dc7bdd225ccf7954784542a023e2f2ff348b3a652 1.25 MB 2,859 44
653,451 653,451 0000000000000000000c1ad6fc1008f9a88dce4e0f6957afa757f3ac7a09552b 1.21 MB 2,331 42
653,450 653,450 00000000000000000002158d9f3fdd4522ef58ffba091b264e02b2cd49b304a1 1.32 MB 2,771 53
653,449 653,449 000000000000000000071d2526beb04e5a35b3cb955b3a4adeb24d00685fc771 1.34 MB 2,627 38
653,448 653,448 0000000000000000000514fc7b1151dece2d4e4a375f3204b6e5bef1755eab0b 1.30 MB 2,177 41
653,447 653,447 00000000000000000006caca6f931a8bbf928bf9fa2a56488d9cb7fede2a57ef 1.15 MB 2,649 43
653,446 653,446 00000000000000000006950eaa74f13f94727b60240a0dd7776bc5f288a8d3a8 1.36 MB 2,633 63
653,445 653,445 000000000000000000098348dff47afae7d04eeef9701cefbc620dd1858558e1 1.29 MB 2,310 56
653,444 653,444 00000000000000000004cd6e6a6e0ec310399004f0e75d8b4b581565a3392427 1.32 MB 2,900 52
653,443 653,443 0000000000000000000840f31731d3940574d8ce273eb296fe5a4fb1eefc610c 1.34 MB 3,011 59
653,442 653,442 00000000000000000005f2d1a739349d510f8bdc97f77ef3b5e49ae3f238fa6f 1.31 MB 3,116 58
653,441 653,441 00000000000000000005800d618397d2f4bdb1c1597bcb0063d908db9749df8d 1.32 MB 2,337 48
653,440 653,440 00000000000000000005ec52d03760be8fd7134230b0a58563a9ea60cb57a413 1.25 MB 2,659 49
653,439 653,439 00000000000000000006bd436bb05f6415d0f9bf2a660a1f50a5d02b3d8aee96 1.35 MB 2,731 54
653,438 653,438 00000000000000000001086d531cca3d5976becedb6550d9a7a61edfb1e3e3bc 1.48 MB 2,427 64
653,437 653,437 0000000000000000000bab6af77f29b4c31e7b52b946679669c1fdea265fcf82 1.55 MB 2,076 84
653,436 653,436 00000000000000000009b1734b08338746f93f860f6d28a52c25ff130363017c 1.37 MB 2,677 56
Previous 10 blocks ↓
Total Size: 662.56 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: 1,479.52 GB sent, 11.40 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.