Memory Pool Memory Pool Refreshing

73,724 transactions
37.70 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,609 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,303 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,608 (566,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,271 282,271 000000000000000149422b8e7fe30c1779b55e532ba042ef928457c39f9b8b8e 0.25 MB 562 31
282,270 282,270 0000000000000000cef21e36628c6b70c02b97bb06eefb421c34352918bf8eac 0.05 MB 165 83
282,269 282,269 000000000000000082ce53b7ea4f50dd7fe3301dbfd015481e237c54fda8a2aa 0.25 MB 699 60
282,268 282,268 00000000000000009289f7f167d0918f6eb9c5412a0220d914383ea7fd9f6115 0.25 MB 671 46
282,267 282,267 0000000000000001936fa7cf53aa81177a665a16401c6c5d8a731aa1dc60454c 0.05 MB 145 438
282,266 282,266 0000000000000000dc131544f131d5986ce1b801391ae9fc2f21a359d1f19c98 0.11 MB 229 116
282,265 282,265 00000000000000002b1b1b822254fbba157d393b67bf021c106d5562cb84d415 0.15 MB 167 25
282,264 282,264 0000000000000001cc2de07b9c1a854d18c19b21671437f9873d8971ff66395b 0.25 MB 376 44
282,263 282,263 0000000000000000780db2b3f8e266a944e930d5abae3b30eea04d12537f8733 0.25 MB 390 58
282,262 282,262 0000000000000000408f593c87d7a8fb537326b17daa63db880921eddf5cfe23 0.12 MB 281 43
282,261 282,261 0000000000000000cac2cd65a2fcc3847888fc196fc8ac58773abfc651fa9df0 0.16 MB 344 38
282,260 282,260 0000000000000001d909434d4abcda75d9326c549b72788a4cb92c2f1eee3bb3 0.25 MB 539 57
282,259 282,259 00000000000000008c5d58f4298dfb99689ee6e3e3c81508e755cc33c25b2ee6 0.10 MB 104 5
282,258 282,258 0000000000000001e8e021fed71c164ae907657dc0df310070c2953f2163863c 0.45 MB 821 50
282,257 282,257 0000000000000001c2eed348429ea3f75f2916f422caa3d6535c30e2e55e5a07 0.25 MB 524 46
282,256 282,256 0000000000000000082680d7f7cbedde8de7aa7d5490d3843806277746c419a0 0.05 MB 124 199
282,255 282,255 0000000000000001a2aeb2101283cb4e35d4a038b38a72a21af5092d8d8c9d2e 0.11 MB 211 53
282,254 282,254 000000000000000100aee02a697c9139772eaa88a60ef4a57062a8a5af7bbfe2 0.18 MB 413 49
282,253 282,253 0000000000000000184d9eacfd9f0ae9f3d43ec0f13f5aec0dff03ad007ed8e7 0.23 MB 341 26
282,252 282,252 0000000000000000aca075e4a783db9b601a7b0fdb1f53fb00c37297740b38ec 0.05 MB 151 170
282,251 282,251 0000000000000000389895d19f4e664c20ead37e1e4114ff507435ec3dbf3bf5 0.25 MB 560 62
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, 104 incoming
  • Data Transfer: 1,988.22 GB sent, 3.76 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.