Memory Pool Memory Pool Refreshing

39,016 transactions
47.09 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,837 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (500,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,865 341,865 00000000000000001233f954c8b62ba844bd9f7347b82246f015fee9ee63c40c 0.01 MB 22 14
341,864 341,864 000000000000000012f30d6ee4d8dc3aa9baa554a6798ae29f588a2c5ed87a4b 0.13 MB 253 25
341,863 341,863 00000000000000000dfe0ee4824fc5e7da1d2129a0bf0b2e9e35927e7e9b810b 0.14 MB 308 26
341,862 341,862 00000000000000000f8f32e0e004bfc504f17b0a1e964ac4a513776d8831e22b 0.10 MB 190 23
341,861 341,861 000000000000000001a73b8b203a6283b9d6da0ce48364c82b0a68a815c6cc0a 0.04 MB 67 20
341,860 341,860 0000000000000000124065381b1c947bac1a5a410fd650d8920a2cd9296d64c5 0.27 MB 522 32
341,859 341,859 000000000000000019b31ac2b7489c28c54c932f06adba8d91da4af3eb5b3027 0.10 MB 166 21
341,858 341,858 00000000000000000a854138f44e767373d1302c67bf11ab0890a72d9b8d1ee0 0.51 MB 804 24
341,857 341,857 00000000000000000340c3d65fd65751797d91449d6713a64cc9d1c37fc7a302 0.02 MB 60 25
341,856 341,856 000000000000000012aa1021f3e3dc2d4bfbc51311dac65273f54e4d4edfac3b 0.03 MB 58 26
341,855 341,855 000000000000000005a1b8e52629ee2d0dbcb80ff86f806710c1149a7e992fcd 0.19 MB 308 22
341,854 341,854 0000000000000000052df94fdc0fcb071fb68c57b2da21d28fbda5b8266c0c86 0.54 MB 952 23
341,853 341,853 00000000000000000cb210e028d3478a5252467ee366ec1e4610155164f9c15d 0.31 MB 330 18
341,852 341,852 00000000000000000bf6853933811ce357ed93c3bb5e8237a2ae319f149e27c2 0.35 MB 646 25
341,851 341,851 0000000000000000102be933adfa304ce0a2ff193786eef06bedb0f83373c68e 0.05 MB 105 51
341,850 341,850 000000000000000016a5f394163b9e71cf7e3b1c63909831fb1e5c6163cb8ac2 0.03 MB 67 17
341,849 341,849 000000000000000000fbaed7103c3fd6f5a3f843fc880af5d7ded25462ffa45e 0.42 MB 573 18
341,848 341,848 000000000000000009b84299794990b455ab1ed77ffd56336836bed097ba8117 0.25 MB 512 26
341,847 341,847 000000000000000013714c1d7cd57357933b4504984a1913de2a7b999cdc35f3 0.32 MB 670 28
341,846 341,846 000000000000000008f7a6de7f91e472924db49a42b7f2b947dd9129faf9cd2c 0.13 MB 282 36
341,845 341,845 000000000000000001fcad01665a87e885e68a54fd10abc9968bc762abe2079d 0.21 MB 347 23
Previous 10 blocks ↓
Total Size: 647.41 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,484.43 GB sent, 45.53 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.