Memory Pool Memory Pool Refreshing

46,394 transactions
46.22 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,304 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,528 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,303 (476,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,627 365,627 000000000000000006f90c461557e32fbf4b4a52f412759f7562bfbff74683df 0.02 MB 35 36
365,626 365,626 00000000000000000124e57db1c9bff1ad04055057f2f997017a3cec9fbbafed 0.01 MB 16 33
365,625 365,625 00000000000000000e7fbf975bd56bfba342dbacb353072e7688e900b5027051 1.00 MB 1,009 18
365,624 365,624 000000000000000006fd807dbd76e0cdb7cd1212fe295e3ee8f967005a7fae80 0.43 MB 925 58
365,623 365,623 00000000000000001237d869992f829c77f17f14e33bfda01dc1b78c9c4ab2e3 1.00 MB 361 3
365,622 365,622 000000000000000015116568831402ceb51170ab7ab6919db53a64d226341fd6 0.07 MB 172 48
365,621 365,621 00000000000000001226ed0cc56ec5cdfe1da9cb8ffe43b649d2e951001d16c1 1.00 MB 1,142 23
365,620 365,620 00000000000000000fbf7eb8e64c86e0f87cedb8beae008aa739eb3247dcabe0 1.00 MB 546 9
365,619 365,619 00000000000000000a139658490d9d630c6f79a9b011bb5adf40cb1dc61a5456 1.00 MB 655 9
365,618 365,618 00000000000000000df16b3ab71fd55349f39444d49ef95d78932b4d50287fd6 0.32 MB 377 25
365,617 365,617 00000000000000000b42ac714ae17d4f7d4be2290a521961994a19ae63f95ed5 1.00 MB 2,516 54
365,616 365,616 00000000000000000abae417c4ec1fb5469e8fc35a503f70757ef788d80a7a04 1.00 MB 1,723 33
365,615 365,615 00000000000000000e6cce0093162075c14fe7a1ff5243f1a87305b780a0cc8d 0.75 MB 833 26
365,614 365,614 00000000000000000995c82ed80c989bb32ac3025acea4eb64b4e6185dfe6a86 0.15 MB 360 52
365,613 365,613 00000000000000000cd30561b95c603df743b62a8d1cb0b43960e698085528a7 1.00 MB 264 5
365,612 365,612 00000000000000000c981ece81dc0267df4be8ce1100c8c4dc0430e2d83c7bdd 0.00 MB 1 0
365,611 365,611 00000000000000000a363510ff8901d5b5f555b2b8b6928795695b2aa6a7a60a 0.60 MB 1,246 46
365,610 365,610 0000000000000000055cbc063dc475089a1cac475bd5fd45cd2b1e757d8e0748 0.15 MB 288 44
365,609 365,609 00000000000000001032cb58056edf1e344f5067beac9979f4c59ff3bac11f69 0.11 MB 226 41
365,608 365,608 00000000000000000ceb991f4fc3e6bcf96e26df0315053a98426df417833b51 0.93 MB 425 5
365,607 365,607 000000000000000011f614e45264a383ade5889946881ead8b1f3f712b032118 0.92 MB 446 15
Previous 10 blocks ↓
Total Size: 647.29 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,473.92 GB sent, 44.57 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.