Memory Pool Memory Pool Refreshing

39,758 transactions
20.60 vMB
Show Random Selection Loading Transactions
Max Size: 87/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,001 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 1,743 76
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,000 (645,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,318 201,318 00000000000001e9f51811c71005f804dc53e841353906b88995ffb8d97156ed 0.01 MB 23 232
201,317 201,317 00000000000000e95d47a0c1d2cc97a3ad8dfcde3ef69e1165e2af779596d0e2 0.02 MB 30 120
201,316 201,316 00000000000004c2b0d0d567f62fd85b40890947aaccc50107139a1f7ff3405f 0.03 MB 38 66
201,315 201,315 000000000000008b2de95e9b50416cf37c5a6d67a2b912ce9ee2a1aad78dc320 0.16 MB 308 58
201,314 201,314 000000000000058ec66d3a87c6de57e396d6d0eeddd0960c5b45d8fd65463485 0.12 MB 324 136
201,313 201,313 0000000000000048055647460ecaea57ceac4c8ec09fcd002f62a134103e2368 0.25 MB 477 130
201,312 201,312 0000000000000598161f7221865f0d6de93740e5fa0b26b776f77febf28541bd 0.05 MB 139 103
201,311 201,311 000000000000058d094d13a143a44263a4cae9b6299ca37140ab24a6812efec4 0.06 MB 130 100
201,310 201,310 0000000000000134866868b4813b1cd5b8c671c6c58ad6c2013b55425c0631af 0.00 MB 13 250
201,309 201,309 00000000000005298fd1385ca5f0a425ce486b1af6efcf256e14f0b7baec080f 0.14 MB 244 79
201,308 201,308 0000000000000405b61532543040662a0352779b983c0eb5bfdb2f437adb1aa0 0.02 MB 39 93
201,307 201,307 000000000000000622eacef49b8a760e404df482f6fba369bc040e7c4fdc0ee5 0.04 MB 113 25
201,306 201,306 00000000000002f30ef8747763a331f8f8af85705382a22c28ea64326963dc62 0.02 MB 38 134
201,305 201,305 00000000000005c54f53019a56045795115afe36427c11d8e766f619abbcb0e2 0.01 MB 20 62
201,304 201,304 00000000000004d856e6f30a86d45321ad632c1da975b505712a000b1403894a 0.02 MB 36 87
201,303 201,303 00000000000001ac99dda5e735578d965f5a83c704a0e894a8f74991e4502913 0.08 MB 157 116
201,302 201,302 00000000000004a43e6a993f3df4a83b6bff8792657c3d4b580d98e11af4c7f4 0.01 MB 41 193
201,301 201,301 00000000000002339d07e8c0e00512f3013be002dba9074eba17aa1126be0d80 0.09 MB 218 146
201,300 201,300 00000000000001bf42341be20b0b41d893165577a289f1163b34f42b8c006e20 0.11 MB 262 135
201,299 201,299 00000000000000188d7357ecf40e8e50d8758cd4066f7a1b80c5b095ca15a759 0.01 MB 18 87
201,298 201,298 00000000000002df6befd43de6177585f15f7d6c1ce50a3481a064658b50ceda 0.10 MB 236 146
Previous 10 blocks ↓
Total Size: 655.97 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,517.06 GB sent, 99.56 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.