Memory Pool Memory Pool Refreshing

81,409 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,420 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,470 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,419 (321,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,427 527,427 0000000000000000002f4c5b6ab05a1d584d7d3af214c4f96561ee2447335542 0.43 MB 817 41
527,426 527,426 000000000000000000261596d20cdaaf9d684a81ba242fb4bfdeaf50942e8cd6 0.28 MB 597 24
527,425 527,425 00000000000000000020b1daec13279a28aee01db0d6bfe135bc3035deff46ad 1.14 MB 2,462 31
527,424 527,424 0000000000000000001f07b09de6d4dfdefff4323872ef7c16d3816e4d5437ab 0.87 MB 1,314 16
527,423 527,423 00000000000000000037dfc0eeda19c4e68c4c3638d396bbd3e1725e4ee1b20a 1.12 MB 2,037 14
527,422 527,422 0000000000000000000c9d1cf2ffeeafeb6260146ebedab4eae638b499e53179 0.58 MB 1,044 34
527,421 527,421 0000000000000000000d25a17f3922a7434c2a6cbf363de753ac4a5d6fc85682 1.17 MB 2,777 44
527,420 527,420 0000000000000000003427bdd835d87bbae57f5187de945baa15afe20d027d70 1.14 MB 2,260 28
527,419 527,419 000000000000000000274760c62aa14c8678fce9768574c9766d5903dc860dc0 1.13 MB 2,128 19
527,418 527,418 000000000000000000111b0b0929bc7d94b975d678bd7db0d936eba234726b38 1.17 MB 2,451 38
527,417 527,417 000000000000000000105618e6de0c760dfe72dac10ee4496dd0c377c24e61d9 0.52 MB 1,086 27
527,416 527,416 0000000000000000000fb1fdcedcc476f72dc18089691e4f2a33a885882f748e 0.63 MB 1,411 12
527,415 527,415 000000000000000000282f8d8ef59dfe6c5c3e3b2b5bed6ac7fd750480c8aa2a 0.92 MB 1,966 36
527,414 527,414 00000000000000000037ffc9b036061dba286fb2d87801ab02e7275588811492 0.28 MB 558 24
527,413 527,413 0000000000000000003123583ffafd3efe8d58955815b87c6e58e5cec17817a7 0.02 MB 42 42
527,412 527,412 0000000000000000000705bdcc00cc458eb510a758799aef4e41f14cbf114e5f 0.56 MB 1,069 27
527,411 527,411 00000000000000000029b6b5654037a956a577bcf5a1447d0814046189d76b05 0.42 MB 830 41
527,410 527,410 000000000000000000113c6b11dc76a2c0fc6d1e08938cf6f664e87504031697 0.36 MB 745 25
527,409 527,409 000000000000000000340508441c12d8c89cd8170e9537ad56041a6df588985c 0.31 MB 568 28
527,408 527,408 0000000000000000001a238b010777cf5d0a4c66565a4eaa43c311b4c7b06e97 0.32 MB 722 29
527,407 527,407 0000000000000000001232a7fa45583a4a2e677aca5218592c3e6f6b03dfd1ed 0.89 MB 1,259 26
Previous 10 blocks ↓
Total Size: 660.41 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: 327.90 GB sent, 1.36 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.