Memory Pool Memory Pool Refreshing

58,404 transactions
31.66 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,680 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 583 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,679 (152,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,787 696,787 0000000000000000000c0680df9b4bebd97b4ac0888827fa48196b1cd22fb08a 0.11 MB 179 14
696,786 696,786 00000000000000000004ff5a004ebf6b807846ff5ba5440596887c11e36158eb 0.49 MB 794 12
696,785 696,785 0000000000000000000605597e9a599a56bb21cd18fa3e10f70c03f96553ad38 0.46 MB 506 18
696,784 696,784 00000000000000000003397f07f47d05ceabd900fc91a764fe60d1c6f86d30de 0.49 MB 536 11
696,783 696,783 0000000000000000000381e37963142b0bde1c91729df98d2e97405b6f0f76a1 0.19 MB 314 13
696,782 696,782 0000000000000000000ff176e62b714af45b32d27c84f064142cb17c404c9354 0.13 MB 142 12
696,781 696,781 000000000000000000001b3e43c031a40b79921d44f3c50fb5c7eb0878b68247 0.45 MB 590 10
696,780 696,780 000000000000000000035fa0b6fc9bc99e0cbd6546d8c3d1df2615480120bf92 0.55 MB 245 13
696,779 696,779 0000000000000000000bc902c79c084246bedaf2cff4205b16fc2c9ebcaef61c 1.01 MB 159 1
696,778 696,778 0000000000000000000444fea8b8b88cdf3108589b66a70a58ff7cb4bcad67a6 0.76 MB 1,125 6
696,777 696,777 000000000000000000108836c6835259445e9a90e784d9f45d057cfcaa369d62 1.29 MB 1,569 10
696,776 696,776 00000000000000000000ea2ad2983e23b829ea591fbd6afc3f0ca492159e1b51 1.29 MB 1,186 10
696,775 696,775 0000000000000000000331083ebb22fd28a9b07e888e68ffcc6132157a01a329 0.35 MB 221 5
696,774 696,774 00000000000000000003040b4b871d446d931070692303168645bd0e2de83620 0.54 MB 384 1
696,773 696,773 0000000000000000000bfa785710b0cdd75984c3a353f78d79507e47077cd8ed 1.32 MB 1,420 4
696,772 696,772 00000000000000000005d03564c5019133c38d2e4d8838e1459ffcd36ede59b4 1.41 MB 1,617 5
696,771 696,771 0000000000000000000bd47fe4ce32ab91bcd617c5b2c7ed4ed3d5e758cd0f3a 1.35 MB 2,431 25
696,770 696,770 0000000000000000000c1954c09844ac6135ec352c624a27d4f615db75cd42ad 1.50 MB 2,232 10
696,769 696,769 00000000000000000000f145233d2fe00eb5a6b528fa829d2ab040af9d0c8f87 1.23 MB 855 4
696,768 696,768 0000000000000000000c625aa1a8be0b6d7c4c715b3fffa2984e3f62afbdfeac 1.22 MB 1,251 8
696,767 696,767 00000000000000000011eef1cf57a394f6231382e09edb76da030494f89616f7 1.12 MB 641 2
Previous 10 blocks ↓
Total Size: 660.90 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: 626.96 GB sent, 3.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.