Memory Pool Memory Pool Refreshing

41,482 transactions
57.99 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,327 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 570 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,326 (313,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,891 529,891 0000000000000000001f4c7afe98df6fe9c2e70fca979744538bc9cff49f6f84 1.34 MB 2,246 5
529,890 529,890 00000000000000000026d00f5bd919256741b99b6a48a51926c043b79fc89d86 1.23 MB 2,087 32
529,889 529,889 00000000000000000017430609ab1364bf3c2b9c9e220621d37fe8733131bdbb 1.41 MB 965 6
529,888 529,888 0000000000000000000a8880303015d992fe74c89d257fba0619dc15ef3dc0c2 1.47 MB 1,377 6
529,887 529,887 0000000000000000001b60c8baf663a77a319dc19018859cce2cb38e57cdf7ff 1.14 MB 1,323 10
529,886 529,886 000000000000000000042cb6b4a419d893ae7adfc0b737456a16f99f66ef3f1b 1.21 MB 1,538 61
529,885 529,885 0000000000000000000a7faa41371b6a6585f82c1a9cdbb610e65d4219e37be7 1.19 MB 2,085 45
529,884 529,884 0000000000000000000dd50a8cb539a45bd270a3c2817b0dff27319aa2c3b3ac 1.14 MB 2,696 6
529,883 529,883 000000000000000000130114b99dcd6e1bfecbd091ca31c4ad41173433d80ec3 1.12 MB 2,371 60
529,882 529,882 0000000000000000002bbbd03563aad9d6ea69438edec334a1394705d71c247e 1.11 MB 2,053 59
529,881 529,881 0000000000000000002740e6a6f733a378dbca0c47590f36094c04cb981d7fd0 0.27 MB 445 64
529,880 529,880 00000000000000000021bacdd0b79fa1a46639454fd0aeffe15467b62f96cdd8 1.08 MB 623 5
529,879 529,879 0000000000000000001f921cb0552c50ed967f89e1220124f62413cdb9520c0e 1.15 MB 2,094 41
529,878 529,878 0000000000000000002c1ff8a3c5799f405e6e670c36ac851450981ef86eac27 1.06 MB 1,011 13
529,877 529,877 0000000000000000001a68c3a247c687e3b391d730a78db474aa08042d89d22f 1.05 MB 886 13
529,876 529,876 000000000000000000282e83912bc88df27f89a8645e258ae72c2110879f1fcc 1.10 MB 1,513 27
529,875 529,875 00000000000000000013a980d43ffa9622d75d8795990e4bec296b692700f65f 1.02 MB 203 2
529,874 529,874 0000000000000000001e2cc8c8a03bc0fce38677d78d3fec6742ed238e388d91 1.01 MB 201 2
529,873 529,873 00000000000000000028bc19000962b248e8b95b012ea195d87831d1fc4f806e 1.08 MB 882 11
529,872 529,872 000000000000000000150a1186a6ea1774083899d7a5119635c841c7307755cc 1.08 MB 597 11
529,871 529,871 0000000000000000001b29142c8f518a7442cac830eee34138bb2400922b22c6 1.23 MB 1,815 4
Previous 10 blocks ↓
Total Size: 649.27 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,771.68 GB sent, 57.12 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.