Memory Pool Memory Pool Refreshing

53,183 transactions
22.79 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,220 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,406 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,219 (657,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,169 192,169 000000000000033cdfbdfc755df89953a1d05cbafd53c3ce6418158602c0a5d8 0.03 MB 32 115
192,168 192,168 00000000000003fa0194e86525ccaef856e4809a4258de65d39b9f348754244d 0.17 MB 385 143
192,167 192,167 000000000000072a63ce7a4037c6803cfba298f213137a2b0c8060eb1f3f55a1 0.05 MB 125 149
192,166 192,166 000000000000058f0bb98489d5c0830ce9081cebd896219e43c0b82b7e9b00d7 0.05 MB 127 91
192,165 192,165 0000000000000078262b35ae92859de151e87c97036e15a6a7488b60ee38e19e 0.21 MB 607 321
192,164 192,164 00000000000000e8c46993ee4c87bbded94bc3a5f54f8f770a6ea805f3cf7693 0.00 MB 6 1,611
192,163 192,163 0000000000000148d5d39dacec6ac59430eee96515c37d88e177a453f5888333 0.07 MB 204 203
192,162 192,162 00000000000000fef54454de78f71d88e1682ac1f0668ba9faf7b5bab089fa95 0.04 MB 109 176
192,161 192,161 00000000000003e6f835827e3279c3bedd699fd4dc7956ddcf2888e4fbb9462d 0.25 MB 515 117
192,160 192,160 00000000000000049a42db4575fc8c49b19f63dbaecad2de95b94ec876f3b639 0.02 MB 32 179
192,159 192,159 0000000000000082b44b57b3e784258d45cf373796b8e74b548ea38f80d6c730 0.05 MB 128 102
192,158 192,158 00000000000007719113df39619203b0f9b43919b45660246ddf8c06d1b15864 0.04 MB 93 95
192,157 192,157 000000000000028760ecad9e0b2ddaa829a8dc564459ff4b506c84d5de128207 0.08 MB 128 92
192,156 192,156 0000000000000619c2ca7f9f5175872149603b4752192edba74cdec9bad83acd 0.13 MB 267 162
192,155 192,155 00000000000000c6ac3d17cce8eb805fb71118b7ad6b771569f82f7dea8b2a39 0.01 MB 30 71
192,154 192,154 000000000000030e95b07e264f4a1d185ca0f4ed5e2a1a0a8ea11283783032e5 0.03 MB 77 7
192,153 192,153 000000000000064c47db324d59323523fa3da7c0b6356c3d12c2b10673ae14b9 0.07 MB 192 203
192,152 192,152 000000000000006a99ad92374cba018426d2296fa8780ec794a17c2a7807797a 0.04 MB 128 63
192,151 192,151 000000000000029d43127933b7aa318bbd05a989d7f3b79dfeb06046c7793541 0.08 MB 256 39
192,150 192,150 0000000000000341ac0d11c455f18f26f716acb0a7c450fc0f898b3f34393815 0.09 MB 224 207
192,149 192,149 00000000000005b2c57d29f79702a4b7d47d36d3b90f63dba9515d9385ad272b 0.07 MB 135 111
Previous 10 blocks ↓
Total Size: 660.04 GB

Node Information

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