Memory Pool Memory Pool Refreshing

49,519 transactions
43.37 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,047 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,045 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,046 (619,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,024 223,024 0000000000000440a710efd7c93112521583c47e4758e19ccc07dd6101f23687 0.01 MB 26 145
223,023 223,023 0000000000000455580ce28365a08a768a7af56fdeeda7a1af5defda2a01fe84 0.22 MB 363 182
223,022 223,022 00000000000003c42ca6e4d0c259e23464ae5f3e146f1672f56a2f6fb196eaf0 0.02 MB 38 90
223,021 223,021 00000000000003c773e1d163869533f12d1ec5e87c8b5c5f4bc57f63854e4eaf 0.25 MB 647 221
223,020 223,020 00000000000000666e796172cf08aad5ac3269b910bd9ae346de894e8555711c 0.17 MB 393 202
223,019 223,019 00000000000002900107294a3c5973bf95ed9fabdd8b150a8fb84dbb14b524ad 0.02 MB 42 92
223,018 223,018 00000000000002d000f468c7c826f6ca951b61be577932080e8934268dd8ce1d 0.02 MB 49 145
223,017 223,017 000000000000038bf810858416615e671c14f05a5bcbc4b8244a81735a5320af 0.25 MB 495 189
223,016 223,016 0000000000000139234fb2fc430d353d8fb7df2f24d33f4d9307585721e86b22 0.18 MB 397 186
223,015 223,015 000000000000017ea9e753c0bb7b06b4c7ff7a4511878ab05ac5b2012193b0a8 0.04 MB 90 199
223,014 223,014 00000000000000c08a630fa1eaec5ef8f74f046a3b106cef8a23e30d58cb860c 0.13 MB 312 208
223,013 223,013 00000000000000aa3b525ea40c2355f0b16b8b1e387f7fd65adc464a33a5c180 0.03 MB 63 158
223,012 223,012 000000000000015e9701f1aff63a8b47d89623de65b51d10f3ab7e4f1672b684 0.08 MB 172 173
223,011 223,011 00000000000004868db9fc6b9ce19fbd68984cad4c56ba2297d4e9c0e9688578 0.05 MB 65 81
223,010 223,010 000000000000044e5343a6ba56f1135c363b732c93aa94ffe8de9053f0dbc27b 0.12 MB 201 160
223,009 223,009 000000000000031ba042f691d91665268757fc32ed487522aacab78358f84c73 0.08 MB 197 229
223,008 223,008 0000000000000216069ea23e09c42106879b36d226de5fadeaa5b8f09955a47b 0.09 MB 186 164
223,007 223,007 00000000000001aaacbbd6b97ea0eeb8644cd971b933b02eb6831c107eed97ba 0.12 MB 276 186
223,006 223,006 0000000000000306fdcbf71a3a190010d9302e24fa2190fa4ff8f9b48cc711b0 0.05 MB 76 145
223,005 223,005 00000000000001302272127539693871734a264016ebc1dc3a63d2c0eab9817a 0.16 MB 392 190
223,004 223,004 0000000000000359980e595b61aeb54964328d1f47e885719cf89e20cc44f873 0.04 MB 87 174
Previous 10 blocks ↓
Total Size: 646.84 GB

Node Information

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