Memory Pool Memory Pool Refreshing

78,052 transactions
37.67 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,126 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,137 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,125 (331,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,403 518,403 0000000000000000001304bb7c2a5c45b66c0b34a46d8636a7629b29b4cde425 0.31 MB 451 36
518,402 518,402 000000000000000000485623b271fcb213d7a2c83330f91292968e0b29a083ef 0.95 MB 2,267 34
518,401 518,401 00000000000000000017733b93cbe6b8f2852ea560f9b4c12a1ab1995487363b 0.06 MB 88 41
518,400 518,400 0000000000000000002f4e9c859623a731f323774cde1ce1679c827709070d78 0.75 MB 237 7
518,399 518,399 0000000000000000002bc40f9e648549ebe66c2b6a97ee6da4c2b8487466e5e7 0.06 MB 119 48
518,398 518,398 0000000000000000000ca151af5bba8edd0c7cb63df69a921634f31d70970d60 1.85 MB 511 12
518,397 518,397 0000000000000000002ed123bec4949b3c7d343440a061e4facc77259ec118cb 1.26 MB 2,142 25
518,396 518,396 0000000000000000000811a3842cd0762a562ea85bb2250297d3d77d27890664 0.00 MB 1 0
518,395 518,395 000000000000000000417e40a85468a00fe943fdfca05e865ec06dfa1d0c38e9 0.34 MB 430 14
518,394 518,394 00000000000000000038c7f5a1dfaa6427cdc2be436dddfdc9c247b9e4e538fe 1.15 MB 2,092 28
518,393 518,393 000000000000000000470e5b34f8d45201ff0660fb81d94d61a2562ba3d319cb 0.00 MB 1 0
518,392 518,392 0000000000000000001983279ff39b40154a17761936cda4fe0ec9b897f710f7 0.10 MB 141 13
518,391 518,391 000000000000000000477638181f4dce851cfeb33d98ee296ec082abe1cea867 0.47 MB 739 19
518,390 518,390 0000000000000000003a77d5927982946004cb0ffdabc356ebf3c1de8cfa82c3 0.80 MB 2,207 33
518,389 518,389 00000000000000000029fa0e75be83699a632ed531a882f7f04e26392c372bf5 1.01 MB 791 13
518,388 518,388 000000000000000000218af8161d2ee9acdb184f47a5d4281c25a875fd658d64 0.64 MB 433 15
518,387 518,387 0000000000000000003f33002ed0506e328f3ae53abf9a3d3ea8bfd061756c6a 1.25 MB 431 4
518,386 518,386 000000000000000000072646e83f8d9a9d1a422f6c89210df4dfdea1215bc922 1.23 MB 2,286 23
518,385 518,385 00000000000000000022ec6fca154e0b852b6abd86decb760646bc5a5378cdda 0.19 MB 430 32
518,384 518,384 00000000000000000022e0628b06c7679e02e399e3babdf3fe74884358ee5a9d 0.15 MB 359 43
518,383 518,383 000000000000000000138b686239518f1f08f5d334ed2e538f9363aae709622b 0.20 MB 412 27
Previous 10 blocks ↓
Total Size: 661.74 GB

Node Information

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