Memory Pool Memory Pool Refreshing

74,647 transactions
32.93 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,457 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,838 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,456 (216,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,489 632,489 000000000000000000086c09b78338ed8557df9566a01a0369c3019b61319455 1.35 MB 2,068 98
632,488 632,488 0000000000000000000346c349e7b6104b768cf6b6e15e1879a610c1c27b197c 1.43 MB 2,630 81
632,487 632,487 0000000000000000000e585d9ac01a8fc64b8ec1f39204c1419cf0d01dfaa5f9 1.45 MB 2,366 93
632,486 632,486 00000000000000000009b40536a7fbd5ad9e512fb5d677a3f3582d00d2c20ed2 1.36 MB 2,494 101
632,485 632,485 00000000000000000000648cd34abd0ce148674467de774325367bbf168fcbf7 1.41 MB 2,191 119
632,484 632,484 00000000000000000006d4337614f37f18a62ceb08fc87b55105f4299847b1bc 1.25 MB 2,598 18
632,483 632,483 0000000000000000000d442dab191df57ee0cf5558a1710c8d2584f6cd12d32e 1.28 MB 1,933 94
632,482 632,482 000000000000000000072607062b121b1092f0d7ff10da6fd6c1445df9cc23ec 0.71 MB 1,236 60
632,481 632,481 00000000000000000004c16e1954e3e388b30e0bd48f45b3119f490026c20ada 0.86 MB 1,380 45
632,480 632,480 000000000000000000064761245d03a2db6c12a427c0f0ce2d4fba2421e62ae5 0.64 MB 985 66
632,479 632,479 0000000000000000000e9e683dc684be1ece8d2dc743c66e271567a4bdf68c0b 1.26 MB 2,507 24
632,478 632,478 0000000000000000000b62fa170d723e438becf06ed20cc81630b3239a12dba7 1.26 MB 2,003 67
632,477 632,477 0000000000000000000a2d74a21fe94133027c130e8b5c7a2c6be4713758e450 1.03 MB 586 41
632,476 632,476 00000000000000000000ea3f2ea157fcdc25f763be5ad8e3759cc0a074b3c094 1.09 MB 1,223 63
632,475 632,475 0000000000000000000ea7c20261383ae08b843d68c6e9a1dab61433994a2b4e 1.04 MB 1,120 90
632,474 632,474 0000000000000000000f844919aa691dda321483d4709f2604548271560e7afd 0.90 MB 2,119 12
632,473 632,473 0000000000000000000a5816904a05e5284fd9a29e7917bf5e2752c886781631 1.40 MB 2,401 84
632,472 632,472 00000000000000000002d17fbc2a3b7d2d514911ab17d5d5955841983d548aaa 0.89 MB 1,706 37
632,471 632,471 0000000000000000000a677b4ff01654ddd1b9a0fda5c818cf6ace2d6f3f4f0b 0.42 MB 739 38
632,470 632,470 00000000000000000004ad49d45b7ca013ca2b2bef9955b9db5c62e6cb3b10e4 0.84 MB 1,378 45
632,469 632,469 0000000000000000000965ffd1f171b96c6fbae083a28ae44aecfd17165ec970 0.59 MB 960 22
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 90 incoming
  • Data Transfer: 376.94 GB sent, 1.66 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.