Memory Pool Memory Pool Refreshing

72,144 transactions
37.98 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,811 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,345 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,810 (526,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,190 323,190 00000000000000001e8c76ee4e82154246d4351d619b9fa2ec8af9e7a3287769 0.17 MB 310 22
323,189 323,189 0000000000000000189495060399cd8d881339a9bf886a1a5589af6bf447d968 0.17 MB 214 16
323,188 323,188 00000000000000000b33fdba64d24d0408d71f8f2c915f9fa3223b505fd1a99c 0.08 MB 110 19
323,187 323,187 00000000000000001779f103124b63a608dd443b7bbad7ba6f6234394c508d38 0.07 MB 98 9
323,186 323,186 000000000000000010eb83e50dab8cabeef0310c7dd9f0cf01a0333e96a5d846 0.24 MB 467 27
323,185 323,185 00000000000000001c11093e48522726d52455e720b894dd6c8c16b7514ddd7e 0.19 MB 311 29
323,184 323,184 000000000000000014ad4057731b397ffa0273db36653aeb41ac95952e2b92e0 0.34 MB 518 23
323,183 323,183 000000000000000017e11154c3f1f1806812981acd706af09af298c56df18fc4 0.04 MB 128 44
323,182 323,182 00000000000000001419c4b20fbb7b7df8607356c0b31bd1bc0cbd8925c1a5ca 0.25 MB 403 27
323,181 323,181 00000000000000001884a261b5520f74c5bb4d324c571f9ee1da2a070bcc5ae9 0.31 MB 428 22
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
Previous 10 blocks ↓
Total Size: 661.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 746.09 GB sent, 4.89 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.