Memory Pool Memory Pool Refreshing

29,249 transactions
44.62 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,427 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,551 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,426 (324,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
518,181 518,181 00000000000000000009d7d2bebef0cd5502c08cf8718905f8c09036be31ab20 1.12 MB 1,818 24
518,180 518,180 000000000000000000174f783cc20c1415f90c4d17c9a5bcd06ba67207c9bc80 1.14 MB 2,553 33
518,179 518,179 0000000000000000000cc23576b7e1cade4d960e34dd9fa31d4d303f3bc49aad 1.18 MB 2,632 29
518,178 518,178 0000000000000000000c1061c99efca76cef8efd4a4ec63280fa215309702606 1.01 MB 540 43
518,177 518,177 0000000000000000000816206f88b1404a814849cd0e94a3713b40f7f63c6c20 1.02 MB 712 61
518,176 518,176 0000000000000000002a5d9f73f0df258c6ff9b353713d4678b8cc75b1386711 1.07 MB 2,038 77
518,175 518,175 0000000000000000001c70af50e0e96e06f6dc606684719c2fb618ca2d10f577 1.09 MB 680 12
518,174 518,174 000000000000000000278c1fd5c90459c4f6f748c02bc0b3a6d553685f105b15 1.09 MB 1,470 9
518,173 518,173 0000000000000000003a2117f7af5728c6d76283b7243709164d8187758a7841 1.16 MB 2,718 41
518,172 518,172 000000000000000000005b793dced30441146835bff6a31aa4620f1203e7f68f 1.08 MB 1,253 22
518,171 518,171 00000000000000000040f89328df6d0e0c186a02b8f5bfe9c68e8e850efb2b33 0.11 MB 201 37
518,170 518,170 00000000000000000039855b35a02348456bd9024f997de6ff5862b52a907a2d 1.28 MB 248 2
518,169 518,169 0000000000000000002fcaa26201091464a308f0699ec0062218530ffb0ba20a 0.41 MB 658 8
Previous 10 blocks ↓
Total Size: 647.53 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,498.07 GB sent, 46.18 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.