Memory Pool Memory Pool Refreshing

41,232 transactions
26.70 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,988 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 757 97
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,987 (412,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,416 434,416 000000000000000000c8b06789aa3ab06839e436201ef3780db7b943873bcb85 1.00 MB 1,885 68
434,415 434,415 0000000000000000014e64cea768f2019a69d14704026f41acdf3eb945e0b2c1 1.00 MB 1,888 59
434,414 434,414 0000000000000000043e3f4abc39899854fd9a75f2834bc863135e06b26e51ed 1.00 MB 2,308 59
434,413 434,413 000000000000000000cd87789ff10b014987f62a2524657ea328b177387e9d06 1.00 MB 3,091 95
434,412 434,412 000000000000000002521deb12c8d9443a2a25aec477f87fa072f4f490849393 1.00 MB 1,960 72
434,411 434,411 000000000000000001052e2f0a50d149d21186c71460707d6da7c5033117d20f 1.00 MB 2,205 68
434,410 434,410 00000000000000000320bf9c6b84089d81485f7423c3b2cd7789183eee903a64 0.10 MB 227 69
434,409 434,409 0000000000000000027783e8f627bbe3786ed649b6e5291db0b7e338d5a649b3 0.14 MB 234 61
434,408 434,408 000000000000000003b4bddfb4c938591b713e18fcb0496981357d9a16523db9 1.00 MB 334 9
434,407 434,407 000000000000000003adc3cb2338419692da626b6ac2588228412bcd5bbdf1c2 0.94 MB 1,127 37
434,406 434,406 00000000000000000050cded6bdf0e6d5eabea69e4e9f05dc1c9a575f32a3d9c 1.00 MB 2,598 72
434,405 434,405 000000000000000003415c5f866a211d164e1172517a9dd7d3feb43bb550ff26 0.46 MB 677 63
434,404 434,404 000000000000000002af6e9e2d20696ee0570be052b611550bd39d67f57e10b8 0.05 MB 129 86
434,403 434,403 000000000000000002c127212515b5588d95dc66d0542adec6eedbe51b75bb04 1.00 MB 2,010 58
434,402 434,402 000000000000000000e3ec040c8a444900ad3464e5277068c14464cec42d4bea 0.90 MB 1,519 47
434,401 434,401 0000000000000000023c2bf554f64ad6177d68a616a28c5e7ea53f90d216837e 1.00 MB 2,342 66
434,400 434,400 0000000000000000009ee0e843b22e1fcd43dbcd1b3a0ce302ceb0bb1dc1e787 1.00 MB 1,487 39
434,399 434,399 0000000000000000008deaa7a9c0ecee6a924c1a1245e992c6c9c3098a6e6687 0.75 MB 2,078 79
434,398 434,398 000000000000000003e8e1120e2275933e4a4b28cd075afb070b202841e1d56d 0.99 MB 1,789 51
434,397 434,397 000000000000000001e6c19093861f8c17e33dd6fa006209ba82df9bf9f44c5b 0.59 MB 1,189 60
434,396 434,396 00000000000000000264ca51da586e27260c754dce621f4feb9fe7bfdf6b79e2 0.19 MB 196 29
Previous 10 blocks ↓
Total Size: 655.96 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,516.21 GB sent, 99.50 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.