Memory Pool Memory Pool Refreshing

85,941 transactions
37.93 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,936 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,712 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,935 (653,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,247 194,247 0000000000000083a8e1267d7fd9424dec116d496b70051c4b90565fa33ac399 0.08 MB 164 179
194,246 194,246 000000000000069d667b28bc2fb6a2d4f9381093a2378dcbf9b3e8de0089cdb1 0.02 MB 30 71
194,245 194,245 00000000000000b14d7deee35d956103e0ecef5ab59dca07cd8f70a99508a3ef 0.01 MB 32 0
194,244 194,244 00000000000004c6bd4e0a9990eae171849cb670fdf55f129e78ce1027e0436a 0.13 MB 353 199
194,243 194,243 000000000000042b4e906627ca504e8584d442eafc30a87f7bebbc7430e34e57 0.05 MB 123 95
194,242 194,242 0000000000000708740fcdb90d5ed04494f5c5d03cafbb3d73c36988db77b3a0 0.11 MB 263 227
194,241 194,241 0000000000000697c758aceb866523f9610ed7552e2fa41798636200536779f6 0.03 MB 102 333
194,240 194,240 00000000000000ba09c4050b9910e8ab14ff67fcb1c88fb9a055c6faff5a008d 0.11 MB 224 156
194,239 194,239 00000000000000945e543d6521d6bd6ff7ed0f533c103587781050c5e4f08354 0.21 MB 520 173
194,238 194,238 00000000000004049127ae8eb33eaafaadfdd574afb6fa24431df4047bb868bf 0.05 MB 119 136
194,237 194,237 00000000000001b18bf359eb6f91f5e29d10bfb84735586746dd48b3591ea7ed 0.07 MB 220 3
194,236 194,236 0000000000000729f2724aa5b9a4fd95a1a309431b21022d1755621659e4fdee 0.14 MB 348 115
194,235 194,235 000000000000056e0ea7f8b8beb9bc8a585c530dbbbb3d30cc93c65c14a5316b 0.09 MB 291 139
194,234 194,234 00000000000000e8fc12941c71fff1afa24b612abf2dbe85b8755153c6c28804 0.43 MB 916 175
194,233 194,233 00000000000003df195fc8f629f250a3d9bd49b9fa0fb1a7045208dfb5dbfa20 0.00 MB 13 11
194,232 194,232 00000000000001ff7ef3f41058bd1b2b01edd94a815ba14fdb580d4dfc3745b2 0.00 MB 13 6
194,231 194,231 00000000000004b44f5648d4e6333d1b66d43f9e26502f0fc264d4841ea4cd25 0.18 MB 323 165
194,230 194,230 00000000000005e220e4fcfb6aaadeafede4b388a64926d633fd540e627bf37a 0.03 MB 107 6
194,229 194,229 0000000000000266714eb010f47fc78e6a41cf70fab9036cad3426824a70365c 0.19 MB 483 182
194,228 194,228 00000000000002a8f08f803e9e81689653b2a1c96bdf950155fa75c00c0b164a 0.09 MB 262 145
194,227 194,227 000000000000043f81fc85cd23cf0e6d1695277b1b75ed8aa9e98cd0c96b302b 0.11 MB 243 116
Previous 10 blocks ↓
Total Size: 657.66 GB

Node Information

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