Memory Pool Memory Pool Refreshing

55,744 transactions
33.96 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,547 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,682 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,546 (328,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,460 520,460 0000000000000000001ada085c106254b243c07badbc6ad609749df6cdc22481 0.06 MB 125 42
520,459 520,459 0000000000000000001ffacce0c948963de8649abb567b25fc8528171d95aeba 0.68 MB 1,308 50
520,458 520,458 0000000000000000001405e82dc5cb8e4378cbb09b5ddd70c9a374c0058d0ffb 1.11 MB 2,378 26
520,457 520,457 0000000000000000000a3144991ccd7e0f778c7c2bec9bc39b9dba7d0dde056b 1.17 MB 2,831 64
520,456 520,456 000000000000000000056ba6f47de6e1bb93ecb047cbb9144ecf0f9515b3d012 0.90 MB 1,924 39
520,455 520,455 0000000000000000002652a70bb80f25d4fb3824a0bd3e409485b9910d939261 0.67 MB 1,346 46
520,454 520,454 0000000000000000000be03ce5e6642284d346e033c4afa32ed5e1e6e69d8a6d 0.35 MB 679 32
520,453 520,453 000000000000000000060cd51b12bd42b85735384cff898866c8adff4fb91b6b 0.46 MB 463 25
520,452 520,452 00000000000000000038de09bcc3ee77049223efcdff810ba077972dc2ee659d 1.13 MB 2,194 17
520,451 520,451 00000000000000000010a2696a7800a4442c897b5f46283c78235d23b925a9e7 1.15 MB 2,248 22
520,450 520,450 0000000000000000003ca8d3a3d2ec9e58e97df682e516905449c572ff981770 1.24 MB 3,229 52
520,449 520,449 000000000000000000126ed7a538b85acd50c03a8a659007f82e72cc7747b25a 1.13 MB 2,464 88
520,448 520,448 0000000000000000003d119df323b620cc090acd77b5b51b9c8c9eff00b9fc32 1.14 MB 2,463 51
520,447 520,447 0000000000000000002da8da4d8536d80bd16e413ba558520eebec00bb8f1279 0.75 MB 1,756 50
520,446 520,446 000000000000000000042d612def3a200637e49a4f194adb12011a22220aba15 0.91 MB 1,625 5
520,445 520,445 0000000000000000000b128170836a02dc7319169566353ade98c663ae8c24b8 1.12 MB 2,658 50
520,444 520,444 0000000000000000000ae54ce8518ab852062b79cfc3170d54e9f17f78638e70 1.13 MB 2,183 34
520,443 520,443 00000000000000000003210da6d6f93d37709e1e9283fdc22ba2fd078d1898fb 1.18 MB 3,092 75
520,442 520,442 00000000000000000040f3d624e685a8af400034b4427e021491d7276e2d1184 0.16 MB 331 40
520,441 520,441 00000000000000000036c273a45c7ea815d7b7d88e1e635503c91b681a63acfa 0.79 MB 1,457 45
520,440 520,440 00000000000000000018bd20a8e25a44570400e6b6ee14eb98e9a8c264012cd7 0.58 MB 1,044 49
Previous 10 blocks ↓
Total Size: 658.77 GB

Node Information

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