Memory Pool Memory Pool Refreshing

48,122 transactions
38.40 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,745 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,566 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,744 (315,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,737 527,737 000000000000000000022af35f15b5d1ec3f282a08d1c8ef97230d901485bdb6 1.09 MB 1,392 23
527,736 527,736 00000000000000000034fce45130415766495ad4ee58daa8a1404d499b2c2203 1.00 MB 517 51
527,735 527,735 00000000000000000038ed71ca98ce4363e5e68052423fa9daa06592ede673cf 0.68 MB 588 3
527,734 527,734 000000000000000000373d5055cb266d6a4b3c35c2de047f0484cc8d5d2631b1 1.22 MB 2,294 8
527,733 527,733 0000000000000000000039c77fe42489c6322f751cdc6e0b348c0f9caafb35df 1.16 MB 2,193 27
527,732 527,732 00000000000000000027b452261b1486384542a91a0ac8e35e4e0fc919d5d581 1.13 MB 2,506 18
527,731 527,731 000000000000000000296973ca32bd76a809971727734857aa6d7bff2c5ddfc7 1.18 MB 2,942 34
527,730 527,730 00000000000000000001232ea013791b386832fd6b78f62463f27679a5d62590 0.42 MB 889 18
527,729 527,729 00000000000000000014395c8c1c2c587720380f69051ddf7782d65723eb70f5 1.02 MB 1,887 22
527,728 527,728 000000000000000000362e71ceffdbd89b5f6d7d131d01e6a0ce4d93dfc8f768 0.84 MB 2,038 22
527,727 527,727 00000000000000000028921e7590cb097c18661f302742e71c6480536624c579 0.64 MB 1,445 23
527,726 527,726 00000000000000000001e8986a59ca7b148d87e2bba774b056fa75b637c7f325 0.27 MB 402 19
527,725 527,725 00000000000000000026ebb5c1eea42cd0985a701f5045d8b08e387e7f759401 0.30 MB 538 17
527,724 527,724 00000000000000000022d9c6817e68072a5bed8eb7fb4f048c980310736565c3 0.77 MB 1,596 17
527,723 527,723 0000000000000000001b8c4cffd868ab6d6972416ed23c20d68b6dd2181447e9 0.47 MB 870 24
527,722 527,722 000000000000000000168f548cd55955de046b49e1cb9c411ace43bbbccf3b34 0.52 MB 962 18
527,721 527,721 0000000000000000003843aa1204a2f63bfa691f8b6fa21f17fa2b7c1bac340f 0.20 MB 396 21
527,720 527,720 0000000000000000000616c5ae17d51c5d903c9b79c187c189849cd1b8bce161 0.41 MB 957 24
527,719 527,719 0000000000000000001bd513586710f39f013f912a9d02110d72f95890627abc 0.86 MB 1,366 21
527,718 527,718 0000000000000000001953a41f2be38b34f362f6e8185ad37766501eeb5e3bf5 0.14 MB 342 21
527,717 527,717 000000000000000000248a748592a1a1c913b22d1b01ae847e309b4828485181 0.17 MB 232 13
Previous 10 blocks ↓
Total Size: 648.14 GB

Node Information

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