Memory Pool Memory Pool Refreshing

41,380 transactions
41.21 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
841,701 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,693 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,700 (657,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,041 184,041 00000000000002246a99eb8a55c188b55d71e4a07155401cb2a00b716af57aaa 0.00 MB 15 30
184,040 184,040 00000000000004d8c93e83ebf34c55cebd2ddad6e790b1e7432c9b16d6ce6aaf 0.25 MB 507 118
184,039 184,039 0000000000000093dad9fb8fd51f7b5d82633afee0e6ca6a07c37f86ec75dd09 0.17 MB 376 116
184,038 184,038 00000000000001558ee0723ef7bf2105019de70d9f1e2c6d5b16ab5e9c311277 0.05 MB 138 107
184,037 184,037 0000000000000122fd7fd56e3764223fa0647efa66174ac6d9c400a0963bc850 0.00 MB 9 34
184,036 184,036 00000000000008c80c62c0be8d5dedf53422b5eaa43723e5d6f1673e6e7a8a06 0.05 MB 137 95
184,035 184,035 00000000000002419c7f4c8e4879c4c5117574773ed59be06777cd01dad09f03 0.25 MB 623 151
184,034 184,034 000000000000011fda9bfabc37740f33c5c1915deb34f866e88e0996d39eb712 0.00 MB 14 3
184,033 184,033 00000000000007206b586ef06738a09f7979cb21c0ad61070866e8f951f11ccc 0.25 MB 648 145
184,032 184,032 0000000000000725c5fd5239471c87a3bb6fd6a64428d9e20dcb477d32d7c4ba 0.05 MB 157 63
184,031 184,031 0000000000000a03f8534af4c84f3be85af6b94490e50098909fbb7b1b54dee8 0.42 MB 1,035 141
184,030 184,030 0000000000000961255bff94da0d37a25d13dc5007e5249adacf48db1c02280b 0.00 MB 12 3
184,029 184,029 000000000000018c8ac5ddd2945a265c3daede30ec7019b1448d48b4430c06cc 0.05 MB 157 32
184,028 184,028 0000000000000799b50f28ba702daaadb52e15e3ed3afe25d076a471a4904d4a 0.00 MB 1 0
184,027 184,027 0000000000000a4d22b77aa5920eaecaf39c2151cff707c666633d48c643c3ee 0.05 MB 154 61
184,026 184,026 00000000000003e6b67c790ecfbe4c2b40d34c2131c5150a2e8b37b31480ff7b 0.09 MB 190 116
184,025 184,025 000000000000091127b823c7e9c42b43423176ebb650d871bf50418cd68989a0 0.00 MB 13 16
184,024 184,024 0000000000000988e705ea1b42262e2ddb6eedacc537e335e5382047f4a0f561 0.01 MB 36 105
184,023 184,023 000000000000093e96b7530c9166f855b2221b33a4f274abfc2cb05f82ba51d8 0.14 MB 308 119
184,022 184,022 00000000000005e3fc67108368b46f060b9318ec1af759ddf9257ff3b7dd33fd 0.17 MB 410 124
184,021 184,021 00000000000006dec627d2a4dc0c18c4b15d5c6383979ccd4264bbb2dd149ebf 0.05 MB 127 102
Previous 10 blocks ↓
Total Size: 646.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: 8,333.21 GB sent, 36.40 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.