Memory Pool Memory Pool Refreshing

67,509 transactions
31.50 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,892 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,981 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,891 (408,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
434,395 434,395 000000000000000000d4002afa951efa6e387305f2fd7510746c0a43d7af0c19 0.03 MB 58 56
434,394 434,394 00000000000000000333f8995adfc8c7203545cbfce8a305122e4878f247af5c 0.97 MB 598 19
434,393 434,393 000000000000000003f944bb1414c2c2b668ee8c5a4c13d200f0b58a6ee813c9 1.00 MB 2,394 62
434,392 434,392 00000000000000000048843d9ed67ece448869f8b479223e752a79639d85e69b 0.49 MB 1,024 62
Previous 10 blocks ↓
Total Size: 648.44 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,656.63 GB sent, 51.99 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.