Memory Pool Memory Pool Refreshing

31,757 transactions
55.26 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,889 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,673 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,888 (562,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,789 281,789 00000000000000001a74f8f48f3f3b9976d7b5e82e8cbd43482665d359ff3232 0.05 MB 97 45
281,788 281,788 0000000000000001d03f26d6ba4da9c8928ca09a619ac8e98e8179b04f347b1d 0.20 MB 431 47
281,787 281,787 0000000000000001519ebe6e820cf607d45602689d1db6ad93e50f8febfaa321 0.35 MB 161 11
281,786 281,786 000000000000000225d47679cc12cb2ffb641d7f67ff35934e8146d96449d5c9 0.17 MB 358 36
281,785 281,785 00000000000000014fcc42dfd1498c1c3cacba3a2ea72678db6e62b9ccf7afaf 0.04 MB 28 8
281,784 281,784 00000000000000019ad9c5130039970f6e22b899075ec4624184fe7ea2c1aee1 0.14 MB 297 51
281,783 281,783 00000000000000021483d1c80a76b4ce419e4c72f9d71261de5da18c02c12c65 0.04 MB 60 25
281,782 281,782 00000000000000020f93ca0147a2dee24fe3e20e29b0707c6ab3014d4fcae185 0.32 MB 662 46
281,781 281,781 00000000000000001f82d4403ad9aed071bc0a6757ab5d22baa3c2e6e3750cff 0.04 MB 36 11
281,780 281,780 0000000000000001293f4a3e40753a0d356cccb1dca4d99ad0fac6ec1a08f137 0.03 MB 88 40
281,779 281,779 0000000000000000985387aa4db6ddb918c607d70f1a661ab4669a3fa38eef46 0.25 MB 299 20
281,778 281,778 0000000000000000e2b3507ddf687709dec180401cb239ccf636ccf8f88ae64f 0.25 MB 520 29
281,777 281,777 0000000000000001c2d21fbd1a99ec7f18ffd8da5d5aef15021597b317afc75b 0.25 MB 709 47
281,776 281,776 0000000000000001bff2d8322dab2ba4a4d5b13da5266d90b8b9b93788bc9b6a 0.05 MB 153 193
281,775 281,775 0000000000000000f1f84cc44026b8405a90c597a2cf3b4860d4948c2830cbed 0.22 MB 96 13
281,774 281,774 00000000000000020bc33cf3dcd75b5c9657377a86e637d774aba192a5f046e9 0.21 MB 232 15
281,773 281,773 000000000000000202f59a9b1e550bf0ee5e8791d4c0e7807c8a3482dd419595 0.05 MB 99 41
281,772 281,772 0000000000000002333f26d2eef85963d74e0889fc63e9c2cde1a8ffd72c83c7 0.25 MB 699 55
281,771 281,771 00000000000000010d00c943883e7b8d32554e4bc81b379d6aabdd8b8da3a8be 0.10 MB 183 28
281,770 281,770 00000000000000015d017397eebe4b648f311c20cf835ab674d27073dc5634f4 0.05 MB 132 44
281,769 281,769 000000000000000089d506e0ca8129c950cc8d8fafb082b1fd6ec6f6428b0c8f 0.25 MB 453 41
Previous 10 blocks ↓
Total Size: 650.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,958.33 GB sent, 62.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.