Memory Pool Memory Pool Refreshing

41,491 transactions
49.15 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,521 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,977 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,520 (507,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,861 334,861 00000000000000001a1cf7fa86e426aac8cb53f7927972398096fb55734ff639 0.02 MB 64 43
334,860 334,860 00000000000000000db95a1908f51f6f7ca37370e1108c29cddb6d0965f4b5a9 0.06 MB 163 31
334,859 334,859 00000000000000001239b2cbe224f9636f789103642d8bf599b06d9a8e2f6526 0.39 MB 731 23
334,858 334,858 00000000000000000f024ea6b5f071d6232c1961621062911d0c7631f3bf57e9 0.30 MB 504 23
334,857 334,857 0000000000000000014d431e6ef74f69b4f34a2f91f1ba1c38826ab94d2e8081 0.33 MB 543 25
334,856 334,856 00000000000000001a67c4e0f3ed905b6755755e24724679cb6d51a2b6d19708 0.17 MB 417 29
334,855 334,855 0000000000000000152958dd43f5b89fb544b8aecd5a8a39369c50f6061d7fbe 0.66 MB 1,075 23
334,854 334,854 000000000000000000819e3109b3b44600da78d580ada84022f7f24e192955a6 0.00 MB 1 0
334,853 334,853 0000000000000000143a01d43f7136ee5cd98a86841047a2932889b513c94c52 0.32 MB 521 22
334,852 334,852 0000000000000000022077e32b1dafa9039d884584f7fdd1e3c88850f094791d 0.10 MB 98 9
334,851 334,851 00000000000000001057bb0aa64b1f48dda8f9515efd791319cd98c032bb1cdb 0.50 MB 810 23
334,850 334,850 000000000000000001b58c015b97d863b8b9c58b372b82b820878ad418095a81 0.33 MB 498 27
334,849 334,849 000000000000000012298b02de20b35b2b5567fd463d200682e32e6a3e84cb4f 0.48 MB 461 13
334,848 334,848 0000000000000000004727897278b8158a99cca8e62abe042fbbe121b195712f 0.03 MB 64 17
334,847 334,847 000000000000000012023ddeec657b36a339503ae8b2e571293b18e89860c5a6 0.75 MB 1,476 29
334,846 334,846 000000000000000014db962c43c40824cff7088a7c6f79af59490e8964d3602a 0.75 MB 1,403 27
334,845 334,845 0000000000000000070c6dac57df0d504fe9c763ec7d0c39ec1debb7fd593385 0.75 MB 744 13
334,844 334,844 000000000000000009f30873201a93da9d9e20b5f15da25720748bd6f8bcc99c 1.00 MB 909 20
334,843 334,843 00000000000000000b72516d1db578e28995e2347a64aa765a0e9ffc6781cfaf 0.75 MB 1,794 38
334,842 334,842 00000000000000001bccaab66f6ed2d77251ee0685e49932809cf248a42c4c48 0.75 MB 334 12
334,841 334,841 00000000000000000954bd30468901b86659fbc863ee54e8cba03d4d1230a6a0 0.75 MB 1,420 26
Previous 10 blocks ↓
Total Size: 647.71 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,541.50 GB sent, 47.38 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.