Memory Pool Memory Pool Refreshing

27,710 transactions
40.11 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,917 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,257 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,916 (294,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,417 547,417 0000000000000000000b09892da6800263a51bcb576509ed8dbe3bf70ff943d6 1.21 MB 2,363 25
547,416 547,416 00000000000000000018d47ea8685a48b847e8e04e1cf1282ddbe5c12a6da0ef 1.16 MB 2,641 15
547,415 547,415 000000000000000000169123b6b27a04cbc8820436f926d5650f5fd1ce6a2645 1.12 MB 1,972 14
547,414 547,414 00000000000000000023fed08310eeef37d45f6111a920abcf256e041b5ac077 1.04 MB 1,471 9
547,413 547,413 0000000000000000001bbcc973ed9beeaa59bf3d4fe92ff40f3be34dc6fea927 0.00 MB 1 0
547,412 547,412 00000000000000000008f3b10b21f9741509f9ab67b0413739f53af4c6e4edf9 1.31 MB 3,150 23
547,411 547,411 0000000000000000002462929ab9857d8bb543c120031823558faa3ea7222716 1.23 MB 2,523 24
547,410 547,410 0000000000000000001d407e6871a86de4ef64ce24526d177628888c418b4f4f 1.23 MB 2,128 17
547,409 547,409 00000000000000000021ad48471eb53eacdfbafab9cb44ffa6a07b34fa8e2e3e 1.00 MB 1,163 34
547,408 547,408 00000000000000000023dcf99ca7dab9c79d19d2e51a2dbe2958b9c48e7837c4 1.06 MB 914 73
547,407 547,407 0000000000000000001d2321e8bb06b162e8b73b1d0068d7b49410fbcf7bdb3f 1.24 MB 2,265 11
547,406 547,406 0000000000000000002630addb39158def1c7ecc0d7049c186675be48530721b 1.21 MB 1,674 8
547,405 547,405 00000000000000000026bcb972d4dbcde79e4984030bc1fcd17ccc8910b4dae1 1.50 MB 853 3
547,404 547,404 00000000000000000022677509e16ad57d876f09eacc4e6821717e4e624d2251 1.26 MB 2,142 8
547,403 547,403 000000000000000000196b7a8e33b6a9190d04feb2375524400c319c27d46386 1.19 MB 2,107 10
547,402 547,402 00000000000000000001323cb564a30b4eb176c6c3c35a13079ca0498006d6c0 1.22 MB 2,405 23
547,401 547,401 0000000000000000002456cf711ca70275d3105f0484d24653fb0318b88743a6 1.24 MB 2,226 12
547,400 547,400 0000000000000000001e89c9fc40762d618fa20368341fd331797d2e8ed56130 1.41 MB 1,534 20
547,399 547,399 0000000000000000000cc0af856444ebdc9f15234d41d4517d0d8bf065b7fa06 0.27 MB 590 16
547,398 547,398 0000000000000000000def8fa8b704202ffbdeb6168a8790a5806f527ebe4a7f 1.52 MB 195 2
547,397 547,397 0000000000000000001f8f74ac7008e9f5634c508ad411ed2e64cb51a97b1dde 1.20 MB 1,198 3
Previous 10 blocks ↓
Total Size: 646.61 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: 8,376.51 GB sent, 38.80 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.