Memory Pool Memory Pool Refreshing

74,119 transactions
39.73 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,836 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,616 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,835 (345,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,468 502,468 0000000000000000000b9fe49329b12f1bed48deb483a3ea7ab0b233d687a26c 1.05 MB 3,473 509
502,467 502,467 0000000000000000005f7d5439db5c79c3ffab54f018335dc0fb7f155941dab8 1.06 MB 1,673 380
502,466 502,466 0000000000000000005c979a72d940c622f7f048cd8eac32f5a5ba012cedf0ea 1.10 MB 2,798 468
502,465 502,465 0000000000000000003b8cd958c4651fa07535e745190937bf46d11a51028bfd 1.00 MB 2,419 475
502,464 502,464 000000000000000000743f92b00faec0b7c90e3af3a22b47f646177b8cea9a8f 1.04 MB 2,453 393
502,463 502,463 0000000000000000004f2d379c4b304383993cba2fbf4e49f155ed8c687da1a7 1.07 MB 2,846 518
502,462 502,462 00000000000000000052f893bf4e4e99a7d9b57e27baaed03e354f752958df9f 1.11 MB 1,551 326
502,461 502,461 0000000000000000002b73f7eedfcc2f62a4e3138621937b91e724e62aa48b7d 1.08 MB 2,996 532
502,460 502,460 0000000000000000007b00fd3d09d01753ba0995d8f9d1c25f4a84443f41e618 1.10 MB 1,727 330
502,459 502,459 0000000000000000000351fd93b0f0f2d4b812f41d1efdb2251d48ef1244ff1c 1.05 MB 2,973 495
502,458 502,458 0000000000000000006be806c11fb835de119f8d3efe6606a4e010c8b860c170 1.02 MB 3,209 418
502,457 502,457 0000000000000000006a367f3079dc3dfd9012e8a2d19590f840d4c7d59b4a9c 1.12 MB 3,034 447
502,456 502,456 0000000000000000005039913d34cb35a77c9016f6e40d017250ce879a76a767 1.08 MB 2,246 665
502,455 502,455 0000000000000000007dd2c92ab83bfa122d8bfedd1e7d5231bd34cb4dca1ff8 1.07 MB 2,801 617
502,454 502,454 000000000000000000292a6202e2c2a79f33977cd9bdad9f2eb8c682aa004e2d 1.08 MB 3,255 428
502,453 502,453 00000000000000000022fd1a07d422dce89a7334adcd364d55a4a604d87151b5 1.03 MB 2,173 584
502,452 502,452 00000000000000000008fb7460111e3818f9be2f6ec6b220f34f10eacb304198 1.09 MB 1,151 504
502,451 502,451 0000000000000000008e7f832e771eea82c9cdd60613173c7c09aeecd8d30635 1.12 MB 1,079 287
502,450 502,450 0000000000000000004ce4315a609ae887e9c1f4e5340efd90ca2aa353543405 1.09 MB 1,237 438
502,449 502,449 0000000000000000008f9734accbbb81d6ed5048b1e437a839a33a79f1408bb8 1.05 MB 2,953 547
502,448 502,448 00000000000000000077800c0c97ba9d8a41dac677d49b909bea3c9ea326c911 1.00 MB 2,077 320
Previous 10 blocks ↓
Total Size: 657.49 GB

Node Information

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