Memory Pool Memory Pool Refreshing

40,623 transactions
46.50 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,240 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,871 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,239 (73,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,105 768,105 00000000000000000001c53f20422aa21f62c2d125c9c667a3fd790b6753bcff 1.50 MB 3,116 21
768,104 768,104 00000000000000000002e296a588ae65d865dc7c11cf8930c019b9153c982cf1 1.65 MB 2,717 11
768,103 768,103 000000000000000000078ba56013cddd984378e008238edd3df983f5141fc341 1.36 MB 2,094 15
768,102 768,102 00000000000000000001f04117976b81974c2444d71509d9b6304611bc260ec1 1.63 MB 3,299 14
768,101 768,101 000000000000000000066165278b35d543b09936b82a7874f100ad4a5258b607 1.51 MB 3,706 26
768,100 768,100 000000000000000000040e74e6c3f8b04070c4b1ea64460f0b3086d77c970f4d 1.56 MB 3,443 20
768,099 768,099 00000000000000000006e5b5f64a5b13b2e83e1fd5936dbb7090cd9477220099 1.37 MB 3,015 27
768,098 768,098 00000000000000000007e00b3b731b40333d55dd923682b4f6b09b9b6d7911a1 1.47 MB 3,410 35
768,097 768,097 00000000000000000000723e59c4b50fea7cac68f47854f11cdb703ae579dbe4 1.57 MB 3,008 31
768,096 768,096 00000000000000000004e0784e32fc507c19cffef55341b72e436a3ce084e866 0.77 MB 1,438 14
768,095 768,095 0000000000000000000152525a810f2033976f89ba434694c0fe5bf97730f625 0.80 MB 1,429 15
768,094 768,094 000000000000000000019b9ee4c90a9af5e0a91c005bc4a8d99656dfb01d73a7 1.51 MB 1,381 2
768,093 768,093 0000000000000000000404e1237c3eda5dcd214126f72c2458da5bb5d1992d96 1.50 MB 2,894 12
768,092 768,092 0000000000000000000743abd404eb8de551ca32ae717a57e5458d0f508dde1c 1.48 MB 2,910 13
768,091 768,091 00000000000000000005edcef06bc80c403c6276abf965a19181d98b2e703fd8 1.45 MB 2,661 15
768,090 768,090 000000000000000000037fc526c33248f405a52b249c325af9c03c67bbbc55d6 1.31 MB 2,307 17
768,089 768,089 0000000000000000000625ee774c5609cff29c40e7ce66359fb463c46dd5e794 1.43 MB 3,033 23
768,088 768,088 0000000000000000000139d62c2755ceadd35727d2814b6ef61e14160f675a6d 1.48 MB 2,456 16
768,087 768,087 00000000000000000003a0fe6c29f3ca331725be1a713a98211a9cdce997bf15 1.45 MB 2,779 29
768,086 768,086 00000000000000000000adadd792b98518f0ab21e27980e2008248fce0210a4a 0.92 MB 752 5
768,085 768,085 00000000000000000007989a7d1353c6ff3d25eb75cccd66e9ccd3ffb6ebbd4b 1.61 MB 1,177 2
Previous 10 blocks ↓
Total Size: 645.32 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,232.77 GB sent, 31.76 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.