Memory Pool Memory Pool Refreshing

75,832 transactions
33.04 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,714 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (347,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,483 502,483 0000000000000000001c751e7dba5475f6a3152a495ad3422dcb13196888d006 1.06 MB 1,974 334
502,482 502,482 000000000000000000593d47f2e60efe0395134fb2fae63a2d91c11d5a54c50d 1.08 MB 2,841 442
502,481 502,481 00000000000000000081dfac2a0fb87b0041620e8e090f1ef635be6482867e9a 1.04 MB 3,276 524
502,480 502,480 0000000000000000003df63e4061ee21f4f87207cfc0b3d05e7f18a2268428fb 1.09 MB 1,687 319
502,479 502,479 00000000000000000087821e1464feeab8b82c9eedfb7340ef4fb60f66a24b90 1.13 MB 2,497 434
502,478 502,478 00000000000000000057d86f4d1a5439114c6680d1b8aaaf67e9e2af1c2dcbd6 1.05 MB 3,377 507
502,477 502,477 00000000000000000025807a6ab1697ae43ab458e60ac8dfa38b298ac992cf07 1.03 MB 3,403 512
502,476 502,476 0000000000000000002d2ed7ceeef95ecb35bf2b9498945cd0709070b70c7f21 1.04 MB 3,693 499
502,475 502,475 0000000000000000005c0282e306e32a8a70151a3f758ff2b2288f4ede84769a 1.02 MB 2,043 277
502,474 502,474 0000000000000000006cd65c5bfab9870b4d410b21dbfe7a36d1f0fdb354317e 1.07 MB 3,127 444
502,473 502,473 00000000000000000082f23150076e3801e02313dc1f10ae1bd13312626d529a 1.05 MB 2,741 426
502,472 502,472 0000000000000000007b815ea41bac30a4c34c70d7d565301045e2a5505a407f 1.04 MB 2,493 424
502,471 502,471 000000000000000000645263560e56f7560efb916ec32d4f4b619d0c0720607a 1.09 MB 3,000 429
502,470 502,470 0000000000000000000a48d4bab3e9c3a1c974008e52648acec2f9707f1cf85a 1.06 MB 3,286 535
502,469 502,469 0000000000000000005a39090438c29dc60de7bfd20efc8e572ecfc4935190ec 1.05 MB 3,507 505
502,468 502,468 0000000000000000000b9fe49329b12f1bed48deb483a3ea7ab0b233d687a26c 1.05 MB 3,473 509
502,467 502,467 0000000000000000005f7d5439db5c79c3ffab54f018335dc0fb7f155941dab8 1.06 MB 1,673 380
502,466 502,466 0000000000000000005c979a72d940c622f7f048cd8eac32f5a5ba012cedf0ea 1.10 MB 2,798 468
502,465 502,465 0000000000000000003b8cd958c4651fa07535e745190937bf46d11a51028bfd 1.00 MB 2,419 475
502,464 502,464 000000000000000000743f92b00faec0b7c90e3af3a22b47f646177b8cea9a8f 1.04 MB 2,453 393
502,463 502,463 0000000000000000004f2d379c4b304383993cba2fbf4e49f155ed8c687da1a7 1.07 MB 2,846 518
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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