Memory Pool Memory Pool Refreshing

83,008 transactions
35.54 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,610 000000000000000000035d250000000000000000000000000000000000000000 Now! 1.00 vMB 3,877 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,609 (59,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,482 790,482 00000000000000000000525f757ad0bb6792a8ce5c5fd0074abfcb29f98ccb8a 1.94 MB 3,571 41
790,481 790,481 00000000000000000003851587edf6652c17702b10f4cf0ad89a1c00c984a543 1.93 MB 3,810 36
790,480 790,480 000000000000000000037978d4a7979ddb50b730286312505caf0066b95abe74 1.72 MB 3,998 66
790,479 790,479 0000000000000000000372da67197cdb8058241bb89c68cc152853a043a456d9 2.05 MB 3,409 43
790,478 790,478 00000000000000000004193d92251d9528ff86b47441041ee1e16baba2055333 1.76 MB 3,558 46
790,477 790,477 00000000000000000001e0d144f69afe478baadfea1c03e2d34c10def6f5b9bd 1.60 MB 3,796 88
790,476 790,476 00000000000000000004b5bc59ca44da366edcd30f13f5ab94a0a5d8f220eb8c 1.63 MB 3,889 74
790,475 790,475 0000000000000000000293acdad5add190ac95c0c2f579567f676adc7cdc8ae3 1.67 MB 3,573 87
790,474 790,474 0000000000000000000175ce322a3933e9b8e0d6c373c9e6ccde07303ec6e80f 1.79 MB 3,577 60
790,473 790,473 000000000000000000012f3ed0b38bb89e48c67215f5428e711aa022c4b58c0f 1.59 MB 3,395 76
790,472 790,472 00000000000000000001b77d601213cb53e97700416cf328fd034be177767ab2 1.65 MB 3,815 63
790,471 790,471 00000000000000000004fe0e34bb26349dfaaa851d39c02dadb432408e24fd4e 1.33 MB 1,995 102
790,470 790,470 00000000000000000004fad54cdce4173dd9708433b24e7478626ffec0b9f75e 1.55 MB 3,363 116
790,469 790,469 00000000000000000001855da8f78d42ba0048e389bc8e687756614836e994b7 1.76 MB 3,430 64
790,468 790,468 00000000000000000004038adb81f38a296767ea9b242fc80d6148855aaf1dfd 1.73 MB 3,193 52
790,467 790,467 000000000000000000035c88e01378a8c504547f1fe588e0fcce79131092c3ad 1.65 MB 3,904 83
790,466 790,466 00000000000000000004e051613a3be1e058ce51f13858dc3deea574c45748df 1.59 MB 2,798 89
790,465 790,465 0000000000000000000469344b4e732f455c4571e18e5fd05ddef7aacbb13b86 1.55 MB 3,645 95
790,464 790,464 000000000000000000043eed528703d3eeab14a8ad1dd0ab2af7bb803c45f3cc 1.70 MB 2,456 129
790,463 790,463 0000000000000000000530b291a45d541110806fdd05389bb9de87298bbe2747 1.54 MB 3,477 120
790,462 790,462 00000000000000000003c506be22056af5f0a4039fa40de5eeb1bf9a35a964bd 1.59 MB 2,495 84
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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