Memory Pool Memory Pool Refreshing

35,019 transactions
41.23 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
841,972 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,575 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,971 (299,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,137 542,137 00000000000000000020aaf1f04a1ae2025408d044d936100a65c4b6e22a0853 1.17 MB 2,694 26
542,136 542,136 000000000000000000218194905cc1b8bd8ecd44566b6aa1a63244e14d4fcb22 0.00 MB 1 0
542,135 542,135 00000000000000000023227e6f5c13b737eac65bb30e74c7f830555b72c6185e 1.29 MB 2,273 17
542,134 542,134 0000000000000000001a9376443d262cf928cf4f042544a043780942f845f64e 1.21 MB 2,699 6
542,133 542,133 0000000000000000002175080b84b750e081e296e5eb10afde6c3e2c26c3f8cd 0.26 MB 719 12
542,132 542,132 00000000000000000025dcdb941fd6659ef7e8d7bc250991e0e077714f6ddd03 1.20 MB 2,839 21
542,131 542,131 000000000000000000266d5425296e7a1651f1ec565dd2588a2dc5b4d40683f1 0.20 MB 466 16
542,130 542,130 000000000000000000160c2906dd37488ecdbf931759972e4d77f0bd38f19f91 0.45 MB 981 12
542,129 542,129 0000000000000000000e701cd99dc8bcf647390aa676ed407a28530555d650db 0.99 MB 2,406 16
542,128 542,128 000000000000000000136039c33236699661af1b7ebe1bace747a88ce700fd33 1.32 MB 2,102 9
542,127 542,127 00000000000000000001abc223649cc276241e227b6c49023e0e1ac1fce4f6e6 1.23 MB 2,773 6
542,126 542,126 000000000000000000015d5c7a0edde30612c4a53b108f04cd232924c860029c 1.21 MB 2,945 8
542,125 542,125 0000000000000000001fe029274d3b154f0c703ab82f61a361de8384e1a48698 1.25 MB 2,999 26
542,124 542,124 0000000000000000000794736431e779f6c0acb3ebf175f65e715f978d3cc10b 1.37 MB 2,444 9
542,123 542,123 0000000000000000000946563eef73c8cb6f179233a8e744e262d3b502c9f216 1.19 MB 2,541 28
542,122 542,122 0000000000000000001bfe660c41f164a468e3f09a90f6f6454854efaee349e7 0.65 MB 1,395 42
542,121 542,121 0000000000000000001924a9a356a608e94c26dc1fa0c363a997b52eb174cafa 0.69 MB 1,544 14
542,120 542,120 00000000000000000009d451220410965842b0cd97c300799ba4f3ffddc51e6e 0.70 MB 1,534 24
542,119 542,119 0000000000000000001a602bc67e8ee320974f2721c344c7c563f008ad0a083c 0.68 MB 1,703 14
542,118 542,118 000000000000000000060898de4027b05a10cd16b7c227483c094f0dfd2200de 0.69 MB 1,287 18
542,117 542,117 0000000000000000000f9b13aa5b42ac13d01b6908955eb1a859c8c61520d13c 0.91 MB 1,747 11
Previous 10 blocks ↓
Total Size: 646.71 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,395.72 GB sent, 39.56 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.