Memory Pool Memory Pool Refreshing

63,513 transactions
48.58 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,012 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 1,340 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,011 (564,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,349 283,349 00000000000000004f33a223fff35e535a02061bd212d3ab9fb656a5203c0be4 0.03 MB 52 32
283,348 283,348 00000000000000018e1db16d1b576f910b587ba62ab9d00f3746d3626c238823 0.19 MB 428 60
283,347 283,347 000000000000000198aa04e12df1d8a6dfa96538f12d5ec2b7274e58e3728589 0.17 MB 247 34
283,346 283,346 0000000000000001a7a6f0b1a5bf41ba30d8c01e23370a901d1aeca2c4cadda9 0.35 MB 691 43
283,345 283,345 00000000000000014c96c04a6649055e8dc47bed51e7acf3249ca51c6d0ca915 0.35 MB 834 33
283,344 283,344 0000000000000001a3fe11d41500bb2ea4efb1b0028ede264547ba9022ab60bc 0.05 MB 161 161
283,343 283,343 0000000000000000ad47f33243f05015f2b24f4b992e04fe67df44179314b2e9 0.10 MB 121 10
283,342 283,342 0000000000000000e1ff81d0852b867c418ef2e629654e0b4d08ca55f6d550ed 0.10 MB 145 32
283,341 283,341 0000000000000001ace3e797c04de59d88489731fd743a9dbfe246756871fe2a 0.24 MB 549 103
283,340 283,340 0000000000000001a5643c4f2568a264823698a4d11bb2a62dcbe707cfeca42b 0.11 MB 250 56
283,339 283,339 0000000000000001af830fa40f8dfdca5b13186be8b5d474624b5c8e0b5f6a72 0.23 MB 377 37
283,338 283,338 0000000000000001e90352c8a63bd7a485a6ea106a46bd23e16cf25420066531 0.10 MB 179 47
283,337 283,337 00000000000000009670b34c856115b1a9b7f0619378d239b4578d51acf4fb8f 0.15 MB 237 38
283,336 283,336 0000000000000001423899b1487d661125918fccfc71b5b4c829bbe4d9850baa 0.11 MB 219 46
283,335 283,335 000000000000000100c4375d715139d0b898b2f4c6119a0772e74ad75ec9b405 0.18 MB 315 36
283,334 283,334 0000000000000000f5bf5a3a7865a353e326703a6af3cbab1e5dc32689a867e7 0.11 MB 264 67
283,333 283,333 0000000000000000cad5d0e6267de695bc65c78f7e7964cdd4ff17d2423db46e 0.32 MB 600 48
283,332 283,332 0000000000000001cc831b2d84fba2238622112b8542d124fda66e8ce9491526 0.25 MB 519 38
283,331 283,331 0000000000000000fd8f4efdd04a099008af214d70cad3ae8278e70b4affb259 0.00 MB 9 29
283,330 283,330 00000000000000003aa552e656448cab0c5de5ffc5c972ad9f7a6313b9ef7d6a 0.04 MB 69 49
283,329 283,329 0000000000000000c108f7ee1b41f045c71ec17460e44bcf9419e1f16ae2afb6 0.11 MB 224 45
Previous 10 blocks ↓
Total Size: 657.79 GB

Node Information

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