Memory Pool Memory Pool Refreshing

82,895 transactions
34.50 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,445 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (566,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,375 283,375 0000000000000001ad22e575f497551300d5baf5f94215b5301945fac08765fc 0.05 MB 170 221
283,374 283,374 0000000000000000e00c7cb28e3f28d6572c5880ed64bbfa225e6c97291415a5 0.08 MB 93 14
283,373 283,373 00000000000000001559d7595b509ebe30c3d099decb2454be26c5597db00c7d 0.02 MB 44 70
283,372 283,372 00000000000000011696a1d0bf2cce4901a46066ba52361b9b0520d69a9f8e65 0.02 MB 53 53
283,371 283,371 0000000000000000182b13f68f3ed018198ae688dd3d07dfb0503b51a78a9808 0.02 MB 33 34
283,370 283,370 0000000000000001954156554c63f9fa27697c4a132ed1a23b6cbdd3d9d4f074 0.18 MB 202 27
283,369 283,369 00000000000000019a835f3af31227d254d18c5c87258ed3261d192c6d5b151d 0.02 MB 42 23
283,368 283,368 000000000000000001918bfd6cacc2cd56bf1697b1be06be40c8b65a64145b01 0.32 MB 601 37
283,367 283,367 0000000000000001169e48dcb7fe67b8515a8f8e3c2d94322503d176574a64ba 0.05 MB 106 44
283,366 283,366 00000000000000001f80e5a33e2548421469700fc9176f6f1d5aa098214eee55 0.06 MB 125 45
283,365 283,365 0000000000000000e93e28fa081a04dee85c4db353ffcdbab60ae2cb1da47666 0.17 MB 228 31
283,364 283,364 0000000000000000e65993a0dc4e2796389fca427f3008873318bd0a4d47242e 0.10 MB 151 31
283,363 283,363 000000000000000111a3e629eee3a989a05dba0bdb0300bbc379857e947978d8 0.01 MB 24 56
283,362 283,362 000000000000000183a1bd45c4f85a7d4bbb94efdd79fbc5d6cedc42ed72f3bc 0.32 MB 596 33
283,361 283,361 0000000000000001ac78ed5479e7fae0f5156e648a1df655809435a4b2c9f0c6 0.04 MB 117 49
283,360 283,360 0000000000000001c60595503b35489246240134a5becdbe5b6e63cbae547832 0.12 MB 324 79
283,359 283,359 0000000000000000a66291688028b4ba6ee464300d55c585e391c7df0ae04259 0.25 MB 423 23
283,358 283,358 00000000000000011c2b5c7345a2f8d9b5549d9d6526c839076aacf6f2e1006a 0.05 MB 120 119
283,357 283,357 000000000000000165dc1bfb13b98a9f905f421c7881abdb5e49eb87957a38c8 0.37 MB 579 46
283,356 283,356 0000000000000001e530db3244213a427c70b803a9a1b0244478499b09720855 0.05 MB 83 54
283,355 283,355 0000000000000001d92116225645ebbc314274d1f66aad804e2ad47eb7d92493 0.13 MB 252 76
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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