Memory Pool Memory Pool Refreshing

64,593 transactions
28.51 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,406 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (242,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,492 607,492 00000000000000000004519651543afaec6f657fc6d821451db46eabd528d66e 1.27 MB 3,033 3
607,491 607,491 0000000000000000000593794736048ae936fd15be6e86ebe2b357cbf29b2447 1.34 MB 2,718 28
607,490 607,490 0000000000000000001578f05f2a883cdc4a730512d425ab3111e5b431ee3f2b 1.25 MB 2,963 22
607,489 607,489 0000000000000000001221e20229cbca1fcab793f9018c60765e3cfe174c2eb1 1.29 MB 2,704 10
607,488 607,488 0000000000000000000b7789a821706f32aedbbd7421b4310f6bbed238962bec 1.27 MB 1,896 32
607,487 607,487 000000000000000000096475e5684ed8538aac183bf269fade1064667782033c 0.57 MB 1,391 19
607,486 607,486 0000000000000000000db33e235838fea73683110b111b35b9f2a6bd8cde52ee 1.19 MB 2,389 9
607,485 607,485 0000000000000000000f3efb4c5adcdc51535d305cbe517b3bd856bc958c986d 1.37 MB 2,382 38
607,484 607,484 000000000000000000026876f0b5c22636fa27671feacdd5fab09253878023de 0.35 MB 821 21
607,483 607,483 00000000000000000009f9052c0784daa791a4a5c7854ac97c1e40016e6fcd9a 0.91 MB 1,941 12
607,482 607,482 00000000000000000009add31d7d84236e360da205f0753037dc8280714cd75b 1.27 MB 2,369 21
607,481 607,481 0000000000000000000ab200ea0dcc80e0fed1b93ad1346e1a2b88f95a39d6df 0.27 MB 645 18
607,480 607,480 00000000000000000009c4a9bcd1052cff6f70559a4abbd7fa4e5e89b2e31c13 0.65 MB 1,606 15
607,479 607,479 0000000000000000001588b9d161c6ad3f2342bb47243ddfa66415bdbf1edbcc 0.43 MB 1,285 7
607,478 607,478 000000000000000000063fc6370ca2f818b920d9119b06bc4cb3036928545432 1.23 MB 2,721 22
607,477 607,477 0000000000000000001332a5adb30df2ceb20bc37297317c1be869fe74c9b868 0.07 MB 191 14
607,476 607,476 0000000000000000001369d258ef021320c1e361b9dceb58232590527bdd3580 0.51 MB 1,156 18
607,475 607,475 0000000000000000000cd9717be5e2d4a1190912f74e68c9672ea9d237bbd4c2 0.08 MB 174 12
607,474 607,474 00000000000000000011bbccbd3344bfb360d37d28aa7d3f02780c02ca84f70d 0.30 MB 780 20
607,473 607,473 00000000000000000001646bfa1dc72b2c0f69fa66e527b03344d7ad6ba45467 0.68 MB 1,522 19
607,472 607,472 0000000000000000000b4870af90a02d86105c268c09ca9fc489629a03b338b9 0.05 MB 140 16
Previous 10 blocks ↓
Total Size: 661.02 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: 691.86 GB sent, 4.15 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.