Memory Pool Memory Pool Refreshing

39,266 transactions
40.80 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,104 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,991 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,103 (313,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,284 530,284 000000000000000000249d0e33c795cbf9736b3367122348cfec4bc227afedad 1.09 MB 1,998 44
530,283 530,283 00000000000000000006e4f8ec5ac60d89cac532faead3132754f0ae5d0e26dd 1.02 MB 397 7
530,282 530,282 0000000000000000001e0b157c2bb2e29a3eb3ebb9b5015a03c1d8c5aad2fcea 1.16 MB 2,694 36
530,281 530,281 0000000000000000000e42b0e0aed45ef869e64e18e5911326c53d86c14c98c0 1.03 MB 551 5
530,280 530,280 000000000000000000242c180ee00ba6f59b8d7e8d59a49692f04cc80c36276b 1.13 MB 2,335 32
530,279 530,279 00000000000000000019aed6c4f6a1161d7232894fb74109f21fe00ed42d2200 1.14 MB 2,340 21
530,278 530,278 0000000000000000003439f594948443f8d6a7c382847edef63768c73b1af16a 1.01 MB 367 8
530,277 530,277 0000000000000000001c55e34fb3da8843c1d4254622ac42d6065097684270e8 1.16 MB 2,187 24
530,276 530,276 00000000000000000001233e734a2e27a907c24bf43a55b71ea28e06ec4b829a 1.19 MB 3,102 34
530,275 530,275 00000000000000000009e63379bc28f94b6e346e7fd2c95b8b746f3ea70ef2f7 0.27 MB 453 63
530,274 530,274 000000000000000000262001a4acc896d468fc004547e453eb84affd6e6911e5 1.01 MB 373 3
530,273 530,273 000000000000000000175b26ef238f86dabb3f8856cd8bc43570ebf46d62088e 1.03 MB 679 11
530,272 530,272 0000000000000000002a2f346472f2696c4128d4995d81bb220ce3a394b34d6e 1.01 MB 225 1
530,271 530,271 0000000000000000002e7054dc7c45aca6f3e0a95b63dd25bfe8cbe13af3f3ca 1.15 MB 2,570 26
530,270 530,270 000000000000000000307b0ac8d53b36b9cddd672c825671618da9a619691e29 1.11 MB 1,001 16
530,269 530,269 00000000000000000005ddbcf13b1444c6e2d95c68bd6751945a2971afcc0908 1.15 MB 2,245 22
530,268 530,268 00000000000000000007ab0841efdff776f602480dffda17a510251e16c9b857 1.19 MB 2,367 28
530,267 530,267 0000000000000000001ba9eb416faf04f6035759e05beb0ea5b5479147b1cd09 0.62 MB 474 9
530,266 530,266 000000000000000000087d8a9ea3eb44823385fcca5a7154d472a2991eda10e4 1.08 MB 1,413 18
530,265 530,265 000000000000000000012917498a67a4791726ddf10540e5addc0bf39c461375 1.02 MB 347 5
530,264 530,264 0000000000000000000ef46507b29f87dc9ce67aa0ad4c6955c565fe87a21bf9 1.09 MB 1,111 16
Previous 10 blocks ↓
Total Size: 650.69 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,008.49 GB sent, 64.34 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.