Memory Pool Memory Pool Refreshing

69,086 transactions
31.60 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,449 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,171 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,448 (147,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,072 702,072 000000000000000000085e7f2937462eca3434af6b92b2a84a92239b410676cb 1.13 MB 1,419 6
702,071 702,071 0000000000000000000db396022ecda38eef32459988fa072a66d115de10c20e 0.04 MB 103 13
702,070 702,070 000000000000000000067e6c00c0f762bc638466c4879c43e7d130dbd9336720 1.45 MB 2,832 9
702,069 702,069 00000000000000000005aa7af122e91a4f7d01c51a5b60341b86f3a294b86b48 0.08 MB 173 11
702,068 702,068 00000000000000000001d572a35a16dcb0e6bfcca240cfcfe7d6af63c23b7677 0.08 MB 177 11
702,067 702,067 00000000000000000006e0128ee7c353e26b1f674daffb7d43dac55ea6ada348 1.47 MB 2,327 13
702,066 702,066 0000000000000000000e58a8972a3526f6fd5aca2fd2c743bd4c530bdaa005a2 0.17 MB 453 12
702,065 702,065 0000000000000000000a494103c66eed3ea30dd179c57c653fdbea42de980a3b 1.23 MB 2,658 8
702,064 702,064 0000000000000000000445edbb43985451b85cd2c750b537a88238518f46ed40 1.47 MB 2,728 5
702,063 702,063 0000000000000000000c9cb359335d242a705587c468ad95603b156ae0c226dc 1.39 MB 2,660 18
702,062 702,062 00000000000000000006510be630f4715fd2881d2cc48b319c093c1688e3664e 1.23 MB 1,281 12
702,061 702,061 00000000000000000001c5032ee8df4eca64a67acbcfaedb5eb5f595979ada7e 0.47 MB 632 8
702,060 702,060 0000000000000000000d161075f47398c4389e38d1084514100974e6fb7187a3 0.89 MB 1,570 11
702,059 702,059 00000000000000000005123c65fff3ac3d58a55c6a4413e92bf775be492481b6 0.01 MB 26 13
702,058 702,058 000000000000000000028451be72a0c96945e73cd11a52528521d531d0c647cf 0.22 MB 471 9
702,057 702,057 0000000000000000000821db9f936c3d23284d4d34d8f6772d472849437cc1f2 0.10 MB 263 10
702,056 702,056 00000000000000000007200894ab390d11612a9f5953a437326cb38017e2f1b0 1.12 MB 1,521 23
702,055 702,055 00000000000000000004ed3b216956f5051ea62d41aab8c068aca91f8a6cd1eb 0.51 MB 1,210 2
702,054 702,054 0000000000000000000db8e6a9642d320404fb1483cf33c5dffd4eef9da8a35c 1.46 MB 2,574 20
702,053 702,053 0000000000000000000b79f3b97d33eff497ebda11c8db5319da1e29cf2d5d33 0.79 MB 1,498 8
702,052 702,052 00000000000000000000c68e5e16f875cfced887fda1738a4806ddcf48aae9a7 0.57 MB 919 9
Previous 10 blocks ↓
Total Size: 660.46 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 92 incoming
  • Data Transfer: 367.83 GB sent, 1.59 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.