Memory Pool Memory Pool Refreshing

39,526 transactions
34.37 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,825 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,210 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,824 (169,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,615 672,615 00000000000000000003b857a639ed2186f4869cb119e6647cd89bc13f644877 1.46 MB 2,142 59
672,614 672,614 00000000000000000003cadb5c49ef2e9725958e969e763ca5d71b4fed57c74c 1.43 MB 2,166 76
672,613 672,613 00000000000000000001109f21068a7cbfa81929df0a2e3b20135aea38acabe4 1.35 MB 2,397 102
672,612 672,612 00000000000000000002d9265ddd74ee403d0b1bb99a3eebf71542a30b0c6975 1.46 MB 2,906 131
672,611 672,611 00000000000000000001a4a6d0aaac7c98c3354b22a1aacf838de2a770c603e9 1.28 MB 2,248 65
672,610 672,610 0000000000000000000b73dd790b8738cb855ae26f10f31ff326013e6fd97fcf 1.66 MB 242 26
672,609 672,609 00000000000000000001894da84fd07be42d500b5d436ca9aad1ceb0ae3d556a 1.37 MB 752 70
672,608 672,608 0000000000000000000b6152c18d9aba0096055e73545cfd9f79297f0cbba2a3 1.59 MB 1,234 20
672,607 672,607 000000000000000000036dc59ab17d265a1f63858f054fc73a636f687aa05024 1.36 MB 2,367 49
672,606 672,606 000000000000000000093de7dea2f70e92c3c2c33d87c433b8a0c9c6f0e05f03 1.40 MB 2,599 100
672,605 672,605 000000000000000000041d07b340e0f5c87ad9668d342ed28cddd1d26f53fba3 1.68 MB 594 23
672,604 672,604 00000000000000000009fc6fc05568fd26dff654a5187f378e91cf3c00d450c4 1.60 MB 1,096 16
672,603 672,603 0000000000000000000510bf460a2d08fc74168d21e543c77bf16d2a8d3f3a5f 1.68 MB 1,645 49
672,602 672,602 0000000000000000000bc25af7f2ae80a11b1da0e160cbb1618a826e6617837b 1.26 MB 2,402 57
672,601 672,601 000000000000000000066b82d69714ed696d5c8b7b981f6bf211c0e93e8db74f 1.16 MB 2,543 43
672,600 672,600 0000000000000000000c0f7aa9b5b424a703420c6fef12cc4066b78a59fdcc41 1.41 MB 2,255 34
672,599 672,599 00000000000000000001675e5a932064c24c3f89684fc12942011652ca3c3cb2 1.34 MB 2,778 99
672,598 672,598 0000000000000000000acd35409e51432d49020441ce98805f71c864dea3a64f 1.42 MB 2,871 124
672,597 672,597 00000000000000000005419b8d637ce906c2575220528a2c9bd33db047b317e4 1.40 MB 2,202 57
672,596 672,596 0000000000000000000c3d174a57d8020c6cac2973ec643b59a225597a03b6e4 1.18 MB 1,315 114
672,595 672,595 00000000000000000004b599969f9f25e393520d41afeab2ca97c5509c1e8a81 1.35 MB 1,674 32
Previous 10 blocks ↓
Total Size: 646.43 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,352.30 GB sent, 37.73 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.