Memory Pool Memory Pool Refreshing

32,130 transactions
46.05 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,423 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,079 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,422 (240,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,121 602,121 0000000000000000000efaf79fcc46fde0f94ab07a3c543acf5cb7155d0aa383 1.25 MB 3,181 37
602,120 602,120 0000000000000000000ffe27d7e03ffccd40ed5d85a7256c80671bd980309c75 1.30 MB 3,105 41
602,119 602,119 00000000000000000007c88e3432cc87e773ef903808d9cd60334133dc884126 0.42 MB 756 24
602,118 602,118 0000000000000000000aeac32c119233532a9d17071875a42f3a213cafa58da5 1.00 MB 2,476 22
602,117 602,117 00000000000000000007f872fe5d44304943b4241dfd3a60f5e5f4f434939812 1.14 MB 3,140 24
602,116 602,116 0000000000000000000a39cd5ddae2d1b9712c7288bea353aa4f6a61c3d5c5cf 0.48 MB 1,213 27
602,115 602,115 00000000000000000011518e75eb670933eae190f4b839154739d2c1b073d15a 0.60 MB 1,591 18
602,114 602,114 00000000000000000011fb6a79b388dcb4200c47e5888604b7dbf27f835ee2bb 1.16 MB 2,270 19
602,113 602,113 0000000000000000000ccd8d997083c8bf0f67069af8cd9b711d4516a70063c7 1.70 MB 1,774 3
602,112 602,112 00000000000000000000bbffc5a437846c15881eb438e8eba4443d185c8b535c 1.28 MB 2,797 14
602,111 602,111 0000000000000000000c6cfedb2f7748d42ad69b5f5c69be612b9aa10e8416f9 1.25 MB 3,190 28
602,110 602,110 0000000000000000000234f53512691c88cb0ef73f2b0a213431153d70c53a71 1.18 MB 2,818 8
602,109 602,109 000000000000000000122a5227cd9d03a653fa5ec115f32fc295c47103a7d56d 1.24 MB 3,312 16
602,108 602,108 00000000000000000001a6290a79b52aad0c94ecf2c2f7f388193c0e4a51de04 1.24 MB 3,357 23
602,107 602,107 0000000000000000000cb492433d1756378b10b867822629adf12f37c5a02a0d 1.34 MB 2,580 12
602,106 602,106 000000000000000000018f94836e27ca1ae054cf90a3675633ea4b25dda50a49 1.30 MB 3,304 42
602,105 602,105 0000000000000000000f12f11c4decb35e63701bd39e854eb9485921fccf5ab1 1.33 MB 3,301 28
602,104 602,104 000000000000000000028bb6a9bb19468fcb85a594a0c50892bef68c0952c3ae 1.38 MB 3,241 28
602,103 602,103 0000000000000000000f44e64452fdbc8a8815a1210c6910c19e77f54bb03a33 1.39 MB 3,187 29
602,102 602,102 0000000000000000000af1e3b7e50d602bc763a6881ca83d1c6402b482dddba7 1.34 MB 3,523 38
602,101 602,101 0000000000000000000d896d763bb12a9b0b1c6545e376898819d4a8f4c57bcd 1.16 MB 1,993 59
Previous 10 blocks ↓
Total Size: 647.52 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,497.59 GB sent, 46.15 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.