Memory Pool Memory Pool Refreshing

75,967 transactions
33.08 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,689 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (282,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,852 566,852 0000000000000000000dec97985594b9a7f1336ed791ee095b1a1e37fb343f57 1.15 MB 1,802 20
566,851 566,851 000000000000000000087b3e925fc89876f4834ab457a58a6107c56d7916e494 1.31 MB 2,650 38
566,850 566,850 0000000000000000002a14097216d1e4cb9d81db5fcde5f17bcce31b287e2d1a 1.21 MB 2,342 19
566,849 566,849 000000000000000000009235c81769a4bc78d90ab1cc893f2c007d4b9a821c49 1.31 MB 2,471 27
566,848 566,848 000000000000000000101504022a893223052beed247af629811071f9404ba59 1.33 MB 2,499 48
566,847 566,847 0000000000000000001038fa224073339b2a34682cc9063cf1b7d791e4808e96 0.20 MB 230 24
566,846 566,846 00000000000000000004b020b3ac350819c4c0e5e272dc2f8d764e9e4b3cba8c 0.06 MB 97 27
566,845 566,845 00000000000000000001e16d88f5b74997d7bdacabe9cc9e696a6cc60fced88c 0.38 MB 739 33
566,844 566,844 0000000000000000000bb17184c530c884ff5d1e9b229d7a6e723e1b05c859a9 0.66 MB 1,443 23
566,843 566,843 0000000000000000000219533e8788fad8aba3adac2d9ee62b2e45b3da1635c8 1.14 MB 2,205 17
566,842 566,842 00000000000000000008505c7a08647ee2ab531e0987e849c2e7c4b227805faa 1.27 MB 2,949 46
566,841 566,841 0000000000000000002cd388f69020fc7bda076a06f2f926a4f71e81f0593a05 0.93 MB 1,920 29
566,840 566,840 00000000000000000021b93e059a20f3f9addee2fb3269ffd3d94894d76a7068 0.70 MB 1,634 30
566,839 566,839 0000000000000000000c6bb0b697eda3376694afa89deaadfc00033aa0294d17 0.63 MB 1,217 22
566,838 566,838 00000000000000000016ecedf8cb9b385fd042eedac69832dc773a1369ea23c7 1.28 MB 1,878 20
566,837 566,837 000000000000000000174df1f01854208a2abcca41bc41ccab686eb2aa58022b 0.33 MB 587 24
566,836 566,836 00000000000000000003333cfa690e375b79cd8e48251f015246e4e7ae681eba 0.79 MB 1,579 25
566,835 566,835 0000000000000000002cc78a27b9a3c969bd12850bf321d932ebc16ee8298e29 1.03 MB 1,933 21
566,834 566,834 0000000000000000001b69ceb102cd3c2ff85ae52a6b722cc11d2004f6c20dc2 0.01 MB 15 39
566,833 566,833 0000000000000000001941ac83c123f9c673c779faab66777d00a9c225de54c1 0.17 MB 426 30
566,832 566,832 0000000000000000001c204e49a3129c0851633b51e1fd64f4431e973d8562e8 1.06 MB 2,599 28
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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