Memory Pool Memory Pool Refreshing

97,912 transactions
38.86 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
847,892 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,459 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,891 (572,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,238 275,238 0000000000000003d4831c0536762ae00641259884c6293dc597bfd67f46043a 0.39 MB 656 39
275,237 275,237 0000000000000001b3cdfee2b5f358ff4d5fc468c1767e08f92c73e2fa418bcd 0.10 MB 223 38
275,236 275,236 0000000000000000b7f48b70a2c80378770b65f00baed897552c763e47f8bf63 0.03 MB 79 41
275,235 275,235 0000000000000002d6765693941c889d16839856504cde70036a28193e39a848 0.17 MB 149 14
275,234 275,234 00000000000000003216edbd151ee9af4f82f938429c49a888bf585ad0e52324 0.25 MB 531 50
275,233 275,233 00000000000000000f7b8cb3e69763461d90733468f93ac99ca046e24aba82fd 0.30 MB 352 19
275,232 275,232 0000000000000001f64796bff142086fa14275c241168da9aa69cfa9a4cc0049 0.25 MB 789 66
275,231 275,231 0000000000000000c12cf8358235e046bdc5f1b023c838cd5e6050ab16117683 0.03 MB 87 103
275,230 275,230 00000000000000021deb0344f3130ebc7b0f920e107b5bb1a44b52f2312750d3 0.11 MB 126 25
275,229 275,229 00000000000000035f96d487f1539fffc9d3ef579f021aeb69a13bd31a5cf934 0.21 MB 503 62
275,228 275,228 000000000000000066490cc57391e9dc4d689504d8309cc8c42397bdd03fba65 0.09 MB 160 54
275,227 275,227 0000000000000001d2825de16f53e2bcda7ba8cb67876c0d108cf77124b3b07a 0.14 MB 201 37
275,226 275,226 0000000000000004acb59f6bd5405d062bdd2f27e66a54fa07e23a3278d87f45 0.11 MB 256 48
275,225 275,225 00000000000000015ff37a1de18e6642a4e3d18b8a8fa2bcd7f25c2c45d4a3be 0.01 MB 24 57
275,224 275,224 00000000000000011925c7e46737d6f1389c8272c1299e515dba2c128fdd386a 0.14 MB 180 21
275,223 275,223 0000000000000003efa19fcef8fcdba4937150e51fc3f692e9d0221d3ecc7bbc 0.11 MB 316 59
275,222 275,222 00000000000000025fbb1b7a1e6020e9946377bcc84c6009f5f002737ef7285d 0.14 MB 307 52
275,221 275,221 00000000000000034f12fcb52e38b4ee696b7b20eb92fa1d687d045dbf942da2 0.13 MB 111 17
275,220 275,220 000000000000000421f3805a494b7c264264e238763edfed2d5abdee8783b3eb 0.05 MB 83 22
275,219 275,219 0000000000000001e4382627de8fa4ca5226f862d625625ff10e5c53d6a0faba 0.08 MB 163 45
275,218 275,218 0000000000000000c9746c19961987c9bbda7604066c5d2c6f1b2b278c298bd0 0.23 MB 588 56
Previous 10 blocks ↓
Total Size: 657.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 57 incoming
  • Data Transfer: 75.91 GB sent, 0.42 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.