Memory Pool Memory Pool Refreshing

53,557 transactions
33.07 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,989 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,348 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,988 (242,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,296 607,296 00000000000000000012ce0893fcd08ee094b847e5cd3467594404aa489cf487 0.28 MB 752 20
607,295 607,295 00000000000000000008a3bd53d55b498d647cc06884830f361f103622eb5838 0.51 MB 1,560 12
607,294 607,294 000000000000000000112286725364a4cc7596a145431dd9d72975a449d89209 0.58 MB 1,530 16
607,293 607,293 00000000000000000002470136ad140d22ebdcaf282a6eae4c995490f0f6a120 0.88 MB 1,704 6
607,292 607,292 00000000000000000000d58938f94b3f8112371e6629c3ee39d7302ac351cf28 1.41 MB 2,800 14
607,291 607,291 00000000000000000007250e919b488d65670a6720dd1ccfda67489f45e1715a 0.11 MB 323 12
607,290 607,290 00000000000000000015070404612282b8ff1e0f257597a9a4abc5edbc0da7aa 0.77 MB 1,409 7
607,289 607,289 000000000000000000013b350d91d8670b44f529555ed358fc59d0b55aab4054 0.55 MB 1,226 14
607,288 607,288 0000000000000000000b0fca07961a63c8c8b636b1b60dcc99233306189f9088 0.37 MB 1,044 10
607,287 607,287 00000000000000000014f1c7864baf605948ee0df63e0a8ff897945afe938030 1.24 MB 3,315 4
607,286 607,286 00000000000000000012a69f9a6a1715074aa00aca1e7b3bb097e4f4bec62310 1.49 MB 2,789 17
607,285 607,285 0000000000000000000d36ceb70a1998738333c8d778649f2e1bbf53cd852139 0.73 MB 1,733 12
607,284 607,284 000000000000000000058c6da930d13e85259b89717ca04d8aef92d06f8bb416 0.64 MB 1,497 9
607,283 607,283 0000000000000000000da9ff41501027a3b5e150bceebdd8832ee337ebf10d0a 1.08 MB 2,571 13
607,282 607,282 000000000000000000010fd39fe852fb9447999fa22d4c5be161b460358ece2d 0.33 MB 814 14
607,281 607,281 0000000000000000000272381ab97fd994bb43ccfe7cb3c3950f207d14d8f140 0.28 MB 815 14
607,280 607,280 00000000000000000001cd66b5bdcc5ce77f9e4e36b12ca4c7bfd47f6b9e6be1 0.63 MB 1,852 17
607,279 607,279 000000000000000000158301174ff52c3de52e667c41ad4c71a458cca3afb96c 0.07 MB 187 13
607,278 607,278 0000000000000000000847a0409a802bc7a95a15fa90506d1badd23e37192db1 0.79 MB 1,928 9
607,277 607,277 0000000000000000000c8f1afad28613fa054b8cb8fdf578823be1ee0d73e96e 1.35 MB 2,376 12
607,276 607,276 0000000000000000001341130a22ee9ff5806ca02e4ef91335b5e17bbae46c39 0.08 MB 186 22
Previous 10 blocks ↓
Total Size: 661.49 GB

Node Information

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