Memory Pool Memory Pool Refreshing

58,252 transactions
33.17 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,407 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,530 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,406 (729,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,103 119,103 00000000000028bcdf6da366d6dde078b8138f32c19dd2c682a3d0ad5f549e7c 0.01 MB 32 264
119,102 119,102 00000000000012101a4e367634fafd711c113033b13a5476011f356b474dd45f 0.00 MB 2 0
119,101 119,101 0000000000008b162afa33a337402eb94673083ef4a3db2d8cd7d16f834a29f9 0.05 MB 186 61
119,100 119,100 0000000000007dfd609b7ff123110414cc81c2f868cfbd0d4b17b8d73617a2c7 0.00 MB 2 3,861
119,099 119,099 00000000000014296271d55dd3e88ea5df2f96b77def39df7d5d54d508ab52ee 0.00 MB 12 343
119,098 119,098 000000000000517285df7c122d21b1da05e3ab16118db2fbc5d6d0ac9c1117a9 0.10 MB 376 20
119,097 119,097 00000000000026b7414338f98c8dc0f3d9172984624855065b9598890299a51f 0.00 MB 9 309
119,096 119,096 000000000000832d03670251bff5980c0aa713838e903fb70848892f5fa5e886 0.00 MB 12 351
119,095 119,095 00000000000031da6d879cf8cfc5ffa538610685412411a036ef5a2897df186e 0.00 MB 10 0
119,094 119,094 0000000000008385738aeeef46cbcfb1cc3204da5e1bb6f73217908602717fc0 0.00 MB 10 336
119,093 119,093 00000000000046e9e885df586f0d8b4c8a0316e027813dbc7946581189f16d64 0.10 MB 357 0
119,092 119,092 00000000000078f54f4fb3a2f4b8e7ef075607aaa1cc309ae872b6e26030188d 0.00 MB 12 1,066
119,091 119,091 00000000000096df7c33795beac0a8118ffd36cf4f137466c0406ca8bed263e7 0.00 MB 11 324
119,090 119,090 0000000000009be966b4ec870afd22c8c87a9024298e632c0b8d61b8030dc364 0.01 MB 25 1,155
119,089 119,089 000000000000a04cd8fde75a053caab2136884546e778c5f9f07b822334b0c27 0.01 MB 23 0
119,088 119,088 000000000000b5052c0c6e7abfa5c6fd2f7624665b6bf17f67de48ae04093267 0.03 MB 10 111
119,087 119,087 000000000000619faabac902db31fe354380f5d2b0e68ab515c09fda53c7d42e 0.04 MB 14 1,203
119,086 119,086 000000000000632698d43ac952e3e632426d742d42d74e42c4343ce0923ac93a 0.01 MB 11 0
119,085 119,085 0000000000001f26049ce63e69e7ee35fe2dccf6c64b80caacc83074f58bd114 0.00 MB 6 0
119,084 119,084 000000000000900d28e817b63b522db1ce38d726fdbd6a58512c829c4099b9e0 0.00 MB 12 325
119,083 119,083 0000000000006741043f3dcd562d0ad97b315953971b5d46bdc8a1434e08c075 0.01 MB 13 314
Previous 10 blocks ↓
Total Size: 658.51 GB

Node Information

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