Memory Pool Memory Pool Refreshing

76,553 transactions
32.38 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,360 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,629 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,359 (414,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,745 430,745 0000000000000000000c8f4037dfca07a4f55b3342bedccf36f0c99b1d22b8e0 0.48 MB 472 23
430,744 430,744 0000000000000000034aaef9f795b3afedd8f49ecb53430d91ebd138ab472ce4 0.76 MB 1,197 39
430,743 430,743 000000000000000002ef121199c087985fc67102258fbcfd046e2d5b71a814cc 1.00 MB 1,808 49
430,742 430,742 00000000000000000325322f86dc3ba91a0addfc50cef77f13c951a38dd332f5 1.00 MB 2,857 75
430,741 430,741 000000000000000002a7be33771a72bc4dacf8cba2ab0a899a7fb0280627577c 1.00 MB 2,323 65
430,740 430,740 0000000000000000048697f1a4299303a4d26f6e0c549970bb8a1dfdab74c885 0.30 MB 594 56
430,739 430,739 00000000000000000134e7e32ce9c208889d8cc77ab6d67b7c9b8c911d239f7b 0.12 MB 252 51
430,738 430,738 00000000000000000246825b30738c7e1634ecc603ce5eebb29735f63271def8 0.68 MB 1,691 61
430,737 430,737 0000000000000000037580ecb17188f0f257cfefbc472427f703777b0ca78968 0.65 MB 1,199 52
430,736 430,736 000000000000000000068d9c3c738b194077569c22f4cffd1f961bd8b8b780b6 0.00 MB 1 0
430,735 430,735 00000000000000000419336823d0ddb4acd1a3265d99afbc9423a4d844d50da8 1.00 MB 738 17
430,734 430,734 00000000000000000417906129ef833b684fc62e982ac01264f3995136b92adb 0.17 MB 475 72
430,733 430,733 000000000000000000a1085419c15e23207aab636eef36961cdafff8d3817e02 0.72 MB 1,635 55
430,732 430,732 00000000000000000159728e5b420f96bf2f3739c73ddbbd2474a57345500ae4 1.00 MB 2,548 63
430,731 430,731 0000000000000000025e0a541dd44a1cd5ca7dd803339a8b47ab87ee888fa95e 0.09 MB 256 73
430,730 430,730 0000000000000000042e2a2399c8b9ee9024655f2916211ccbf64eabe3360c69 0.10 MB 275 66
430,729 430,729 000000000000000000a6ebed8f892864e42603c0503795a65ab6542f1c63bbce 1.00 MB 630 18
430,728 430,728 000000000000000002e741ff035884f8cf215f42da49f9220bfe630c99620416 0.89 MB 2,372 66
430,727 430,727 00000000000000000087ef2df584e4c4f712904205400dfb54efbbcb33ca7234 0.79 MB 1,584 54
430,726 430,726 000000000000000003c3781ef335bb5f0fcba465980b989c489fb08fdfb3a087 1.00 MB 2,454 70
430,725 430,725 0000000000000000019f8f73f7550ca942c7c573d1462c50bd8a44893a3c7847 1.00 MB 1,107 35
Previous 10 blocks ↓
Total Size: 653.08 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,297.01 GB sent, 79.18 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.