Memory Pool Memory Pool Refreshing

85,605 transactions
32.97 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
854,110 000000000000000000036e3a0000000000000000000000000000000000000000 1.00 vMB 381 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 854,109 (530,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,180 323,180 00000000000000000081466347655556d25466af40fb4d23ba9c16fe70940165 0.24 MB 413 26
323,179 323,179 000000000000000011431dbe979f455c6bffd2465b91292d77f74c08611248ec 0.32 MB 502 23
323,178 323,178 0000000000000000071895074d6e6fd20463545cb00518e1f5bae23b513f957c 0.17 MB 299 21
323,177 323,177 00000000000000001f06d9308f65c359cc76921cc8e6295dc64c7e1070d535d8 0.44 MB 546 22
323,176 323,176 00000000000000000e88d1e30ad25cbd9d9d2069150642b3ed0563723d05ac3c 0.58 MB 779 23
323,175 323,175 00000000000000000ac46e3403cfb7e17d38bf58a2b3c9ddf22468ef3a79bdb4 0.09 MB 124 12
323,174 323,174 0000000000000000010124ae203127fdefbb258b7583298cb61ab404fec98320 0.28 MB 523 25
323,173 323,173 00000000000000001a2604c18247820bfc9f2f0fcb564e2c18a3c53b0c2afc8e 0.00 MB 12 29
323,172 323,172 00000000000000000cf950ebd08b0f5bb63f6d6777b803e12356cd0bfa2587db 0.52 MB 555 20
323,171 323,171 0000000000000000163a196e620f76bdaafdb92f9fee5053df0e342bde7fd68c 0.19 MB 366 25
323,170 323,170 000000000000000012187e82d54631ed9ac4ee6670dcfac61c2113f5981b3b61 0.10 MB 195 17
323,169 323,169 00000000000000001fb179f143d18987eac20f27b0dd3f936be0240e66277588 0.50 MB 565 21
323,168 323,168 000000000000000003936fe78771f9e887c2262f852b96d82008a2cc7daef254 0.20 MB 340 26
323,167 323,167 00000000000000000af533bc829ad3e02f14f3088c1e3b4fd12dfa9b88375cd4 0.14 MB 219 19
323,166 323,166 000000000000000008b7a7ee7c14bf3eb3a7feb29da0aff876aa510053405f7e 0.42 MB 733 27
323,165 323,165 000000000000000013e25f56e849be38681d85429ffcf1ffff71478e394edb00 0.14 MB 264 22
323,164 323,164 00000000000000000dcae8e154d900ddda8527162facd4482d1d85afa3769078 0.20 MB 391 28
323,163 323,163 00000000000000001086a88ee8df8c1f73e8ef98392f82a5adf88b429c85d9ec 0.08 MB 107 16
323,162 323,162 00000000000000000e09d4c423d47a5201db787b22fb22351ada90947de583e7 0.09 MB 174 26
323,161 323,161 00000000000000001d01486518dfc99b8482df09b9a5a649e7499b73520ab831 0.11 MB 208 24
323,160 323,160 000000000000000019bc59d29697875efc9463c3e587f0456daf981bf687966f 0.16 MB 311 29
Previous 10 blocks ↓
Total Size: 669.18 GB

Node Information

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