Memory Pool Memory Pool Refreshing

81,056 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,125 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (170,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
679,137 679,137 000000000000000000021ea6523d9865eec782f53f82d64aa743db63188f81e4 1.40 MB 2,664 94
679,136 679,136 000000000000000000027b5fc99019cd5bc7c401dbcd5a1e6a2409ae963078ec 1.30 MB 3,275 126
679,135 679,135 000000000000000000064d0c900a658993d3235aa181783df1c2fc0fe8289aed 1.25 MB 1,101 95
679,134 679,134 000000000000000000086930d3fc2943e5c211be63a9326e5a10f05788b4423b 1.18 MB 1,611 98
679,133 679,133 0000000000000000000a6b04666acac414c617160013daa3859d544fb955a95e 1.38 MB 2,220 74
679,132 679,132 00000000000000000002ffcd8f505bbaf6ef119dcbe63635a2970d8d5cfe21a4 1.25 MB 2,640 69
679,131 679,131 00000000000000000001a2c78d4f16a1e1e7aa40f09c1af7b476a69378107eba 1.22 MB 1,829 80
679,130 679,130 0000000000000000000500b678003fb09759e9189f8ce8f72db175dffcd87d97 1.27 MB 2,010 78
679,129 679,129 00000000000000000001328850b0482312325f7f4abd5457e45d37cad664675d 1.31 MB 2,654 80
679,128 679,128 00000000000000000000dcfe84db5a89c3b9247f21467f2ff8c0a723c9d9b054 1.30 MB 1,492 88
679,127 679,127 0000000000000000000b010e13db40550ba0bb833bbfe86d112354e1920bc41e 1.32 MB 2,644 80
679,126 679,126 00000000000000000008c2b14040bfc53ba85193fb22bb2e7eea9df1128a2015 1.16 MB 1,196 84
679,125 679,125 00000000000000000004cde83d063d9f61fe87fb5af595923fadb9fd362980c4 1.15 MB 909 88
679,124 679,124 000000000000000000044286b01b171033517c0c4af88e48a99129616a6eeeab 1.43 MB 2,321 88
679,123 679,123 00000000000000000000b15bf1c356185deaf6384a04aa97114e33d50dccd151 1.46 MB 1,543 94
679,122 679,122 0000000000000000000aed3d96668f37dfa8f991ec631e2ba0f38cdb05bf5f62 1.32 MB 1,597 93
679,121 679,121 0000000000000000000b9b304a0a907928959d0c7b8efe904aa4e929a43452db 1.40 MB 2,452 109
679,120 679,120 0000000000000000000b50d78021bc9d83c8772eaba6e03056760cd97b6c493f 1.40 MB 2,901 111
679,119 679,119 00000000000000000003e313987e5e1e5800227449c051d9532836403c7d0bbf 1.07 MB 389 86
679,118 679,118 0000000000000000000a727205e0c841756eed8c9d9fc3521bddd59f74f54252 1.37 MB 2,148 94
679,117 679,117 000000000000000000001abbab2c521f9043281ac078ab0cb9e3e610d3506f90 1.39 MB 2,782 101
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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