Memory Pool Memory Pool Refreshing

31,172 transactions
35.66 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,016 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,152 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,015 (325,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,612 518,612 00000000000000000013d6a9514358c616292815e16fc08659de53fdd17ff80e 1.06 MB 746 8
518,611 518,611 0000000000000000002cc32f941b765072f0c108643ebd9449943ae389cf9185 1.12 MB 2,175 29
518,610 518,610 000000000000000000378eca300c17318f9970db074be7c0152a8ec1b0864f02 1.06 MB 807 3
518,609 518,609 00000000000000000031d2d6f155b76dc2ce81dce1c223023746c662d1c780e9 1.15 MB 2,021 26
518,608 518,608 0000000000000000001312a3a89d8008120c3aed790b9ace82928221ad4f7ab9 1.11 MB 1,585 6
518,607 518,607 0000000000000000001a71f184d147b59a3ef170e094a9c2c435faffa6ce2262 0.97 MB 1,983 41
518,606 518,606 0000000000000000002cfdf68b6b40f15da2b5d94f85089c522da51efc0ec274 1.12 MB 2,269 27
518,605 518,605 0000000000000000001cfdd1d428cb17ed79834ef136630342c9524c39a7f762 1.15 MB 1,617 32
518,604 518,604 000000000000000000317209e4a8af12db4916b530d936417cb10f4c4992bcdd 1.15 MB 1,519 31
518,603 518,603 00000000000000000047a7b0e7068199cd490b3e3e3d63a8a08a96772036282d 1.13 MB 1,606 34
518,602 518,602 0000000000000000003e28f4bcf2234edf98009fa4a4adb17fe065d2930f3f6e 1.03 MB 449 6
518,601 518,601 00000000000000000012b84aa74d6c8730c5a161e1a8e833b73e57fcf908f1f6 1.14 MB 932 12
518,600 518,600 00000000000000000012cc12e4c088d3447bf46d3b2a8959762063bb2ac8207a 1.07 MB 1,315 21
518,599 518,599 00000000000000000008194da33d046f63f98af9299a8e62a312b3c51c8e27f2 1.10 MB 687 9
518,598 518,598 00000000000000000014e99a1f783b7d6368b135624ef45278bccdeedfdd5d97 1.22 MB 1,510 5
518,597 518,597 00000000000000000027e41e03bdf930430bd528160592af160fc2100945644a 1.13 MB 2,256 41
518,596 518,596 00000000000000000048084bf03d4e31f9b6095ed35732eb21b6625ada4c1093 0.29 MB 504 12
518,595 518,595 00000000000000000012674ef4b4711f8f978eedf1b44adf96f00a4c7791477c 1.16 MB 2,251 41
518,594 518,594 0000000000000000003701624c6f7549bece92ac79cad1e7a0aa4d617ab2fa24 1.00 MB 1,063 3
518,593 518,593 000000000000000000068769c29aef7e209885c9b161b59e3794b9934a6981eb 1.14 MB 2,318 31
518,592 518,592 00000000000000000032c3dc291adc50e4e6336a28b80597cf001dbf13c22338 1.20 MB 2,744 10
Previous 10 blocks ↓
Total Size: 650.54 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: 8,992.94 GB sent, 63.41 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.