Memory Pool Memory Pool Refreshing

78,880 transactions
32.61 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,723 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,149 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (291,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,361 558,361 0000000000000000002d9375f905572468d3e96c08b0d06dcae48e386e46f67e 1.18 MB 2,747 19
558,360 558,360 00000000000000000011af4e0dd02ea30f2b2ebf13c71847d3d0b2ec2830d832 1.15 MB 2,619 16
558,359 558,359 0000000000000000002b2484889b0393b7db599e3bcb6afcc4acd58ffc64b2d2 1.18 MB 2,152 16
558,358 558,358 0000000000000000002e750df2f4edebff070fe61f711da07345101a0a095806 1.08 MB 2,060 17
558,357 558,357 0000000000000000000b608188e6a26a63e4322740cefeed9771f30f3db218cb 1.10 MB 1,518 60
558,356 558,356 000000000000000000200b64fb74c5afb1c51aabc45a7cc3bf6053d86fa193c9 1.11 MB 1,709 44
558,355 558,355 00000000000000000014bff6d31ac05efcbfcc5a91249e4c381a758e5917b6f2 1.18 MB 3,140 22
558,354 558,354 0000000000000000001b170e656c9720bb616455e6ea2ee4052e7c3b4c3001cd 0.64 MB 1,601 10
558,353 558,353 0000000000000000000e6f17721897cf2d1bf5aec3907f93275a0eb1d5aa594c 0.22 MB 623 11
558,352 558,352 000000000000000000272cf4b8049c843b37f54927686318a1e5c1e991f819c4 0.31 MB 445 2
558,351 558,351 00000000000000000026655330b6bd8775e725b066b2083fadc12e2e077983ec 1.12 MB 2,646 8
558,350 558,350 0000000000000000001124beb45cfaff3406873a6de00716d52808caaac0f19a 1.13 MB 2,898 11
558,349 558,349 0000000000000000001e5f8030b16349340826393c5970d5e2b14a6e0fd68a19 0.58 MB 1,188 10
558,348 558,348 000000000000000000313f5198ed9faaac18ea580f925cefe3b3b1cbcfe5f3d0 1.11 MB 2,665 7
558,347 558,347 0000000000000000000c9205fa12beefe3e055c2d7ec877e79153dfdad04a7a5 1.14 MB 2,860 8
558,346 558,346 000000000000000000293e6fa626682e6fc58e301ca7e132702a051f522cf70d 1.17 MB 2,733 20
558,345 558,345 000000000000000000096df8257eaf022cb13fbc47f16830ca9f0067fe79e1a3 0.16 MB 456 12
558,344 558,344 0000000000000000000245c50418c9fe7dd56a48866c237fe24f5c29ad5550b4 0.70 MB 1,903 6
558,343 558,343 0000000000000000002b5e57924857baac9fdbe3e750d12a4ee13c27a122699e 1.17 MB 2,896 15
558,342 558,342 00000000000000000008bb5f3969e28ab360446379f640dce177b68a91de6d9f 0.04 MB 117 7
558,341 558,341 0000000000000000001525c69ed6b0c15aab3f6df79cff7fc139edf45580d650 0.65 MB 1,724 6
Previous 10 blocks ↓
Total Size: 660.99 GB

Node Information

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