Memory Pool Memory Pool Refreshing

66,080 transactions
36.54 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
848,612 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,594 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,611 (731,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,097 117,097 0000000000007b2e1ff982782ffd6757a3ee17f8663768d0c13fbd9b2def90dd 0.01 MB 17 1,298
117,096 117,096 000000000000c97d3278b28ea6c286b0f47125f83e24e248f87f08bf9c237aec 0.00 MB 13 588
117,095 117,095 000000000000abe5a0232a16f90095358577ad80229778102ee634437e8d2a51 0.00 MB 12 0
117,094 117,094 0000000000006e139bbb2c9d8770158909a9ee16e87cbda57b7090f2b270aabe 0.00 MB 8 1,162
117,093 117,093 00000000000042c3315e4e9611e072638831b7b348b47561f2ba3cd860055306 0.00 MB 9 675
117,092 117,092 00000000000017492fb58564042ed79c5bea4b3a8ba7a9dfb5edc9763dc2cf14 0.00 MB 12 0
117,091 117,091 000000000000b8a44dd0b8bf0ce104c239b7f25f20df4cbc4318b2dd9d39ee38 0.00 MB 12 0
117,090 117,090 000000000000a27b8d06b7353e6c1d7f8b0e01449e85cbd4bda93645c6e154f2 0.00 MB 12 0
117,089 117,089 000000000000b836fe0c1fcbdaa0229d0608ca7ec9f098871792357b839357c5 0.00 MB 14 1,096
117,088 117,088 00000000000024c3ba00035e20e3f1ec04c59248ebd8a82745937a5fba65f465 0.00 MB 10 357
117,087 117,087 000000000000493120ccda983e085fe4e646cded0844b89e5b8792b71147bb07 0.01 MB 20 680
117,086 117,086 00000000000040c98ba201a883fba3790af596be89f7442af8388e78309df92c 0.00 MB 6 3,863
117,085 117,085 0000000000009aaa66a7faba2995eb86a6c275786be522ef2d3690731ac462a6 0.00 MB 10 310
117,084 117,084 000000000000b9e8bfdb5cdb9d79d66c691ec136212b60da85c2b8b97541a1db 0.00 MB 12 669
117,083 117,083 00000000000020c78e0c43ec1e4e413d27c3bbaaf0cf15618ae772ac8543f8d2 0.00 MB 12 0
117,082 117,082 0000000000002cd807a80ae1c65a3169aff795677c0c676d09e697afee455320 0.00 MB 12 350
117,081 117,081 000000000000421bd79b2800890706618a52b8e110e281a4de2733ecbcaf893b 0.01 MB 6 170
117,080 117,080 00000000000073ec34fbadb4ece734acab3fffd361ca7f519d48b669e974594f 0.00 MB 12 361
117,079 117,079 000000000000abd2ac034ea18db72c51a1530bef288743145e4ae767e4901fb6 0.00 MB 12 0
117,078 117,078 000000000000a8a8d6eae132d305c2f031cbc2c85351f2c2cbc01f5b4bdbe343 0.00 MB 9 0
117,077 117,077 0000000000001b4c34fe1d904f5cf43e434e83b2070f6cd989bc79e367dc48fc 0.01 MB 16 578
Previous 10 blocks ↓
Total Size: 658.89 GB

Node Information

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