Memory Pool Memory Pool Refreshing

75,649 transactions
32.42 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,561 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,935 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (172,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
677,340 677,340 0000000000000000000b912b958f65ce7471ed3b0df28fa7cec113343e6405cf 1.33 MB 2,852 92
677,339 677,339 000000000000000000077fe3ff3966494d1baf23ef0cdc0b3f28aee68caf379e 1.25 MB 2,813 55
677,338 677,338 0000000000000000000685bc857e6e8278a4eb06e8029c1f30a3362e02dcf4bd 1.40 MB 2,760 80
677,337 677,337 00000000000000000003d4186671c0543a86ce10d8f26d9cce125d7e1805fa7f 1.28 MB 3,097 74
677,336 677,336 000000000000000000066d053b10c94a2bb5e022028274f5e55aab35562b2f06 1.31 MB 3,122 96
677,335 677,335 00000000000000000009378a48ebcc214ff0f91799df1f5658d5caa801544d89 1.35 MB 2,545 82
677,334 677,334 000000000000000000012cff66846340b48c7ad1b9334b64f087ef66ae1388b0 1.34 MB 2,724 93
677,333 677,333 000000000000000000037cc36603fedb4989d0acf7187f3dc1e96a3a28afa667 1.23 MB 3,047 73
677,332 677,332 00000000000000000008dff00721ae0c24534fde8a003937011cc27f2893d6f6 1.42 MB 2,561 89
677,331 677,331 0000000000000000000a1591b9dc0672a5ba3c94c870486998b37d794f61e847 1.22 MB 3,311 109
677,330 677,330 00000000000000000004a93e6b23fada71417aad009f1cf5aaa08d1e8d15ff5a 1.13 MB 1,582 73
677,329 677,329 00000000000000000000d81ef2013f9ebb658f4ca2cb5a9e618842fcb327b046 1.25 MB 1,767 80
677,328 677,328 00000000000000000006cfaac24cb441aa59ea0ec88016f696405690f11a8186 1.40 MB 2,677 90
677,327 677,327 0000000000000000000a361bc03dfe02c946c5c1adb5fe495a0d6f71a3ebe3f4 1.50 MB 1,780 46
677,326 677,326 0000000000000000000c13c47bc4f04a9404bd8f23db4044d7aa3becdf6c67ab 1.28 MB 2,392 67
677,325 677,325 0000000000000000000b1eb44dd74731c2b4e3ce320ac892bdaaf11052c2af91 1.21 MB 2,806 52
677,324 677,324 0000000000000000000ab1ca3cb00a888a60ddfb5ad1d2c8cd4e3634374fd1bd 1.27 MB 2,832 73
677,323 677,323 000000000000000000057325f49679a7db989471bab1969ed5fe8a5fe0a70b87 1.31 MB 2,283 67
677,322 677,322 0000000000000000000c1f64b718da1f92ce4dfbefb3ddcc8913895f31d38c4c 1.05 MB 502 71
677,321 677,321 00000000000000000000a0a8cb91798342b5f075fdcb28560487e65eb26a64d6 1.39 MB 2,662 76
677,320 677,320 00000000000000000006543c4f81dc743adcca9b73f37f731ba18bfe1520353b 1.61 MB 2,285 74
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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