Memory Pool Memory Pool Refreshing

2,764 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,657 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (675,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,344 232,344 000000000000017a56cd4d59a4e0666d05d52f37286fe73f9ce77e28468c1743 0.04 MB 89 164
232,343 232,343 0000000000000055d3a9bd516d722d2c314b46372465f70d2958bedaaa935cc4 0.06 MB 118 159
232,342 232,342 00000000000000a768cb603370e939860f0e6c2e01fb1024e28de9d90ccc443c 0.08 MB 189 177
232,341 232,341 00000000000000f056c20bd66c6eb515dcaa4ebd5b0b9d4c13f6a52f25e04daa 0.20 MB 311 106
232,340 232,340 0000000000000016c4f7251f2564d8e0128d80528386932da800458eafa3df25 0.08 MB 182 197
232,339 232,339 00000000000001218d5c58732c0d699c704a3ed690c0598ae4eaa92042dc76f6 0.12 MB 246 157
232,338 232,338 0000000000000150844d35c90087f8b6d3bcd5dcec3e30406b76bdc7a83045d3 0.14 MB 184 71
232,337 232,337 00000000000001707b8682dbb5037c09c30dd76559667115518f80bde5f2a735 0.00 MB 8 128
232,336 232,336 00000000000000a5d68cdb037e8b4fc6bc6126c156c409cfc7c8c0f9187552ce 0.09 MB 173 146
232,335 232,335 00000000000001392aa8b941c524c4a041faf6b4b6f3c2cb8425f4e6a050e09e 0.12 MB 267 164
232,334 232,334 00000000000001b38b70dfe37c913988e8fc34bcc9928678829751d9d179033a 0.07 MB 140 145
232,333 232,333 00000000000000f463950e6e445f0a5a78bd9a3d07156035635a262ef83e5585 0.04 MB 76 161
232,332 232,332 00000000000000450d931bedf0926e2fa0df5ae10ae8f729bdf4015c13bb49f2 0.11 MB 217 147
232,331 232,331 000000000000003449e3a689c4946c434261e6df1795ce28745b535813e85cf2 0.25 MB 516 177
232,330 232,330 00000000000000022a85c8a57a4365cee48d2b13de4a4e42bb216c8a488793a2 0.00 MB 11 89
232,329 232,329 00000000000000c1d52bcdb497efaaba98f684b97130823124aa96e5c3bb310a 0.36 MB 762 160
232,328 232,328 000000000000017c7e5b5eb38b7883505575e354dedc7ca19c1a2be5a71e2b2a 0.21 MB 508 159
232,327 232,327 000000000000018b6de132ba1e4bdc5c39482e6432c5f427b1f950ce1e5b73a8 0.25 MB 831 192
232,326 232,326 000000000000001f43d33abde6b46b0f60aacf6a0502d4efe59354a641c74d31 0.00 MB 6 659
232,325 232,325 00000000000001460a5cd0539f5e39e7be8558b2befdfd25cc980e8251fc9965 0.06 MB 107 143
232,324 232,324 000000000000001dd70d478b9766217a870185e4b745033ebc7af6574cf3ba8d 0.06 MB 90 118
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.62 GB sent, 92.78 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.