Memory Pool Memory Pool Refreshing

34,611 transactions
40.72 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,745 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,174 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,744 (609,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,308 232,308 00000000000001998c666ada41c8114df4b8683e5346f33a72743d29ef0c0da4 0.03 MB 50 132
232,307 232,307 000000000000007d89c2200258e192e1001502f5afd5cbff5cd18192ec41953c 0.06 MB 147 182
232,306 232,306 00000000000000272a4f48896f5e4791a6e85d258fa5a9972cb9870300576f9c 0.08 MB 212 8
232,305 232,305 00000000000000fac676795a195062069e3b6bb04767d741d833d10c27be9783 0.25 MB 363 116
232,304 232,304 00000000000000eab241716c67dab2f1b842366b63c2896969d3f253595b00e9 0.32 MB 693 144
232,303 232,303 00000000000001c9de30e28072550b4a6ac124e1335051a464eab2ab17c7c4ac 0.36 MB 613 130
232,302 232,302 000000000000017a80dd7988de0ecdcd64358ddedc674df3deabc02420af6659 0.19 MB 397 144
232,301 232,301 000000000000003f9afe355f4191dab5d7a60bccaae38114c8b60be33a84dee8 0.25 MB 606 170
232,300 232,300 000000000000018162e1e79a7afead697f7971414c3abd1416b77212923811a5 0.00 MB 6 50
232,299 232,299 0000000000000112d11f82a341b894825cf5e65024203f4a84b651a7c20c44ec 0.13 MB 254 153
232,298 232,298 00000000000000fa375eef15d0714e94c03fbd96c38b1bbabcaf1683b24146d6 0.01 MB 32 148
232,297 232,297 000000000000006adbb858c7356dd9e56f485787e08c5c7df87f9882758fd244 0.25 MB 364 102
232,296 232,296 0000000000000149dd10b0a8d2129ba00d47fce87502870496af99a051f54d2f 0.25 MB 736 216
232,295 232,295 0000000000000078fdce84df17e77e608ab8be67b0b40b345a32901913edcc7e 0.25 MB 490 161
232,294 232,294 0000000000000091148cc8f8be1c6de2c29e307d8b412686a61a8af8014ec317 0.00 MB 1 0
232,293 232,293 00000000000000ebda14d86bb7d65e1f9a606fdc88d291a2498fd450c9f54cbe 0.25 MB 710 196
232,292 232,292 00000000000000f314f0dec63cb6244530704786101dd1d72ba63cd2a485c500 0.16 MB 266 153
232,291 232,291 00000000000001122ff01e26ab26fbba0d5f6e24edf20ff64e471325bec8768b 0.23 MB 472 164
232,290 232,290 000000000000010f5e6a4bf9d5c198af70d4005fc8f5788ecf824183ce1ea961 0.08 MB 244 47
232,289 232,289 00000000000000e4cadaf65e938d1998907e32f5771363b764ed4cc8488e222a 0.22 MB 516 167
232,288 232,288 00000000000000e89f48cdb098e8f13c19aba8bb7c455e2e018981588e0feda2 0.00 MB 17 388
Previous 10 blocks ↓
Total Size: 646.28 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,336.31 GB sent, 36.81 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.