Memory Pool Memory Pool Refreshing

98,155 transactions
38.88 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,892 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,690 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,891 (321,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,760 526,760 0000000000000000001f2ad6c10f0bf257d0184b511cdb71c729af044df5fc63 0.26 MB 537 16
526,759 526,759 0000000000000000001bc2f1e89decf1677daecb5b20c28d11a3f25b4f13f4c4 0.13 MB 212 37
526,758 526,758 000000000000000000077634bf0191475bedd079eca016772eba6892fc6179f2 0.12 MB 205 11
526,757 526,757 00000000000000000025c1f39c78bffb163600df55ac3697b589aba6cff872da 0.01 MB 26 12
526,756 526,756 0000000000000000000b65f13d74ee8192e768aef2e11ec8743d3d5c092c8422 0.29 MB 735 12
526,755 526,755 00000000000000000015fb3973e08bea583454844a76734946ff10dfed8b7cdc 0.13 MB 220 20
526,754 526,754 0000000000000000002ebe2b5d1df64a523e77efced8455563901421c8b40221 0.72 MB 1,609 14
526,753 526,753 00000000000000000006a53c08d35783a7c0bb832fb209f420e9c5a76c0e828f 1.02 MB 1,957 19
526,752 526,752 0000000000000000001e158098813ffed7c160a1863f3aafc936a215c64c7c78 0.01 MB 45 23
526,751 526,751 00000000000000000018d1d02b294473cf1a5fa6a54e72f1d79c4fca5ce540f3 0.54 MB 877 9
526,750 526,750 0000000000000000001a3859d5a869c8d11314724a8d2dea61cdf17c81a9b121 1.23 MB 2,592 13
526,749 526,749 00000000000000000010162689ce15b68f4a3cd05a22404dae32713bac550107 1.12 MB 2,422 23
526,748 526,748 0000000000000000000cb430bbd911b8d8a2def5c57fc62f299179c5dbc8adee 0.36 MB 396 11
526,747 526,747 00000000000000000025985ca058d932a8829def35ca602e1553cf16642ff517 0.99 MB 1,785 11
526,746 526,746 0000000000000000001e941b417a189559a7cb86e6946f6ac8732455ca071a12 1.19 MB 2,617 13
526,745 526,745 0000000000000000002bf118300de53282083e2b1d8807aa8c8a1e20a6d8b30f 1.18 MB 2,894 21
526,744 526,744 00000000000000000004a4f43207bdb757e87c787359edf45ad49654524bc89d 0.32 MB 558 3
526,743 526,743 0000000000000000001933d2ed24ccd322e82681f87f232856ac113701a3297c 0.60 MB 1,358 9
526,742 526,742 0000000000000000001d161466097ddbb6b940d9c31f66cae22ec19315ad33d9 1.18 MB 3,096 30
526,741 526,741 0000000000000000000b53fd33703494446bd2aa607a67ceceff07c76754b69f 1.16 MB 2,254 478
526,740 526,740 0000000000000000001da7740fbcbbd48423cf4af8a0a445e1c5af7f633be868 1.02 MB 2,517 17
Previous 10 blocks ↓
Total Size: 657.59 GB

Node Information

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