Memory Pool Memory Pool Refreshing

48,542 transactions
49.02 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,351 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 1,088 54
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,350 (354,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,203 488,203 0000000000000000004f4bd50d29b04344cf1a9928b94150d4c7dfe523a188d3 1.03 MB 2,134 105
488,202 488,202 00000000000000000046e20ce2df5f61c4f8c896de0f3caa071e1c1bb8cb36b2 1.00 MB 462 28
488,201 488,201 0000000000000000003999962d8e04373d6fc9be77a4ba85567fa4a099b5949f 1.01 MB 1,094 42
488,200 488,200 0000000000000000000d992c038ab36c13ae332dc69f1df11795742689f4db1b 1.00 MB 160 6
488,199 488,199 00000000000000000030d9f12b53ff327dca9fcee6c6a14c90589b82cea7cc07 1.00 MB 308 20
488,198 488,198 00000000000000000060ad56fa861f427b74355eaa842862a7c2b224bfd875a5 1.01 MB 713 32
488,197 488,197 0000000000000000004d4aa741eec89104e8cab3e84d463e308b6dec2080220c 0.10 MB 247 108
488,196 488,196 0000000000000000002c7c1a7ffd3c1eecbe5ac03095a6f6f2ca6ffdf009d853 1.05 MB 2,219 96
488,195 488,195 00000000000000000087470448b31002e5d1e6ddeefef104b2d487f9a762edd3 1.01 MB 560 39
488,194 488,194 000000000000000000b1d7e9a43dab7593ba23471e7d15080077044e5157ad49 1.00 MB 606 17
488,193 488,193 00000000000000000042f9f44689ed6551f698e8347fd55b95d7a521e9886c9e 1.04 MB 2,059 23
488,192 488,192 0000000000000000009a6641edf739109f70696aadb1ac403811b9aeb5cc7e25 1.00 MB 1,851 49
488,191 488,191 0000000000000000002aeed8d56e2556b012c8c8df8aa574fb93925c468b6164 1.02 MB 1,852 139
488,190 488,190 000000000000000000479e0c97a640362d7894a3754ba9336addbc438ca0acb7 1.00 MB 1,885 38
488,189 488,189 000000000000000000a467556a8ca61fdb0603879833ed34ba6ae9b03b8991e5 1.02 MB 2,774 50
488,188 488,188 00000000000000000086385d8fe185d019f7e1b09a55cd5a184170bbf52ac80b 1.03 MB 2,107 117
488,187 488,187 0000000000000000000f389a332554957c4ce6c0b5e8fa6533f6316a08221bc7 1.00 MB 1,779 118
488,186 488,186 000000000000000000cb496ac3f25720e59000c144aa0025f62ee920f2967bab 1.00 MB 1,819 99
488,185 488,185 00000000000000000069204db942fb9ed08883bf6cf1b1fa879d956773797a95 1.04 MB 1,935 117
488,184 488,184 00000000000000000044a89d54661ae02641efbb1befb087be2ab387b6098765 1.05 MB 2,027 115
488,183 488,183 000000000000000000f3cfc5b4aeeb7c32e06b2f95f503cc146c6f6d52423519 1.00 MB 2,617 181
Previous 10 blocks ↓
Total Size: 647.38 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,481.78 GB sent, 45.31 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.