Memory Pool Memory Pool Refreshing

82,097 transactions
35.18 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,609 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,442 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,608 (94,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
755,518 755,518 00000000000000000002b1fbaacdc6a9415a84896839f2545a313ec91c2fdfd2 0.43 MB 453 6
755,517 755,517 00000000000000000007612b979c31a432f5a4984aa53c7509ffdfc532838a7e 1.76 MB 1,557 2
755,516 755,516 00000000000000000003325f7005048d6987892f2d9cd344612f30f17d5a5e9f 1.47 MB 3,089 15
755,515 755,515 00000000000000000001f819162b0197c20f43aa0ef95fc7f2b81716ee1d3021 1.50 MB 2,853 11
755,514 755,514 00000000000000000001aeceb586d7d8088ce7d5b5a3bb8e3171e79caaa3eb6e 0.90 MB 1,547 10
755,513 755,513 0000000000000000000264922e0b60ed9593bf8d83cb434ebd284e458bcebf7b 0.81 MB 1,563 11
755,512 755,512 00000000000000000004b93e35a0b7ca6cc39bf62346edf6ac98ff9aa33abbe2 0.78 MB 1,400 9
755,511 755,511 0000000000000000000606fa496dc6b2243738fde0f8f9fc9095a075a97c3c04 1.49 MB 3,022 11
755,510 755,510 00000000000000000003c62d04770b9a54ccc11418ce7098d902264059b5bb4a 0.48 MB 1,119 10
755,509 755,509 00000000000000000003c2f99515ad3f8377c66651b671952e0643e108397f66 1.51 MB 2,447 6
755,508 755,508 0000000000000000000041c980dee1877dae27cb56930190b046dc400a3efdda 1.24 MB 1,593 15
755,507 755,507 000000000000000000006ea3c24e60cb37abdfa81caf6f0c71702923724dbe2f 0.21 MB 497 14
755,506 755,506 0000000000000000000701b2c0abbac2687f8002a2351a78dbead6170a3e7bdd 1.29 MB 2,294 3
755,505 755,505 000000000000000000003b065e35e17e216b4cd07eba12a9860faa72848de452 1.65 MB 2,780 10
755,504 755,504 00000000000000000003db23dd7fecf3eb3fe00f366262d7537328e1269aa38b 1.41 MB 2,916 22
755,503 755,503 00000000000000000005487daee2f419dee0e483bb8db73bf88f4e6345321672 1.14 MB 1,956 8
755,502 755,502 00000000000000000000b4a60f8d436c135d7b889d638d0b66ecf403c8cc3eba 1.56 MB 3,153 14
755,501 755,501 0000000000000000000878d43a09def38ab4f6c3ebf716f0c4e853d267698899 1.52 MB 2,935 9
755,500 755,500 000000000000000000031761f85575e7aa6aa9052b42ffecfb69fd500253c951 1.61 MB 2,583 6
755,499 755,499 00000000000000000002d251e132a6a45ffe40b2da4ef41379e4acb15f514df5 1.44 MB 2,895 16
755,498 755,498 000000000000000000006ca1576eaf127437de0f38df087b3f0f7bf3d90187f6 1.15 MB 1,128 13
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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