Memory Pool Memory Pool Refreshing

47,476 transactions
39.84 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,128 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,519 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,127 (341,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,637 502,637 0000000000000000006190a817e134d97828fc1040042f7524d231bfa7d6d0c5 1.07 MB 2,388 561
502,636 502,636 00000000000000000042a970a921a9c94cc4fcddacdf52d89f4d105db99c8f4a 1.08 MB 2,587 514
502,635 502,635 0000000000000000002d151b0de5b5608ba557a0b536521543fefd47df0f397d 1.08 MB 1,891 494
502,634 502,634 0000000000000000006d011e3ef1085781136c9e69da79c5e6231b69d3542dc7 1.07 MB 2,505 476
502,633 502,633 0000000000000000000230eb2c8e3bb4d3c693d0259f44eb32293f0c59ddb8a6 1.07 MB 2,465 602
502,632 502,632 0000000000000000000bd4f8fe77f80ebb0e98e79c3f8b230b387bc7fd882b47 1.07 MB 2,529 473
502,631 502,631 0000000000000000006f674f0fd2dd4481167a7ceca35c8d4055916474dbd727 1.10 MB 2,037 473
502,630 502,630 0000000000000000003e49e341652a37ecd8d28f6f296189b6c8ad14ce801959 1.04 MB 3,115 550
502,629 502,629 00000000000000000030471f328dcdadd0f68556e85b906ead8cb0e63ad08030 1.07 MB 2,737 407
502,628 502,628 000000000000000000772ac7cce604e64d0d2f4bc8d27719cc4b27ed7d225064 1.05 MB 2,841 561
502,627 502,627 000000000000000000385946c27b44fbc766a4d4b632db26ba39372302f2dcdf 1.04 MB 2,790 483
502,626 502,626 00000000000000000064c516edc0b3ff33c5fc386cf54ca009197bd8486d5d7d 1.05 MB 2,966 512
502,625 502,625 00000000000000000015a2e4616184b8cbd81ec8e03d45529f2812c0eaa78198 1.02 MB 2,147 367
502,624 502,624 00000000000000000078177f85e35a75bf49d535ea0867f1544b0e013edd5bc9 1.04 MB 2,313 379
502,623 502,623 000000000000000000394921d2e8f429c700e0722508764186e20464b32aa8fd 1.05 MB 2,834 430
502,622 502,622 0000000000000000005ef138c334f4b15231085a6f442bf412b84a8d0fcc269c 1.04 MB 2,587 536
502,621 502,621 00000000000000000086ed5c76858f2ac5b5bbbf1f94bce33a2a95e54303b825 1.10 MB 2,612 441
502,620 502,620 000000000000000000719cb504c62c4aaba8f6573ca5c6d88b10acd53c28f35a 1.04 MB 2,779 496
502,619 502,619 0000000000000000004604ff5ccc3ff171ea11d4c18dc4651dfc1b2c82bd0fd0 1.06 MB 2,173 592
502,618 502,618 000000000000000000695b0d5a05f09c25d1f87e689ef6d685a7b19859d29acb 1.05 MB 2,544 570
502,617 502,617 00000000000000000030a64ea1d489bc89a661a943e5aa67ced21999fe4e6f05 1.04 MB 2,458 356
Previous 10 blocks ↓
Total Size: 650.74 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,018.20 GB sent, 64.63 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.