Memory Pool Memory Pool Refreshing

68,646 transactions
32.53 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,793 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,472 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,792 (446,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
403,669 403,669 0000000000000000041ded322d0da45902886d93414391e1d6a11e156058e25b 0.99 MB 1,084 22
403,668 403,668 0000000000000000065e308d47b6ce7f6e594b10d5a570da152acc592a216fcb 0.93 MB 1,527 28
403,667 403,667 0000000000000000044097b02685a6a62badea93bfe34613c7ac9a32ee0f6ac6 0.99 MB 2,628 91
403,666 403,666 0000000000000000010836884328325c8e9ced7ef9e4512aa9f928bcc8848d38 1.00 MB 733 15
403,665 403,665 00000000000000000333e17c91c22901e0f40dec894632129974dd7a0be31a50 0.19 MB 398 43
403,664 403,664 0000000000000000036082d5d46a0c54ce95f53f84ee261a1f08c8d859f28f4d 0.93 MB 798 22
403,663 403,663 000000000000000001f7f5585f6995ccb1d9c7f3cf281e019cecf6ea829c103a 1.00 MB 1,397 21
403,662 403,662 0000000000000000064f5b121658df5440f7c2e9788ca11c22e272bf85a1a26d 0.92 MB 1,823 32
403,661 403,661 0000000000000000046adc55e8c1dd0df08f487d8ea69af256c766b7cc56a316 1.00 MB 2,680 76
403,660 403,660 00000000000000000069ad7745b40e1462ddd1022616ecd6065324a44728c0ab 1.00 MB 1,850 38
403,659 403,659 0000000000000000041060fbd5644ce7dc95cc7813f838520e74f7df42b4f34e 1.00 MB 793 12
403,658 403,658 0000000000000000053936b5673df19d411824843b20e584a3aa54ea0d29eb0d 1.00 MB 1,496 25
403,657 403,657 000000000000000005d2a6fa28769d0846132f0e9356f765cf1f8cfc35d3acd9 0.00 MB 1 0
403,656 403,656 000000000000000004daeb77c855398080711e6649fd302e2c4a2e59d17afe39 0.93 MB 2,192 56
403,655 403,655 00000000000000000399822b471dc84f953a7aa87920f6413c429c1ed3c69a85 1.00 MB 2,656 68
403,654 403,654 00000000000000000309fa21f4de33de1643c1396080f57b1ac1e80590487ee2 1.00 MB 1,811 39
403,653 403,653 0000000000000000058179375b693a7f9636a3d04cdda6562fff839a74fb0a89 1.00 MB 1,982 41
403,652 403,652 000000000000000004916f2bbbd810d44c45f8e43e384ed1e99d6a6315d751a8 0.93 MB 1,967 49
403,651 403,651 0000000000000000016a3b401af484bfd01f42ea88bb1f5c15a7aca7099b7413 0.99 MB 1,374 22
403,650 403,650 0000000000000000057e25bb1b28062d4b36ea6aa3ab519e8140f00b0c1912ff 1.00 MB 2,004 56
403,649 403,649 000000000000000004d2fb202116cc6ceac0020d6bd8915de472ca9c5042774c 1.00 MB 2,647 47
Previous 10 blocks ↓
Total Size: 661.12 GB

Node Information

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