Memory Pool Memory Pool Refreshing

34,409 transactions
37.04 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
842,396 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,068 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,395 (599,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,514 242,514 00000000000000cb7ea6c5bd7378cae3359f3bbbfe5043f5b2c80cafcfc90e60 0.25 MB 620 450
242,513 242,513 0000000000000002e78277c20c9a29ee96ee6e484a4ff5d192c36eef5591175f 0.19 MB 433 118
242,512 242,512 000000000000005d1dd76e31528b5c5bc58d5886822f36bdf5c206963f277a04 0.25 MB 542 159
242,511 242,511 00000000000000dae3d6549d50087ef3e611ebc22bdb5202e33855f7d3071c98 0.03 MB 37 117
242,510 242,510 00000000000000d4fc5026c59bb7b90d7512b026fefd905f46e4499974f42796 0.05 MB 174 15
242,509 242,509 00000000000000c44d81067142d9d12d0fd631d97cb6e911281c0b4acc9c600b 0.18 MB 352 146
242,508 242,508 0000000000000089e8123e9f1b9fdb459bad2f8f3937bd8ffaac9ef88dcc721a 0.08 MB 256 248
242,507 242,507 000000000000003730ffcc8296d9e443aa05ece9cac302cbb1ef0e210d3af6de 0.03 MB 63 1,596
242,506 242,506 0000000000000064ffbee75a5ef86ac6b8495133a79e9b4f0f3c211e7ed47bb7 0.12 MB 228 139
242,505 242,505 0000000000000078d84e357781fc8158f13877f05b75b0ddfd3584f2cdf4d533 0.09 MB 191 204
242,504 242,504 00000000000000ac6df09cbae0b7b45c7dca0e7a488034de6b30a44938440113 0.06 MB 128 76
242,503 242,503 0000000000000002a0d5dc1ef1f91edac5482b851c21053f047cd053f63f1882 0.01 MB 22 76
242,502 242,502 00000000000000a05af7dbfb3c4a7cee26253552facb26b565716b3c4f72af3e 0.25 MB 486 298
242,501 242,501 0000000000000048bf9ac4567849ccf3da5cfc040f4b5b2f228958a5c9a53874 0.08 MB 189 156
242,500 242,500 00000000000000a7e4c120c1cb900a14f0dba91d34fcdc8807c0a2fdcbba4c09 0.01 MB 27 81
242,499 242,499 0000000000000064c331b025064450b634673706ae499f1a9b65ebc2c5ddc109 0.17 MB 359 301
242,498 242,498 000000000000009a84a149a0f9449899f5e9d20d6751ef74f3cd3b84288a8ff7 0.25 MB 301 165
242,497 242,497 00000000000000cf764907955e0d937217d3fc73e856516cd2d8ae5d1ea59ac0 0.07 MB 124 95
242,496 242,496 0000000000000057afc31b7e3df2a8bfc83b0dc2d1d92ff4543afb59f9573e4f 0.12 MB 245 127
242,495 242,495 00000000000000b567efa0bc7abd2667fb235bd8153f33c261274d490ed073d0 0.56 MB 872 388
242,494 242,494 00000000000000d9427f298bdd45ae76191807031f65ab4fd92a663689e59fbf 0.25 MB 556 403
Previous 10 blocks ↓
Total Size: 647.46 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,492.31 GB sent, 45.85 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.