Memory Pool Memory Pool Refreshing

41,397 transactions
47.89 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,968 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (641,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,180 201,180 000000000000036db4d55dc93b74dea6c21827d103c9de08d4e3cb85adfc3afd 0.01 MB 32 0
201,179 201,179 0000000000000271414322dd477ac05db97ed6ec1713fd7dbb513dbd122e281d 0.09 MB 220 119
201,178 201,178 0000000000000598d17a6b4df943937634a601ccbae517589a9f2d847bdf4e90 0.00 MB 14 15
201,177 201,177 0000000000000303d354321a132084fc9e51fc69edf7f8e82b0e415de3b7145c 0.12 MB 173 103
201,176 201,176 000000000000038d429059b195d798d218736045d0563bce14ac9500301d50dd 0.05 MB 66 72
201,175 201,175 00000000000000abed5aa93a4bcb14c1d754096719be85147d39a2963a983b31 0.03 MB 59 66
201,174 201,174 0000000000000593bbc0739a5767587847303935dadab89b2e676e0fc4059277 0.01 MB 19 30
201,173 201,173 000000000000027b62d87249d015b0f5a244c4a7878e3691857df3de6da23781 0.01 MB 19 39
201,172 201,172 0000000000000154eca2a0fa7341540c75f4b1c410a30106a2d305179dd31360 0.02 MB 33 154
201,171 201,171 0000000000000072fc4402bb8ad49dfc552d60d901a17ef8cb22ddd4a88d6893 0.04 MB 143 9
201,170 201,170 00000000000001e5048b9ecbec767dd4916ba9aa5b4193831bd2d2c4abecf90c 0.01 MB 10 48
201,169 201,169 0000000000000140c1e02b4a28be60e93cbb41a4f53b401e6d95086882327d2b 0.03 MB 75 121
201,168 201,168 000000000000059a717963a24690a1978afed9f2cba9fee86c5bde5a6a8863d4 0.06 MB 70 69
201,167 201,167 00000000000004cf4385398ff79a210d7e06af051458ea881e0a951b2745eff2 0.06 MB 145 73
201,166 201,166 0000000000000286d0bdb45599f4de3152d5e78ea9622fafd118f8de5eb52101 0.04 MB 60 38
201,165 201,165 000000000000029f8acc486facd29f1f1ef45396e944c8a9aaf6ba8f3e08208f 0.00 MB 12 155
201,164 201,164 000000000000043e5fe31402afb1e73cd491eba131a987e9fd3e5ab46b246859 0.00 MB 14 0
201,163 201,163 000000000000050602fa99bcb9c9d511e2d4b71abdbe0336284598dc7d12e76a 0.18 MB 392 129
201,162 201,162 00000000000000eade414e1df2f56e3389d0e85bc7e0fd2d169fb355488fe2ca 0.03 MB 92 129
201,161 201,161 00000000000002f6de4e41ed93290ed0322db32dddcc25262173b403f5ed17ee 0.06 MB 185 27
201,160 201,160 00000000000003f8d0917dddc502943639b7cc260b09a9ef000b1e5eb0027a14 0.17 MB 415 138
Previous 10 blocks ↓
Total Size: 647.41 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,484.58 GB sent, 45.53 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.