Memory Pool Memory Pool Refreshing

83,171 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,129 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,967 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,128 (543,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,851 301,851 000000000000000017c996458e3e1eb41df85cff941f63b39d7d1da9a779413c 0.14 MB 124 19
301,850 301,850 00000000000000003c9b3912ac56594b3a5c2807402b83d38b7228f5f42dd658 0.35 MB 652 33
301,849 301,849 00000000000000004b5424d7d62c6b93bc641425c92194fc49ef435a415b013a 0.20 MB 352 29
301,848 301,848 0000000000000000533c178f6a881f2d8180f3c0f1083ae11e2d02fc9cc57e37 0.01 MB 28 19
301,847 301,847 00000000000000004970dfda5fb1405b583c6485c6a964a617607678d64bb730 0.09 MB 158 24
301,846 301,846 00000000000000005ede658e6b81f6c8a147e5acd2afc1040391fb46af48ccfc 0.43 MB 656 32
301,845 301,845 00000000000000001e6953bb636bc0599ab9448b7c5f440721448c58764bc92f 0.02 MB 35 24
301,844 301,844 00000000000000004bfda456cd4113f5990b1f7bea00dd38d6e4428883d597b3 0.13 MB 308 26
301,843 301,843 000000000000000005a19211616fdb278f4c1ac19ac9bc6e7ae163388aa6bddd 0.09 MB 131 26
301,842 301,842 00000000000000001cac371dcc568f12c827152eb14d66afded4ed1c4d0e2004 0.27 MB 389 26
301,841 301,841 000000000000000067d3aa16b9a93b223654049df4125ee737a1c9959b5edd6c 0.21 MB 307 27
301,840 301,840 00000000000000005c8a7e43ca368ccc4c2d87bba43c0ca78ce41fb32a70b288 0.31 MB 544 31
301,839 301,839 00000000000000001adfb1390ac1e70ac029e1e5ea9d42ac5c77423589e7565e 0.07 MB 141 26
301,838 301,838 000000000000000048f40dd06adb61e3eaa3f6c0de5d66f1ed698eca74dbd39a 0.14 MB 252 27
301,837 301,837 00000000000000003b8605ad23585a0edb5cf94558747b9026ee62bcd47a3c2a 0.02 MB 16 9
301,836 301,836 00000000000000000c997652d770b676f02ec5d4777dd6c9201992ea5550ae8f 0.33 MB 595 30
301,835 301,835 0000000000000000476f5db5e11a947e9000a8dccb428577a910cc5c3018633d 0.34 MB 606 30
301,834 301,834 0000000000000000607085f98308d645a6760ed651fea469c373ced7703446c9 0.01 MB 22 27
301,833 301,833 000000000000000073c059502acb947cfa68823067441437ca3e93c2df187e34 0.15 MB 233 28
301,832 301,832 00000000000000002a50b0879713289dc2dafc8acd996459b143ffc39df520cc 0.13 MB 252 21
301,831 301,831 00000000000000002ca9f583edb84725a8250b9df9aea5485cd6a02145403083 0.11 MB 168 24
Previous 10 blocks ↓
Total Size: 652.64 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,278.74 GB sent, 76.14 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.