Memory Pool Memory Pool Refreshing

67,203 transactions
37.10 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,326 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,038 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,325 (216,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,500 632,500 000000000000000000015facf8434b79dab4043ea61253e18dcb5c5b0beaaf00 1.96 MB 1,087 21
632,499 632,499 00000000000000000006d27e4c6cf9070d11fefc74ef684c9ecf142c27466c33 1.95 MB 970 19
632,498 632,498 00000000000000000000df563cd1a0b4f729af01b5198a4846dc1a1f9b6e065c 1.40 MB 1,363 8
632,497 632,497 00000000000000000010f45dd1f7904411be6b799dbffe65aa6e2a3e2d477f4d 1.26 MB 2,305 46
632,496 632,496 0000000000000000000991b7da54c7d656fee56accf8b3698d2ca128df536d38 1.27 MB 2,319 46
632,495 632,495 000000000000000000027dfb573bf5f87d592eaa2d1e00a0197f0c8b1eca75a6 1.46 MB 2,192 96
632,494 632,494 0000000000000000000c252f4a04350d23fb1da65d60489895ac0dd28cc62fa2 1.09 MB 2,320 10
632,493 632,493 0000000000000000001005c120e26abc368860512b940317511dab44e778f27c 1.18 MB 2,804 35
632,492 632,492 0000000000000000000e4e90e506391010c749f50ea1b6200716709129707777 1.18 MB 2,936 26
632,491 632,491 0000000000000000000d34c109b2fdc308c940ae4eb94be59b8a6f573edb3a9b 1.32 MB 2,627 39
632,490 632,490 000000000000000000051b8b1ba11d13859c96c923e7707992552e3e21f4256a 1.37 MB 2,242 66
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
Previous 10 blocks ↓
Total Size: 660.23 GB

Node Information

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