Memory Pool Memory Pool Refreshing

79,923 transactions
40.56 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
847,116 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,330 52
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,115 (328,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,799 518,799 0000000000000000000b068ef80abeda388bd3b5a129c0b3b55ea8c53d99ae36 0.98 MB 428 3
518,798 518,798 0000000000000000002b2a2d927b60b3f6f043b110598c64c2aaeeb694bef485 1.16 MB 2,315 36
518,797 518,797 00000000000000000001e2b17889e09645fb5aef0ec94442e1b7546c2f9f9873 1.16 MB 3,026 12
518,796 518,796 00000000000000000045b8f1666fafd38237851adeae73f4c8654be510f0b25e 0.99 MB 1,981 61
518,795 518,795 000000000000000000099bac93ca51b5d844cf8b9ed7a175ff08758a296efe0a 0.56 MB 1,066 26
518,794 518,794 000000000000000000449a2a260fb68788ecafe684f9e34a67ee33735b32d09e 0.02 MB 60 44
518,793 518,793 0000000000000000002023d84e6809c55a98bffaced817f0b0209ff5a6bcfab2 1.13 MB 1,275 18
518,792 518,792 00000000000000000030c7a311a9b1d72b2aa55f970ff4f517d36ad13728edcb 1.13 MB 2,483 34
518,791 518,791 0000000000000000001fa697dcb331a23e48d7faeb9f73a338ccf96135ecef1f 1.14 MB 2,603 26
518,790 518,790 000000000000000000356795180d12d49f001c4daf02f530c7301c5f0a51d3e8 1.16 MB 2,776 9
518,789 518,789 00000000000000000000e776161f7db69b221f6a17674ed1fa90dd58fdef075f 1.03 MB 1,164 12
518,788 518,788 0000000000000000003114c4fd9c0b1371412d9db4d5a33513689356fc16d675 1.09 MB 1,742 24
518,787 518,787 0000000000000000001cddd8575aa56dd63ddf65ea4b083abbcfaf32a7d2b093 1.09 MB 1,352 39
518,786 518,786 0000000000000000002e5d5df12b1a275cfc5941fa729fe4c13016d24f5846c3 1.03 MB 964 65
518,785 518,785 00000000000000000015a8345dbd4b1dbb7d2a0adb52125d18f866f4a310a8ac 1.03 MB 906 69
518,784 518,784 00000000000000000003181e33ddb3924c1b445a1cd3ba0550683daae7d8a0cb 0.62 MB 1,066 28
518,783 518,783 0000000000000000002b989fc898f4a5948894750fc86d3569d2fdc9c28e3039 0.66 MB 1,323 26
518,782 518,782 00000000000000000004bd0f0db3dee43700d5fed17135aca7670fe764f917d2 1.11 MB 2,040 27
518,781 518,781 0000000000000000000be3f28236d17865a2457a7d89fa8de861501ad2bf1d84 1.16 MB 2,541 19
518,780 518,780 000000000000000000004043cb32a71bef23796b8499eca04c2b8e7b785e6dc8 1.12 MB 2,339 51
518,779 518,779 000000000000000000101cbb804e9b5e55bef5591f2ceb8cea704ebb1e15dc59 0.67 MB 1,374 30
Previous 10 blocks ↓
Total Size: 656.18 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,524.00 GB sent, 100.93 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.