Memory Pool Memory Pool Refreshing

69,306 transactions
37.79 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,480 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,136 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,479 (329,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,471 518,471 00000000000000000040ab9168e9a7853321ef691f025ddf80f000dc4418480a 1.04 MB 650 5
518,470 518,470 0000000000000000004846f8d72f2447072be5a1972649f4e02cf66de7774953 1.15 MB 2,740 35
518,469 518,469 00000000000000000032c5fdc3208b453fd2d4994f193dfec086527dc86b671b 1.04 MB 467 7
518,468 518,468 000000000000000000066d95dab74e35dd9a37de67be5a428930c8e890a499d2 1.11 MB 1,948 31
518,467 518,467 0000000000000000003ea544e36496522d63d4bb0e65351a9fbdf199262733bb 1.02 MB 462 6
518,466 518,466 0000000000000000002152a643ebb8855e30cfd52cea587e1735e2220eb6304b 1.07 MB 766 7
518,465 518,465 0000000000000000002ef7006b0ea634a0460dbea43095cb687cc6050770a12f 1.05 MB 1,040 8
518,464 518,464 000000000000000000118bcfb8dd459725f31e06ba70bc52f343e72242a0e04b 1.13 MB 2,086 31
518,463 518,463 00000000000000000046ecf758666c90fcc7146c2375232f5fc40d69d743e793 1.03 MB 518 6
518,462 518,462 0000000000000000002329647c18e227b18df9f18c2bfd1e52916d74a4457556 1.02 MB 338 6
518,461 518,461 000000000000000000344ecf51e70048b2c3aa2de8b0f77b2012f8b091c1a78f 1.08 MB 633 3
518,460 518,460 0000000000000000000143f80be17b0a2503e7fbedbbc8ec74eccbdeb99625cc 0.38 MB 538 24
518,459 518,459 0000000000000000002ae1fe2bd0564ad1445ce7aa75e57650b44de25d4ab015 1.11 MB 2,392 16
518,458 518,458 00000000000000000007058ebb965a9240b61aed8741601e2c60ada4d5492ad6 1.13 MB 2,138 44
518,457 518,457 0000000000000000003c9ff011c8c931928c602d140eafa301dca9dc85dc3e82 1.16 MB 2,563 50
518,456 518,456 0000000000000000001652d666af000cd6288c554753d39591ad6f05b19db848 1.11 MB 1,418 17
518,455 518,455 0000000000000000002ec3ff536a0c14cb71d95193abfa8130c1862b85c41f9f 1.13 MB 1,346 16
518,454 518,454 0000000000000000000766992cca7f96f8b499e9acc4db7458351eb378ab6705 1.03 MB 742 10
518,453 518,453 0000000000000000003423cb39b6a82c007c43a60f01e7a80f1d68b2c296f965 0.99 MB 1,740 32
518,452 518,452 00000000000000000028af2639583375073655ccb6c6081f97dfa78742bb6403 1.06 MB 1,016 15
518,451 518,451 0000000000000000000edb6b5d4cb218137a47ed5c0180e96b15cefdafeb2d47 1.12 MB 1,865 7
Previous 10 blocks ↓
Total Size: 656.84 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,561.24 GB sent, 105.95 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.