Memory Pool Memory Pool Refreshing

43,876 transactions
34.58 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,141 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,001 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,140 (491,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,737 350,737 00000000000000000e2318391ba7dd78df6c9c48de5a61d76772ff818606b522 0.35 MB 737 26
350,736 350,736 0000000000000000035779ecb5e80a9b00e9467abdd40fe6085e7e634953b712 0.26 MB 571 21
350,735 350,735 000000000000000008326066a738b2875e9c53db670a5fb55aa114a2789f97fb 0.47 MB 1,048 28
350,734 350,734 00000000000000000f26bec970fa68e1e59f27f35526999ffe73dffc23ac5d8b 0.55 MB 1,139 25
350,733 350,733 00000000000000000a1d74d7445c857b072e51deaba623165bf9d27f3cb9fd7f 0.30 MB 591 28
350,732 350,732 000000000000000012e3169d9c9ada6d1747036af7ff47f8564a630a05242ddb 0.13 MB 233 20
350,731 350,731 0000000000000000172145fdcd55e6d56ccbb7543829b33748b298c6c0bcc7b0 0.33 MB 564 23
350,730 350,730 00000000000000000d0c131fe17596c0fa27bb8657d89577ce50681f7588ca7f 0.21 MB 391 22
350,729 350,729 000000000000000002db41a8136f0eab6632eb02434fdc015a0498883e5aac54 0.10 MB 86 9
350,728 350,728 00000000000000000d35084fbfaa5c27489cd03c889892cf334185343e7c516f 0.12 MB 177 21
350,727 350,727 00000000000000000d00e02dbbd7487714f07cc746aaa5365d68049cf66f5cc6 0.34 MB 495 24
350,726 350,726 000000000000000001d0b17ddeed30dd8f1ce0072d4879e637d1083fce1ac687 0.75 MB 1,546 26
350,725 350,725 00000000000000000d99fe356898c572e3dd7116dc7fd03a6a07e2441e20818b 0.23 MB 428 11
350,724 350,724 000000000000000007685d450ca5160d82d78cab54c8e6924d69c83ff4d82283 0.69 MB 1,262 28
350,723 350,723 00000000000000000878f4ab0687e65501b306b222b38d104089043ed2e663b3 0.64 MB 1,182 17
350,722 350,722 00000000000000000db7116ec55c081cfe79a5f9f139f77da77e33bf1628acca 0.15 MB 244 24
350,721 350,721 00000000000000000daa5dd9962821ba21ebe62c81d71cfa18653f9910fd5613 0.75 MB 1,390 24
350,720 350,720 0000000000000000137f0e50025af1da5fef9e43f946122cc66e009f416324de 0.00 MB 1 0
350,719 350,719 00000000000000000dc8a96710bfff8d4c8d837ff438b368a6d96f31018e32a6 1.00 MB 1,329 15
350,718 350,718 00000000000000000b601dafff7d493a8b3a589449f0f523fbdbdb188d11e526 0.75 MB 1,429 28
350,717 350,717 000000000000000012bd3739fffd60a88d7126ee6b7c16d458e47f8be8205afb 0.75 MB 1,736 31
Previous 10 blocks ↓
Total Size: 647.00 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,444.06 GB sent, 42.23 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.