Memory Pool Memory Pool Refreshing

45,459 transactions
40.78 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,556 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,531 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,555 (599,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,522 242,522 000000000000009a34aadf79d0d9c2a20630a5668250fbea352e6c6683ca8618 0.11 MB 235 165
242,521 242,521 00000000000000adc61b59d1ef9baf8deee680d12bc89436480b664b09040eac 0.01 MB 17 232
242,520 242,520 0000000000000060e927ffd99063882310dbc0457be4740221d71bd93da3fd73 0.14 MB 312 186
242,519 242,519 00000000000000708bfe741ed1fdb2788a09ef45f3d0d43426177a7d731822cd 0.04 MB 48 45
242,518 242,518 00000000000000a39bdbf44520a30b1a568519788cf2f060af03a5b182859dcb 0.21 MB 517 606
242,517 242,517 00000000000000a982ff9bf7e512f9ae42cbe5aa21bde0cae1bee52a3943673c 0.25 MB 337 126
242,516 242,516 0000000000000065626f5865d72f30fe09e8f7eae84ef56d0cb46bd6a6096f34 0.25 MB 548 211
242,515 242,515 000000000000006e00316252e38b6756c8e3f931b10244e55c8b8e33bdeb7a98 0.25 MB 498 457
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
Previous 10 blocks ↓
Total Size: 645.93 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,307.42 GB sent, 34.99 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.