Memory Pool Memory Pool Refreshing

54,208 transactions
44.64 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,807 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,386 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,806 (264,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
577,535 577,535 0000000000000000001740d99c61866e456a2bb9b07696fc3a6b7dcf48c57272 1.25 MB 2,491 147
577,534 577,534 00000000000000000021426509374c76182451db4bf01f845488ffe2f3c789b4 1.25 MB 2,568 161
577,533 577,533 000000000000000000195781eb92fb622f72c1b9d27699cb963bdda3603ead5b 1.24 MB 2,473 152
577,532 577,532 0000000000000000000e5c134fd000255ee40811bdf69a47c7a88e66e134811a 1.24 MB 2,800 145
577,531 577,531 0000000000000000002745fd919468158456436b0b7195dda17207ea0cbd1787 1.30 MB 1,717 109
577,530 577,530 0000000000000000001f2becb3b55a401ed32a37338ceb2066366a776f83793f 1.25 MB 2,421 146
577,529 577,529 0000000000000000001bea833a6a053374f77c2ffe743f43f82e8a3c1952d50f 1.28 MB 1,865 140
577,528 577,528 000000000000000000208bd9a799db22ce2b49901d54417d952dbf8e6010ffbd 1.23 MB 1,751 113
577,527 577,527 0000000000000000000f3987c6cb4c91cb3b780760a0ea7c884b05bb52a46cdc 1.26 MB 3,044 125
577,526 577,526 0000000000000000001ca3fd47c385c40494dd80f1fd32b7a00be11e44ff9c07 1.20 MB 2,750 160
577,525 577,525 0000000000000000000f5884407581253bffd6b6c9007f5da15dd1cf5b478203 1.28 MB 2,164 145
577,524 577,524 0000000000000000000c2040b253224853c837b7c73e63035d29deaaf48fb380 1.23 MB 2,894 163
577,523 577,523 00000000000000000029b8b12c038dec2cd4aa5d50f36f3b1720dd2ccf77bd90 1.25 MB 2,440 160
577,522 577,522 0000000000000000001675d20dba104e08f4802779e26be7c21bbc2480963069 1.37 MB 3,005 102
577,521 577,521 000000000000000000262b1304f75b3119387cdd1611f1562888afbc4434e186 1.32 MB 2,818 147
577,520 577,520 00000000000000000001c0c86426ff7c77ff0f469f863798b19bdd759c1460a9 1.18 MB 2,922 91
577,519 577,519 0000000000000000000d66a0c1049172cbe11612a228ab9c12733e8f40144cd6 1.15 MB 2,325 75
577,518 577,518 000000000000000000138250dba2adb1715ff6f84441b03b18db2258910c8c96 0.00 MB 1 0
577,517 577,517 0000000000000000001040c655a8748e6fc62f2de03f7d985d07660f7aade346 1.33 MB 3,070 110
577,516 577,516 000000000000000000184c7ac9420e32f21e54d860dfceb0a0830f01c282e5a7 1.29 MB 2,774 148
577,515 577,515 0000000000000000000ce944499894bace98b57e70fd5f114d96af8087d44fdd 1.54 MB 3,057 109
Previous 10 blocks ↓
Total Size: 646.40 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,346.00 GB sent, 37.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.