Memory Pool Memory Pool Refreshing

22,816 transactions
18.67 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 842,238 (383,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,496 458,496 000000000000000000887b1ea6aae8c381a6d1f5bcce57d391090c470ab25dcf 1.00 MB 1,953 132
458,495 458,495 000000000000000000d69195ed8228739cbc03bf93599514bff5a0ae603fb857 1.00 MB 1,971 169
458,494 458,494 0000000000000000019970142262167e4892f184adb00a30782432421cb3fc45 1.00 MB 2,106 162
458,493 458,493 000000000000000000573bc318379821693148ddf7ca88c416de6d4a905c1449 1.00 MB 2,463 218
458,492 458,492 000000000000000000c6a320901b6b20a4194fc10fbd9d358403a80fe11786c6 1.00 MB 881 61
458,491 458,491 00000000000000000058012cbd38eab8893ef9db901984f72c8d9f15355a13a8 1.00 MB 1,056 118
458,490 458,490 000000000000000000ed72fb765767a7822b6d129a4b9bf671784aaf6f4c40b3 1.00 MB 1,046 114
458,489 458,489 00000000000000000221186fd4427450aa590892e744e4f778292cb82f77c258 1.00 MB 1,033 59
458,488 458,488 0000000000000000007b51710a538e028c042733518d945a72d2407fdaa0b302 1.00 MB 1,929 113
458,487 458,487 00000000000000000074abd3181b2bb94d49a2fd7c350b335d9266b26ca7ead2 1.00 MB 2,089 197
458,486 458,486 0000000000000000005e965923a0d7166ee59d6f96257b4341c121624e6a06fa 1.00 MB 2,288 153
458,485 458,485 0000000000000000024db783548a2132f28baf943eff2595e063a42ea756f64c 0.75 MB 1,927 226
458,484 458,484 00000000000000000173a0e5adf8ae189c19259ddfa3a302bfc3982fb811f590 1.00 MB 1,571 144
458,483 458,483 0000000000000000010417bf9aa9fd8191d30824fb3f182c6bf3c00ce64fb038 1.00 MB 1,019 53
458,482 458,482 0000000000000000001389dbc38d92fe246f0512f3b18bff8c850782fdc771e3 1.00 MB 1,634 117
458,481 458,481 0000000000000000014721b82f17168c1afe8e0a472fe16454f10d3782ccbc54 1.00 MB 2,323 153
458,480 458,480 00000000000000000209e67240febef881085fa490a6ddc40a86bee694670273 1.00 MB 2,066 134
458,479 458,479 0000000000000000004bd56ffd03fd3c99ba974bbb1a6fda80d17c0302747561 1.00 MB 1,884 140
458,478 458,478 000000000000000001ca5dcd9a43f1b4a85bbec26744266597a08274c75a6f91 1.00 MB 2,164 175
458,477 458,477 000000000000000000be0502b09b29feaa2277e4874398a751bd65e094d72801 1.00 MB 2,307 145
458,476 458,476 000000000000000000515d567a9c6e1c23df1992c1c617f57916c8228969e76a 1.00 MB 2,434 197
Previous 10 blocks ↓
Total Size: 647.17 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,460.31 GB sent, 43.60 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.