Memory Pool Memory Pool Refreshing

123,313 transactions
25.83 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,625 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,029 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,624 (117,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
728,285 728,285 000000000000000000077d506415fcbf77ffc2d6546c0cbf4005dbfa086e71ce 0.15 MB 367 7
728,284 728,284 0000000000000000000993b0101d094cb0e36d06220db377ffaac91be6dcb122 0.32 MB 568 7
728,283 728,283 00000000000000000002f215a88f3654c377314842ddfab9c961cbffb4722eb3 0.26 MB 359 8
728,282 728,282 000000000000000000067ea9c42da7441f38735bdb2486a67dcbfe26263053cc 0.21 MB 374 6
728,281 728,281 00000000000000000004de7fd9956499082d6c516092a9aaf8753f705701b04c 0.19 MB 404 8
728,280 728,280 000000000000000000098f11777b2990a1622892919096c8898dd2204c20f0e8 1.10 MB 1,868 7
728,279 728,279 0000000000000000000415019d5c360f860b48cdcd2bb392c6c6d26a17e40eac 0.83 MB 560 4
728,278 728,278 00000000000000000002d861493d5a3c4cc6996a212508be17604143acf3e6a6 1.49 MB 1,218 3
728,277 728,277 00000000000000000004995d31baa88847c24366c948395ded05be14bda86ff9 0.00 MB 1 0
728,276 728,276 00000000000000000000f0204f599f51b2a6be8b6c05a52e8a177d7a01187337 1.43 MB 2,867 10
728,275 728,275 00000000000000000007febb6af8f9ab17f635b20c039ee5f2da859c0275fc0f 0.32 MB 541 8
728,274 728,274 0000000000000000000a01c9acee7c64d89a21777a7d27499418a1c3c456aeb7 0.79 MB 1,653 7
728,273 728,273 000000000000000000013f1efa71a9bcdc7f11f01e0f1856e1b4283014628c4a 0.86 MB 1,235 5
728,272 728,272 00000000000000000004322c689fe250001ec793e96e3250b5e0148b3a376ca2 0.30 MB 520 7
728,271 728,271 00000000000000000007ea42c60fb2c5155b5c7e135a0ebb2c54a7bcb2c9e861 1.42 MB 2,096 6
728,270 728,270 0000000000000000000328742714c0ff908ea357472d4bdd00e2d3e46a6f61f3 0.06 MB 154 7
728,269 728,269 00000000000000000008589f53bd382baa28bf8eddf102f2c983fc8108f486ad 0.71 MB 1,403 7
728,268 728,268 0000000000000000000700945dd39f7385552188de8a436bea98e9b7ab5d65a6 1.31 MB 2,219 6
728,267 728,267 00000000000000000004b0e5be7ae2ef55e33b599e3785a609e6f2eea22dbfbe 0.15 MB 353 6
728,266 728,266 00000000000000000000cc8dc970cc7456be5f7b89e97747134a74a713bddbbc 1.12 MB 1,900 6
728,265 728,265 00000000000000000005c0364575d30fc5c76259bbba476f6c5064a8b1aefec2 0.99 MB 1,281 4
Previous 10 blocks ↓
Total Size: 653.56 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,320.30 GB sent, 82.60 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.