Memory Pool Memory Pool Refreshing

80,648 transactions
36.42 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,617 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,098 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,616 (158,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
690,797 690,797 000000000000000000075c2ac49389971b54e2c955dada952956a53d5bb6c422 0.22 MB 411 24
690,796 690,796 0000000000000000000a114a5ed06282fa8c55aa59c49417c14b923a4be160b1 1.25 MB 632 18
690,795 690,795 00000000000000000008f7e7301e73fb006a9babdb78e27f55962b224708300c 1.52 MB 714 20
690,794 690,794 0000000000000000000012943561afcd4a29066c7e16a966d5391a4216d4a349 0.11 MB 70 20
690,793 690,793 00000000000000000011f7f70ce19e6740963a2c723d80482babb9e70309e858 0.72 MB 832 24
690,792 690,792 0000000000000000000829441129427052be0100448c881590592ff16e46cc9d 0.59 MB 632 3
690,791 690,791 00000000000000000006ae12fbd9748c7debb741c048e81041da17b04f539011 1.45 MB 2,644 9
690,790 690,790 0000000000000000000cc78ec0b3b97f8b197fc0260700c0320b9b0f96c13311 1.73 MB 1,359 25
690,789 690,789 0000000000000000000eabd44ed906c81d554f29e5a7dd4fd15bef8fd0f3047a 1.71 MB 1,060 24
690,788 690,788 0000000000000000000f3d81e2aa9e9423128305544bbc3884341cb2e7d3503a 1.76 MB 525 19
690,787 690,787 00000000000000000006d8179933c3b25d8e117012a610840b52c3f4fc1733d3 1.79 MB 573 20
690,786 690,786 00000000000000000006bd6cb4525402407e59e1cf059dd8b9d0259f8b61db8f 1.84 MB 302 16
690,785 690,785 0000000000000000000952ee2b0d3515b812328182d24df73c5fcdf133405b7d 1.79 MB 573 19
690,784 690,784 000000000000000000014546cdda2d1eca41688f25156a2052781fdb2ad595ea 1.60 MB 1,560 26
690,783 690,783 00000000000000000011129ff15915152de99759433c6a973b53655362649979 1.00 MB 964 13
690,782 690,782 0000000000000000001229b6fd8cc46a0cea7fcbaff939b964c52cbcec26da15 0.26 MB 306 34
690,781 690,781 0000000000000000001394dced04a2db917e736ede1f2be221889f02da553fa0 0.05 MB 134 34
690,780 690,780 0000000000000000000645534d156bfcdbd5387c28f042960fa7eb6d5b33a768 0.99 MB 854 20
690,779 690,779 0000000000000000000c9e79d7112be205afb3115536487fe972f9d18f44f4eb 0.03 MB 91 37
690,778 690,778 000000000000000000133a13ad88c122cdca721f394d523d5a79818cdeab84ac 0.79 MB 1,332 29
690,777 690,777 000000000000000000129dedb788c3369aad1dab97653d7df2e730dea655731e 0.59 MB 899 34
Previous 10 blocks ↓
Total Size: 660.78 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: 559.20 GB sent, 3.12 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.