Memory Pool Memory Pool Refreshing

73,731 transactions
35.71 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,174 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,722 342
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,173 (724,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,781 117,781 000000000000b719610b232be13b0448681da552dbd1dfc340fc2737bf32411e 0.00 MB 10 358
117,780 117,780 00000000000006e55ae70285a6ff1befd432ca6ae4828f586664aa3dcd01d667 0.00 MB 9 0
117,779 117,779 000000000000c60077002187dcbb53350eab6ea1ffaf401d2ff8211b97543531 0.00 MB 10 699
117,778 117,778 000000000000afdd8f49d6e0562a4f20dd18c8b7b077ed8eaf3a934d173a324a 0.00 MB 12 0
117,777 117,777 0000000000005317ed6f476b912eadcaddd383c0830505e8307dbe00a9cdcbef 0.00 MB 6 0
117,776 117,776 0000000000003244d7b3b2c5ba6b5921061e9ea41c5a7afdd2bcd0a3548ef65e 0.00 MB 12 0
117,775 117,775 0000000000007eac7d2b13e0997ca7cad2025292f153ddb70888f33ad51142f3 0.01 MB 21 113
117,774 117,774 000000000000554aaea17dd77ae488e2a2e6eef19fb3a8759970a2e252fd3061 0.00 MB 16 801
117,773 117,773 000000000000ca10bd31a7ec1f7dfc13795e28eecf163d556c719798a2c82804 0.01 MB 19 1,323
117,772 117,772 00000000000055d59eb704087e90a64a693a35590ace9d4792f446867df34853 0.00 MB 8 484
117,771 117,771 00000000000045848f9185e3fedb0a05b2f1be9c11ab4228bba896def679e89d 0.05 MB 152 21
117,770 117,770 000000000000004665b3f598bb51190fbea2997bae730790bcd8dbf1c1a5996b 0.00 MB 11 616
117,769 117,769 000000000000a05c299781d1243ad558359994ea200315a9a04f44facf4b7bbd 0.02 MB 15 1,080
117,768 117,768 00000000000073e43d3b614ce8a2db868fd2c4baeaa7a69603aafe3b2d75746a 0.00 MB 10 0
117,767 117,767 000000000000b0b1ac418108fa7cd4658d2878623816e9d9141420b0c715afb3 0.01 MB 24 406
117,766 117,766 0000000000008286bcd369534b2665b8359909cbd26322275c19430b6d498d56 0.01 MB 6 886
117,765 117,765 000000000000c55fd868f8b9331aa09627ee94e9d2998849f8f37eaf84570163 0.00 MB 14 1,096
117,764 117,764 000000000000bf80faadd2a622ee8656c2c4662a038a360a48101e7388196d65 0.01 MB 19 1,981
117,763 117,763 0000000000003a4e726d886f750768dcaac7b7c336764886a48425927c09e773 0.00 MB 14 1,215
117,762 117,762 00000000000051e35965ee00bb89587c610a13d4752a92e0689b0bead7ccd6dc 0.01 MB 29 1,575
117,761 117,761 000000000000b9c1b0383bad5e1e0cf3c297ad1b23d70ddabcdea712d7095e23 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 647.06 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,450.82 GB sent, 42.84 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.