Memory Pool Memory Pool Refreshing

5,926 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,751 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (603,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,260 304,260 0000000000000000117d122dec44ff3b20da0ab09aca18fda374634cc4a1c67e 0.35 MB 751 34
304,259 304,259 00000000000000002025019e401256cc0f2f6cf49dd780935f81584312fe8ee7 0.92 MB 2,407 57
304,258 304,258 00000000000000002b67b20aacbb1889bdbfcba48cfef88a2717175a2710b94a 0.02 MB 32 30
304,257 304,257 000000000000000008f7d9beb8552ba96630872d9c18587c368c09aae6173fa7 0.22 MB 327 25
304,256 304,256 0000000000000000636c5a8d720fcec953a748c729fec592a5ec075a4642048b 0.08 MB 112 11
304,255 304,255 00000000000000003eb68c85c6f8bfc86137531f86ce128707a033695f214250 0.55 MB 753 25
304,254 304,254 0000000000000000491fdff68a1c99de7798278a791e461b8d5bebdd9df9de46 0.25 MB 704 47
304,253 304,253 00000000000000002f8a5151277696276b39f1ed6328fb003faaba4e073e7fb7 0.27 MB 552 35
304,252 304,252 0000000000000000644e20c2b17df04ea088d680864c0d044c65e76f9882bf13 0.04 MB 68 29
304,251 304,251 00000000000000000032fa535b42d3be1e029efd7cd845f1d0fa131613d6608f 0.04 MB 85 33
304,250 304,250 0000000000000000511e673843078ebd1ced72344c57d2cb742a67588110d598 0.22 MB 309 27
304,249 304,249 000000000000000043153b35237e53b471da1c32d6f8edd910d13aa18ec2693c 0.18 MB 278 31
304,248 304,248 0000000000000000144203f1e81832e63f9a55fc31378329d0ea60335f62676f 0.17 MB 384 39
304,247 304,247 000000000000000056900f36f3b4380ae0727f082bf0d4ed327feac0f71afc23 0.03 MB 69 32
304,246 304,246 0000000000000000395484a4af873582180573e790ece1669b178e10f967869a 0.16 MB 352 31
304,245 304,245 00000000000000000de6ae74671b9e5420bf169a1c6ca6e8cdc568b0e81dcbfd 0.14 MB 270 25
304,244 304,244 000000000000000027bf53e39e936908879556e5bddab273bb142c8e66bf8b81 0.15 MB 337 38
304,243 304,243 000000000000000063b7b29213bfd5ec3a6db2938afef091cd555fb1b12eec1e 0.37 MB 645 25
304,242 304,242 000000000000000047cddcfff89b4eb2d4bc9b5ab2a5e2425d95833db23fe68e 0.23 MB 507 36
304,241 304,241 00000000000000000bf54cf2a153c6e007c879ff98ee0d32ccba3953dec3d252 0.24 MB 380 27
304,240 304,240 00000000000000004c3962f0626e85d7178a8c05284d6dc6d697bfb3944eea58 0.37 MB 448 20
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.