Memory Pool Memory Pool Refreshing

45,967 transactions
35.00 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,144 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,223 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,143 (63,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,106 779,106 0000000000000000000337f8f6f567a21680c11ad57a9bda9721eef94ea60642 1.99 MB 1,926 10
779,105 779,105 00000000000000000001b9add9ff682b1165e92ba0333bbc5e7356524b3a9e13 1.50 MB 2,349 22
779,104 779,104 00000000000000000005fee975c65305f2f5f5ff81a10ea9751fd47c435737a0 1.49 MB 3,756 26
779,103 779,103 000000000000000000053a88772fc6a73c4e53eca9ca4e1c0bd9ab0fe2175512 1.48 MB 3,819 28
779,102 779,102 00000000000000000005c6f1588a00a80166be2fe9a880dfc3d7ae995f7ebf46 1.37 MB 3,027 35
779,101 779,101 000000000000000000037b05cb4a46643865738b0cc4d3fe5771630f8aa25c69 3.02 MB 1,303 11
779,100 779,100 00000000000000000001e73ceb4b160c295edfb5205dc95993f397aadf6a72d8 3.07 MB 814 6
779,099 779,099 0000000000000000000434c78a4984e15b05e2b29b8d912e8d8242531c82f6ef 2.84 MB 913 3
779,098 779,098 0000000000000000000404cc0f9f6b24dc189db06d369f014894931ae49bebec 2.20 MB 2,116 4
779,097 779,097 000000000000000000050bf49a805ebf7c0b083022105eff03cd1ff5f9d98d82 1.78 MB 2,596 17
779,096 779,096 00000000000000000000c0ac4652c12ca9715881e142ced9fc56a20ea1b1ba41 1.62 MB 3,607 25
779,095 779,095 00000000000000000004753171ca3d97748b43dbabdc7c210b305a03a9c4f688 1.53 MB 3,850 35
779,094 779,094 00000000000000000001bff4b4e3b2e0ce76eee323bfa0f0105ccc50ea327eec 1.33 MB 1,247 12
779,093 779,093 00000000000000000005c8b17136c0e1705333483bcec7caaa57d795997425ae 1.57 MB 3,473 27
779,092 779,092 000000000000000000007cc0263507b80751b1cfcbcdcaadb0846b4164dfcc4a 1.41 MB 2,343 34
779,091 779,091 00000000000000000002d74a1fa949befdd6327231df8b9ea5a828c5155c63ed 2.16 MB 2,485 13
779,090 779,090 00000000000000000005b71289bfc246f9e80eeb672f7f3bdaaef8b3052a78c0 0.00 MB 1 0
779,089 779,089 000000000000000000015cc5ad77ee25a54e98ed45398ac779714ea34ac5bd00 1.57 MB 3,185 24
779,088 779,088 00000000000000000002b207ebb77e9f3238c80960710d117a45732095a62db6 2.19 MB 860 7
779,087 779,087 0000000000000000000097abfb3cc5b73290409056f3606e1ddb36a37389c6a5 1.64 MB 2,561 17
779,086 779,086 00000000000000000001aa2890291e58a6992ad166a76e80396bb8deff621ab8 3.15 MB 1,341 7
Previous 10 blocks ↓
Total Size: 647.01 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,444.52 GB sent, 42.29 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.