Memory Pool Memory Pool Refreshing

35,371 transactions
55.08 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,642 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,488 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,641 (586,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,451 256,451 00000000000000114c563eac638aaf2c1e24a8e9f1f101272a6b078adf35cefa 0.24 MB 403 49
256,450 256,450 0000000000000019a4c3b162125bec0728c7a753c5b78ebac44403dec86a32bb 0.25 MB 623 145
256,449 256,449 00000000000000286ec8b82b99c652c2f91f45053ab28dbd053c0db06d8c1a40 0.25 MB 599 129
256,448 256,448 00000000000000012ed07c2968b431e98c3917c88ad3e4919158a53ebf47a42b 0.14 MB 307 120
256,447 256,447 000000000000002af716b2cd78476fc9a6fd416708bc9c26cecd27f11bcf9d2d 0.04 MB 85 140
256,446 256,446 000000000000002cc17803f3566e1e297fada9b0c2bd1508c1cb1e401b9b2941 0.04 MB 114 104
256,445 256,445 0000000000000026570e0744861115e0609e5f2e677f9a88710e51255bfe1daa 0.03 MB 62 122
256,444 256,444 000000000000000013019424c63189bfe30544bda9e371aa64852800b2d05cf5 0.08 MB 214 137
256,443 256,443 000000000000002246f5c941a3de6c41264747754294105c9530c099deaf3b67 0.02 MB 49 91
256,442 256,442 00000000000000166e1e4438699faacbaff9ee909b45a5f487327e591ff98916 0.03 MB 68 105
256,441 256,441 0000000000000001c76a0675208e66d0f9770d9ed1baff3be9b5ffea345ac6d5 0.19 MB 478 89
256,440 256,440 0000000000000025e1d356592dcc1f667fd312d469a3e25ac268e5de06d453c7 0.21 MB 512 138
256,439 256,439 0000000000000018d56fd5b87a5ff8a78b541d3f1b6e4dd104b2c8107ed09965 0.05 MB 116 75
256,438 256,438 000000000000000bea490bd9d5ef20c0be370c0e2779843a756bd837820d9e6a 0.10 MB 264 92
256,437 256,437 0000000000000004293db93f41d539d22dc114c124a19338fc8cd4240425d064 0.23 MB 476 89
256,436 256,436 000000000000002c84986c55925e51b7c484cb62e1faf8f4bf6008bf79358731 0.50 MB 1,301 140
256,435 256,435 000000000000002946f35fd66d84468908a7e344c7a2da2cce26c772b509afe0 0.12 MB 299 111
256,434 256,434 00000000000000273e1b0339af6581fbc1b2822af04ad4f7d61eb9e799e1eed6 0.09 MB 203 119
256,433 256,433 000000000000001ea5fdf67f0f99a12eef9fe53023de98d4efec4afae990ef79 0.22 MB 570 124
256,432 256,432 0000000000000004586f2f4b699ff013fc032dbc25ba7febf539269f60442b88 0.01 MB 32 214
256,431 256,431 000000000000001a3f4addb9cb4b97e7ab01bed150447cb93f006892e49bcc0d 0.10 MB 204 95
Previous 10 blocks ↓
Total Size: 647.94 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 112 incoming
  • Data Transfer: 8,557.17 GB sent, 48.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.