Memory Pool Memory Pool Refreshing

74,901 transactions
31.05 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,556 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,245 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,555 (95,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,483 754,483 00000000000000000006279ff74adca3faf6d81c0c31b8a016f9e112e4bcae57 1.50 MB 4,087 32
754,482 754,482 000000000000000000050a3e707f94b6a9af4bee4d12e8444205b2e30302412a 1.57 MB 2,824 13
754,481 754,481 00000000000000000003014c9c5a1131be850119b507237f11acd6b7ccc737f4 1.31 MB 2,285 18
754,480 754,480 00000000000000000007f594e192e9018a9f3dc2510a7f2cebaf957dd5f889bb 1.29 MB 1,698 23
754,479 754,479 000000000000000000014d00e5f765f29d34a871362cb3237d8dcb3f9675ee57 1.55 MB 2,972 18
754,478 754,478 00000000000000000003bcc7a05e76cb779c218b5487b92493dacf0d77039096 0.02 MB 66 19
754,477 754,477 0000000000000000000414ed701e0e8ead4cc31869efabcd1d7524bc75134e14 0.34 MB 333 12
754,476 754,476 00000000000000000005666afd1be2a4e47e36c7e7787010fd314ea0fddd7fa0 0.42 MB 757 7
754,475 754,475 0000000000000000000634d5985bc579ae68e0a74915a00b2e3e2787257889f2 1.55 MB 2,880 20
754,474 754,474 000000000000000000060b134dc2042bdcb355fb4841163916256f28e6b4279a 0.52 MB 456 4
754,473 754,473 00000000000000000005b7eec9856a4f771ac2cdc2534e6a94d211f902015f5e 1.54 MB 3,197 19
754,472 754,472 00000000000000000004ea8cd026612705f43aa5d771c0174ba8e44c3ed5d917 0.75 MB 1,222 17
754,471 754,471 000000000000000000067d667d5fd542f6295802180355de465a0dda76215489 0.12 MB 244 13
754,470 754,470 000000000000000000030d658233d10a5bcd06122d177c80e44e598026b5eb80 0.64 MB 1,104 14
754,469 754,469 000000000000000000044edafcec27297cc591009cbfbac6798f9244b602df69 0.46 MB 991 16
754,468 754,468 0000000000000000000626b1bb65fd213b89e28c14e0606a03314d5188a92a6f 0.01 MB 23 23
754,467 754,467 0000000000000000000420b99052453c37f50f69da283e2ceabc3c2c9e82f1f2 0.01 MB 26 10
754,466 754,466 000000000000000000006cf636914e507d6f7a886bba226d388c8fb1dcfb0481 0.44 MB 811 14
754,465 754,465 000000000000000000014a587f36b1e14968a4c8cea14dc7d9ceb5cfdb00e159 0.81 MB 1,160 16
754,464 754,464 00000000000000000000b456f2755b347ee01e7c591b824b69defe7bdfa847cb 1.29 MB 1,311 19
754,463 754,463 000000000000000000080775439eb14f56ad16b7875be77d17d904e3bf0df792 0.16 MB 78 15
Previous 10 blocks ↓
Total Size: 660.66 GB

Node Information

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