Memory Pool Memory Pool Refreshing

68,990 transactions
38.74 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
847,126 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,298 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,125 (619,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
227,503 227,503 000000000000017994354d9bbfbaa94e53c9b5c62a0b1e39ac6f889967f6d00f 0.17 MB 383 268
227,502 227,502 0000000000000309a5372d77693362d48ebbc736049e061c570f57b2080fc6ec 0.15 MB 233 154
227,501 227,501 00000000000000c31217a86fd154c778eeb7eba54fcbb0840d09fe16ae20bb90 0.15 MB 247 112
227,500 227,500 00000000000000db0f88a28a20ee6b0b383090dba28e9c0198a433b1d2844192 0.18 MB 453 164
227,499 227,499 00000000000001434b0e0129cd5cc2c122f8b8cdb0b913cc98b310f1fb77c372 0.29 MB 739 231
227,498 227,498 00000000000001865a2cd9167daa46780c04fc6309be33c4562e959342733365 0.16 MB 404 313
227,497 227,497 00000000000000f1c32b160d7a66ee1d9194a023fd05f1a063d0881ceadb19b9 0.15 MB 144 100
227,496 227,496 00000000000000bb6cf643f8de348a378dcc10f383fc3c0a4aa4134b5f76f6ee 0.15 MB 117 86
227,495 227,495 00000000000000a86c0a6d7b3445ff9e64908d6417cd6b256dbc23efd01de26f 0.00 MB 1 0
227,494 227,494 0000000000000135aeabf9666fc9f1d5b8573685db070a5f1dfdd78f728a167a 0.15 MB 90 79
227,493 227,493 0000000000000043b5d8b2698363d0c7864f5d0d05638e06df888d191ed79991 0.20 MB 494 232
227,492 227,492 000000000000024515b8c873bafb3bf05105ab3c24fca16b9326c7ceda01bcc2 0.13 MB 235 155
227,491 227,491 00000000000002d359678de7973090dd9ceffe54c26749fa48865698563f723f 0.23 MB 557 213
227,490 227,490 00000000000001d31c7f4430d52a1a0e8187c8072152c639797a5f48d75bdd2f 0.12 MB 250 191
227,489 227,489 000000000000004fd577c4781a8f1b887af9f5ae276dbc849566350243925901 0.20 MB 443 195
227,488 227,488 0000000000000030549804b279b2ec8e8b6d246a79589cb1256bc2b3d52bc9fa 0.15 MB 113 82
227,487 227,487 0000000000000348a4d8b1f5b3ffe5bdbf626f02bc08cdf1077c7e6bf81c669f 0.13 MB 280 189
227,486 227,486 00000000000002b3cf432c0302f4a9828e25328613d0a14b9475c1509ce0d4d7 0.29 MB 256 68
227,485 227,485 0000000000000335b6479e1fa35bcb930c57ba35c04c15c6be826a3c2a5a41dc 0.09 MB 165 172
227,484 227,484 00000000000000674fa48a6cef8a68d2323410afd77af67d3ae25e9cab8f937f 0.15 MB 270 150
227,483 227,483 00000000000000e381e6e7a0854a3c5b292aa4fe76f0644c3ad988605802dde7 0.18 MB 346 169
Previous 10 blocks ↓
Total Size: 656.20 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: 9,525.13 GB sent, 101.03 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.