Memory Pool Memory Pool Refreshing

33,771 transactions
25.01 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,142 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,589 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,141 (329,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,202 518,202 0000000000000000003202a770a5ba275e759b998378e4375827d67aa150f343 1.03 MB 556 8
518,201 518,201 0000000000000000004851cdd101afc18d2c92d36b0e3410b23e05a347341e17 1.07 MB 1,085 18
518,200 518,200 0000000000000000002ca5b22391d7a23e7f3baf16ac1b42d2d3b40eb708e53a 1.04 MB 867 13
518,199 518,199 0000000000000000003db320892c591cc09e84ba4144d4fb329aee582090a2bc 1.08 MB 1,514 20
518,198 518,198 00000000000000000004ee0ecb20d2c4705c077562a8b3f5d945181e92b5b146 1.07 MB 385 6
518,197 518,197 0000000000000000000cd9abd84c1fca9a8749b8b70e5db1654056efa9923ba4 1.03 MB 564 9
518,196 518,196 00000000000000000025d0ad772aa75bb68db6fee665171f1b0d3f45b708e08f 1.02 MB 752 8
518,195 518,195 00000000000000000041172d96f59044feb2b960bedcab4d7c6757c1c4f23b32 0.76 MB 1,657 44
518,194 518,194 00000000000000000005edf847508c08caef212667b6341d8aff2965218af0b4 1.09 MB 2,024 8
518,193 518,193 000000000000000000189549edf13ec29352af4aa45d232715798fa13b1b6db9 1.25 MB 2,855 58
518,192 518,192 00000000000000000001d7e2616fa657562068bad01131597a4331469fa3e842 1.06 MB 1,166 21
518,191 518,191 0000000000000000000cf521f5f13a0742ca303ba870cfdf21ed7665f95f11bd 1.08 MB 1,432 25
518,190 518,190 0000000000000000002d678139a88f2a78db2858246cdd39f8d7acef8bf8b116 1.09 MB 1,668 25
518,189 518,189 00000000000000000029ecc9d76686ad368a93b357747ac6068d9b16752c1926 1.12 MB 2,120 28
518,188 518,188 00000000000000000041368d9558c54272fd46d23f99cf61025a87891a5a8655 0.49 MB 805 37
518,187 518,187 00000000000000000046a70485a9a900cd80861a5a5caa3ba9dd95dde37c8d7a 1.00 MB 173 3
518,186 518,186 00000000000000000007ef4fde202bc162dcc903226412e7165fa8a38d13e271 1.05 MB 990 13
518,185 518,185 000000000000000000210a7bc7ca8c03b959bde429f9e0e7cb800a5ed785562f 1.06 MB 1,308 25
518,184 518,184 000000000000000000434efa9f53211a537143a98a9c2ea3b5ceb512525a83e0 1.09 MB 1,264 12
518,183 518,183 00000000000000000046f4b24fa0551154bf41776855151bfdf471cfa8771bf4 1.08 MB 2,038 9
518,182 518,182 0000000000000000003a6e687ff39cfbfb11beaf6de34f06db70b022dd0352ea 1.15 MB 2,288 7
Previous 10 blocks ↓
Total Size: 658.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 74 incoming
  • Data Transfer: 567.02 GB sent, 1.25 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.