Memory Pool Memory Pool Refreshing

70,484 transactions
33.38 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,751 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (242,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,373 607,373 0000000000000000000659907335ef4319371c6ebd410c0d0f5571f99c3341ce 1.20 MB 2,686 7
607,372 607,372 000000000000000000096742a19e59b0068da26f3435a3c36d0177fb9e178259 1.39 MB 2,988 15
607,371 607,371 00000000000000000015bc2d13af6a3b6e337d7a08191dc8a1cb368ff871c037 1.31 MB 2,351 21
607,370 607,370 00000000000000000000a78efd16790a84abc3b4127281134c68778e572029fb 1.27 MB 2,691 13
607,369 607,369 000000000000000000105abaa9cb2b3aa66d9cd82e14f8dd60d576efbb33146d 1.22 MB 2,629 12
607,368 607,368 0000000000000000001174ae81e173089ea9f483702007b5220f2fc9f29eb597 1.35 MB 2,770 20
607,367 607,367 00000000000000000000d996390f751dab0c6fae309f399f2cb18f235b6ea7b4 1.46 MB 2,050 9
607,366 607,366 0000000000000000000a9d8ca0ca0275a8b42fdb0eb328158c811e6f66fd2c0b 1.23 MB 2,468 15
607,365 607,365 00000000000000000011c0a46e4e4b4e333a7c29b0299ce68c20f9bc6cacff2d 1.87 MB 494 4
607,364 607,364 0000000000000000000c1207ca10a564f1314c0131cb796c6687431d8279710b 1.49 MB 1,833 8
607,363 607,363 000000000000000000032ae42c12da353878439b8fc23c36be38f795daccca33 1.15 MB 2,338 10
607,362 607,362 000000000000000000086afdaac91c2362fca488ccdf2cd67ebbfa4a65d711db 1.30 MB 2,458 14
607,361 607,361 000000000000000000051b47fea7de14f6958e476de535b584d93ae6a19a5fe3 1.27 MB 2,171 11
607,360 607,360 00000000000000000001d9f907df2c9c2ccbcde9f45fce6d2e04f227b420140f 1.11 MB 1,200 7
607,359 607,359 000000000000000000097b29f4fa386bfb093622f5f968f188fe2db81c387ec5 1.25 MB 2,455 21
607,358 607,358 00000000000000000010fe59dad74af7bebb4756692a273eba7fc82b617b1c8c 1.32 MB 2,966 24
607,357 607,357 0000000000000000000e0ec97fa9af3132b1fd940a0ec7ff4c1b12168e80c68b 0.48 MB 1,151 14
607,356 607,356 000000000000000000023120f40d1c4bc74e0f7f2f16159b72d32a08b21adee0 1.82 MB 746 2
607,355 607,355 000000000000000000126d37da3e9846d1656d5470f4daaad9c34ab102b3c076 1.37 MB 1,866 14
607,354 607,354 0000000000000000000ae3509f50c92d1793a555fd16feb6910de694384d47ed 1.28 MB 2,521 20
607,353 607,353 0000000000000000000ca0f6492b909402434427481c9c72a0ce04e36ac2c7bd 0.07 MB 153 17
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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