Memory Pool Memory Pool Refreshing

81,203 transactions
36.03 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,592 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,386 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,591 (568,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,889 275,889 0000000000000003f366b244b45a5c5a0e711019e1b90f2132d1507ce3f0e6d0 0.09 MB 154 27
275,888 275,888 000000000000000186cb44e577ba20d3476b3b12dc47176d8383170bad8e4c38 0.03 MB 87 63
275,887 275,887 0000000000000001623da01151ec4b65907e9a98cdc733cd050b30ffabce5669 0.03 MB 88 44
275,886 275,886 00000000000000025f710488f586d12d1f795759695a339e630c45712c6da7c4 0.01 MB 43 40
275,885 275,885 0000000000000001e50a1472c41c779d9f7b781657842e32b0fec0a42018d057 0.45 MB 900 43
275,884 275,884 0000000000000002c1f0615ad223cb1bb656fc3bf912d55c2207af7619e3bd31 0.14 MB 231 36
275,883 275,883 0000000000000001f4af6f291f6b9902a05c03e1b4c6d6526436b1d9e4d3bc89 0.21 MB 393 45
275,882 275,882 000000000000000112566b02e8fab93cc1c624287978e704d66fc317d0f1f0d0 0.06 MB 114 40
275,881 275,881 00000000000000000785bdd27a61fdd9c82b033871cf544b2a77cda0d0ff321e 0.10 MB 200 55
275,880 275,880 0000000000000003938261a92c469e8474754d6a23b1e5ed1219159c50b0a200 0.11 MB 238 37
275,879 275,879 0000000000000002dbc80f0059d32bf95b039bd4be905535cc3271f3572ab61a 0.69 MB 1,064 33
275,878 275,878 00000000000000016a442255c6d15cd6e085991c1efffc9caeff5fc6da14368a 0.35 MB 803 50
275,877 275,877 00000000000000012e24ebcca0ca47f0f7dd2ce407059108eb5ecc62310352f8 0.50 MB 1,326 51
275,876 275,876 00000000000000019cdda8ac632dc6847f549820e4b8917ff671e5e22a847b37 0.03 MB 91 141
275,875 275,875 00000000000000016416bdd87744231f76ed9d0ec776e893acd590655a7ac8b5 0.47 MB 804 39
275,874 275,874 000000000000000199ed15811dd58ae0400d73e69229e0ab8744e5ef2bef3105 0.25 MB 668 69
275,873 275,873 0000000000000002345d11e11971be57d6f1cb1aed9c6d6200111f48402ce9e6 0.08 MB 161 43
275,872 275,872 00000000000000018105a856b43a4eb805cd087582d3b6b1fdd80327db922727 0.16 MB 344 36
275,871 275,871 0000000000000001e9c8eb6bbf79ddbc8ef67478ddea76f72af19de1dbea5d4c 0.07 MB 169 20
275,870 275,870 00000000000000040245d32a5011645205bc8136c53639b591e70783a0bea149 0.23 MB 537 54
275,869 275,869 00000000000000005174bf2f3486d330dfa404029fc56dec296f77d77e8d13b2 0.05 MB 86 24
Previous 10 blocks ↓
Total Size: 651.63 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: 9,144.33 GB sent, 69.71 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.