Memory Pool Memory Pool Refreshing

80,931 transactions
34.82 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,611 (283,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,255 566,255 0000000000000000002997774c6c171b996d1a131f96e8c40c7aa587cc49d5a0 1.27 MB 3,098 33
566,254 566,254 000000000000000000207d3d8929e91c3f8377ad1bfd9cd4dd6369d4cd87c12d 0.76 MB 1,752 24
566,253 566,253 0000000000000000001734505e78018e487e27a5b69063b7a29f9e6e8695bba9 0.20 MB 425 19
566,252 566,252 000000000000000000054796e357d58b34035536fe366375edfe1e5d339e4d05 0.37 MB 823 24
566,251 566,251 0000000000000000000fdf64ca53f3eccfc16576fbf6f96115d88c57649c69ab 1.01 MB 971 20
566,250 566,250 000000000000000000111f26f0fcc5685491715b2fc33414b26910d2c1cbe3fb 0.30 MB 578 21
566,249 566,249 0000000000000000002a02a87f4f12c91e1df3c686c31be84f518557fd383045 0.10 MB 282 25
566,248 566,248 0000000000000000000581dce9c709f4dc921d129897b4ec55c13c7605c1e008 0.31 MB 875 29
566,247 566,247 0000000000000000002709f550e6b2d55a065bd2cc488f97110a2688bf80c4d7 0.59 MB 1,563 28
566,246 566,246 0000000000000000001e6395cacdb4dd17d987ba1e9fa771fc4ffaf3ffb50a4b 0.37 MB 840 25
566,245 566,245 0000000000000000002347109a9ebdefdcea221c452b57843750830f85306a27 0.41 MB 1,011 24
566,244 566,244 000000000000000000028723cb66b56a64845fe783d1b2320932dc091337ff6a 1.22 MB 2,518 27
566,243 566,243 00000000000000000023aa897701f61143f54af6a4a9170a804f33b84e27d0be 0.79 MB 1,229 9
566,242 566,242 0000000000000000000776708752295647560ed6f32253ca632540af994eaecf 1.20 MB 2,317 20
566,241 566,241 000000000000000000272fd6dfab4b8d8953f763cfc6321fecf9a020cb399923 1.20 MB 3,051 21
566,240 566,240 00000000000000000029d97c27eb00ebc5d12945105079e4805963f554a4415f 1.24 MB 1,993 26
566,239 566,239 0000000000000000002b6baec2c3afb0dabd49342a105e665d73c0c0fd707eab 1.33 MB 2,545 21
566,238 566,238 000000000000000000018a0b862e9c9df668076e0f1a4ee3bfda0dec4f4934dd 1.57 MB 2,366 28
566,237 566,237 00000000000000000017e3aeaee9c705ac4a617684c57fa5b5a375e9d296d5cc 1.16 MB 2,138 44
566,236 566,236 0000000000000000002be854399e696722588c56e168d053cea6e3bff82041f9 1.34 MB 2,997 38
566,235 566,235 0000000000000000000b4ed9edf8e70fa61deb4968036c22f46ee51069dd8c55 0.98 MB 2,182 27
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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