Memory Pool Memory Pool Refreshing

79,599 transactions
35.49 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,863 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,608 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,862 (553,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
294,293 294,293 0000000000000000c8b676ed40401a777b0d067136bde5166d88debf0059a273 0.14 MB 281 35
294,292 294,292 00000000000000008c71361d6615e96cb40e3fa1e6149379a28067a2332280a4 0.25 MB 406 33
294,291 294,291 00000000000000008ced90640f06789760199f6d7dc3ee404ef793fb8fa3ee7f 0.13 MB 277 35
294,290 294,290 00000000000000007e18f1b04315d0392f3b387fb2ea499291ee0d56f40c0ceb 0.35 MB 422 17
294,289 294,289 0000000000000000b619de7e576d70f0e1de9eb177dd4508685939de1d78de6d 0.37 MB 645 33
294,288 294,288 00000000000000006833e66cf84da6f85a2f9e80d83e06b35575578696153c37 0.10 MB 92 16
294,287 294,287 0000000000000000b9aa996eeb8bf45c51cf32b2ff4d74c5cef2a014dc7054fb 0.02 MB 64 45
294,286 294,286 0000000000000000ccbc9947e27dfe5d4296ca88c30d896fb4d2089b98042997 0.20 MB 372 30
294,285 294,285 0000000000000000289506cf81f38c4ecf9f6cecf95c1ed6bcbc9cbbaf4ac685 0.08 MB 45 6
294,284 294,284 00000000000000003bc4d0d8303ac5a0cc5ec47d43e384a21b0fafa83123689d 0.10 MB 144 24
294,283 294,283 000000000000000057d9ec421ab1de9509c94a47bee642b87101d203e612a181 0.08 MB 184 38
294,282 294,282 0000000000000000919b02b460fb3345d2ee1634c97f223e101a1ff2d00cd33a 0.05 MB 95 34
294,281 294,281 000000000000000032a4b9a3412122aa8fb66b265af8d631389ae2994e1a0dad 0.12 MB 194 35
294,280 294,280 000000000000000023b23f0f31d6ef7a3b70063609e427c42a0f4f46258fac52 0.04 MB 72 145
294,279 294,279 00000000000000001853fc0a44b194f0cd96716c2212a5e40118b568448eaddc 0.11 MB 185 144
294,278 294,278 000000000000000030d51c8244316711376d88890946edaf96bf69ecd0091391 0.12 MB 184 167
294,277 294,277 0000000000000000459f6c72e9f6578c7ff906f8b68a8724b6d7bba79c1868ba 0.11 MB 177 23
294,276 294,276 00000000000000007414399d6c485b5e41be6a2d0bddfee93e7b253d6c012054 0.25 MB 383 31
294,275 294,275 00000000000000003f8fab1a91d6adae936815118f876565ad7525533f30fceb 0.04 MB 70 21
294,274 294,274 00000000000000006ef2a627744c70cd80639c6a49f8462f9ae079d910a6b800 0.34 MB 512 22
294,273 294,273 00000000000000003baa65116d27d767e0f3a90f0609544f9639bab0ca5d0414 0.20 MB 512 47
Previous 10 blocks ↓
Total Size: 657.54 GB

Node Information

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