Memory Pool Memory Pool Refreshing

93,109 transactions
32.77 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,961 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,781 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,960 (214,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,232 630,232 000000000000000000033977b26843593598ed0e5fb30d6ab8b9e864f2481859 1.32 MB 2,805 123
630,231 630,231 0000000000000000000de85e0edb15b817b187f64bf036896f0ff7bd2313d093 1.18 MB 1,397 110
630,230 630,230 00000000000000000006ba1bfa41a3f891287b243d15599a2c03485b76c8e278 1.36 MB 2,668 115
630,229 630,229 00000000000000000008da7edccb5a0556e135c11c752d5a42088833f964c90c 1.38 MB 2,109 71
630,228 630,228 0000000000000000000c9d005656bb2fbf9f12c5483207902df18225b49b4300 1.36 MB 2,315 61
630,227 630,227 0000000000000000000dba7844e4cb7abb90c750f6a4aed7508bccf748b61682 1.30 MB 2,696 68
630,226 630,226 00000000000000000001ec86dfa0fa8d5bddea8115c67960649245c624792f33 1.77 MB 242 5
630,225 630,225 0000000000000000000811a5df28b7a58b94500507337013eddfab8ffd1013f1 1.34 MB 2,061 49
630,224 630,224 00000000000000000009d9aafc2cecbc64f5f6c36bb2acd8af54f2b346eacc6b 1.70 MB 1,680 77
630,223 630,223 0000000000000000000a40aef92c8bde515d3496f242ac57d2fbea138c5afb62 1.32 MB 1,939 26
630,222 630,222 00000000000000000007f2623d05ec124735a0f964febecc4409a77d8e1899ec 1.08 MB 2,246 12
630,221 630,221 000000000000000000063e68143ff64c810932c59fae039bdb3e8a6d96ca15f2 1.28 MB 2,792 66
630,220 630,220 00000000000000000004f1e8153d01d836c5bce2bd89acf59db6ed88398a52ee 1.29 MB 2,767 110
630,219 630,219 000000000000000000053612c94dcebf962eaab5dc2aec52320eff37933413dc 1.15 MB 2,362 17
630,218 630,218 0000000000000000000ac26e63ff9f5d3a8db8077d537b4f090c740b17de451b 1.24 MB 2,773 60
630,217 630,217 00000000000000000009a792f01cfcdf7e62df610f20a4a614430f70ee5bfae8 1.17 MB 2,781 43
630,216 630,216 00000000000000000005697612eb15b998c8c93c63b10fa0bc8103c21e24c7e2 1.11 MB 2,609 23
630,215 630,215 00000000000000000002f71c45350b987597b20b86170b32ba4ff2283ff8e627 1.19 MB 2,620 41
630,214 630,214 00000000000000000006f8a5d52dd04390101cb5944a8396d8484d2fe5c604c4 1.26 MB 2,037 92
630,213 630,213 0000000000000000000262f4ee6fcad5e8b2e787e962473cc7af481538c5a0f1 1.80 MB 1,760 110
630,212 630,212 0000000000000000000cf81c3394f4dcc37a17ba3eb3a9b2471c02adf9f4a075 1.51 MB 1,794 112
Previous 10 blocks ↓
Total Size: 652.33 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,243.15 GB sent, 73.94 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.