Memory Pool Memory Pool Refreshing

49,523 transactions
49.06 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,371 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,233 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,370 (210,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,196 632,196 0000000000000000001112d854125e2da0d761f2dc2159c942c59a7e812c5ea9 1.30 MB 1,959 120
632,195 632,195 00000000000000000011cb239c754b1596a0af0f06afcce19195a02197d22a66 1.34 MB 2,855 109
632,194 632,194 0000000000000000000841b8de2e3ca3dfff24e898eac6c1d13827e457ff7fbc 1.27 MB 2,768 111
632,193 632,193 0000000000000000000748a45a8fbb9874a05f940dc3684b840d8137da4c63d7 1.24 MB 2,252 81
632,192 632,192 00000000000000000006b75571725ed0844c37bcbcc02e4f71f5c7e5acdb6fd8 1.24 MB 2,793 95
632,191 632,191 0000000000000000000f366f2f4525ad6f2b8aa66b6e7ebec658f3d9f92ab54a 1.14 MB 2,899 86
632,190 632,190 0000000000000000000019c0450a1d76a40ba706e8428cd18e89a765d55de390 1.19 MB 3,005 96
632,189 632,189 0000000000000000000b4f534c6c0deaabc4554828e18a1069d168858d52f8fb 1.33 MB 2,647 148
632,188 632,188 0000000000000000000c5a0efe41b9029e1ddec1451bceab3ccabe8047552b23 1.26 MB 2,321 98
632,187 632,187 0000000000000000000e5ca6e59d762aa33b64997161e1fe6e03420b68ec99ec 1.28 MB 2,878 127
632,186 632,186 0000000000000000000385095375ebc90f629d4aa5868f2e71352a0dc39dc2f3 1.32 MB 2,908 155
632,185 632,185 00000000000000000005603513a0a132c7dbbf48b8fa214e36776546467efb05 1.37 MB 2,960 170
632,184 632,184 00000000000000000011eb843494f984206ed42bff3e137430c06453bdebf5e8 1.28 MB 2,871 151
632,183 632,183 0000000000000000000eefd9a8f9dfbed36d17df74a115c6bb7f32a52f501b50 1.37 MB 2,591 198
632,182 632,182 00000000000000000006e82a20db8ba7adeb8a8b032c02f324b96fe5f4c779e8 0.00 MB 1 0
632,181 632,181 000000000000000000046dfa59618eb8c4170b8f7aef2b5aa88688aac1bdb01d 1.06 MB 1,426 189
632,180 632,180 0000000000000000000157060cdd325185cb3234697c96b7b17be3fd4af8a9d3 1.11 MB 2,466 28
632,179 632,179 0000000000000000000398f3a5f21af4dec1fc0a6049ac9c21ba7ecbef11914b 1.10 MB 2,871 23
632,178 632,178 0000000000000000000651bb19759c310929d866c35480b13cc0f0789814d567 1.18 MB 2,575 27
632,177 632,177 0000000000000000000d60eb9e125c967866c66a95e59c862c50675b72807ff8 1.26 MB 2,964 44
632,176 632,176 00000000000000000010894e32aac7749e9ad44461a60aa974fdff50691ce058 1.24 MB 2,587 64
Previous 10 blocks ↓
Total Size: 647.41 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,485.33 GB sent, 45.63 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.