Memory Pool Memory Pool Refreshing

25,505 transactions
58.42 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,818 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,771 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,817 (587,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,035 256,035 000000000000002a84f3ee4b5d2b4e136135f6aec6b64bfef9860e8253a47ebb 0.25 MB 640 122
256,034 256,034 00000000000000048892cc190a861cd1f9ec33b8d1daaac644a4df34a623483c 0.12 MB 308 112
256,033 256,033 000000000000000cf1d846f95914f274e4247501182f8e97a0fded4fc331350a 0.07 MB 178 125
256,032 256,032 000000000000001a7551c8d0d76d1095287a7fbae6a8aa8976d12d51b540147a 0.10 MB 191 91
256,031 256,031 0000000000000002e2a62b8705564c38d6a746fc8e971a450a69989152b5ee97 0.01 MB 17 14
256,030 256,030 000000000000000adf414032bd1b00886cc52543807812ed4906084152aafe99 0.10 MB 216 83
256,029 256,029 00000000000000097dc82139eb0706adbd295f162dcc2c2688246d350b164b37 0.06 MB 90 59
256,028 256,028 0000000000000024cfd7e7a83a134369d395c03a8ca8b15bfdf82408f3e3e0ba 0.04 MB 105 172
256,027 256,027 0000000000000004e457f50bcb0ddda8c4715d85d9380565a71cd06199c30658 0.10 MB 212 92
256,026 256,026 0000000000000008ef5ebb9c10b8066074faf7152cfcb2d830edab6fc5250ec6 0.18 MB 425 116
256,025 256,025 0000000000000034c928fe6dc5bec052634bb3a0c478fd9de0685bb8efe58b8d 0.22 MB 535 113
256,024 256,024 00000000000000270e4253cf6982291a7cd173874d0990f59c19c6d18fbe6b0b 0.05 MB 109 116
256,023 256,023 000000000000001e02448e15a8ba0bf12911c2f90e8619b2838ecd3058e02658 0.05 MB 125 119
256,022 256,022 0000000000000012b9c6bba2d63734c8cedb8831696796b0e1d12780d1f5be15 0.08 MB 200 116
256,021 256,021 000000000000002448c5f0333f97de6e3d7769b8d24ba4d7f1742e33be385140 0.04 MB 64 88
256,020 256,020 000000000000000bc845eaf190fa51da35faa3058b7391444278382012b2b260 0.10 MB 213 102
256,019 256,019 000000000000001e03f3146b1d64fe3f2c222a5f1bea789fef276a183cb743d5 0.03 MB 53 73
256,018 256,018 000000000000003c338fbf387aed051e62e64ea795e07da8f2bbfa77431bf030 0.18 MB 408 115
256,017 256,017 0000000000000018781fd3f7cd533732f02a8d8b154b26d991c7cbea482871ab 0.08 MB 198 40
256,016 256,016 0000000000000012a84326cee56d1292f9d7e4244b5772012a84e9474e0a8ea8 0.23 MB 541 121
256,015 256,015 0000000000000003e29e496c3f007b9ec012abcab5a9935e6ee30e35ae6ce72a 0.09 MB 151 95
Previous 10 blocks ↓
Total Size: 650.19 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,943.65 GB sent, 61.63 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.