Memory Pool Memory Pool Refreshing

6,565 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (472,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,874 434,874 000000000000000002054ec9c85860334ff9d66e7d02656feec0ea3b77e74672 1.00 MB 2,592 79
434,873 434,873 000000000000000002f2117b20ac65f7a7b0b45e120d6277dbe6cd640800318f 1.00 MB 1,951 48
434,872 434,872 0000000000000000017cd91d444da9ebe2d609548bf6d0c437f5624c7d9b8fe8 1.00 MB 3,076 58
434,871 434,871 000000000000000001497070db06bcbcac2b48623ff2312bada9bdd586042529 1.00 MB 2,683 69
434,870 434,870 0000000000000000002c4b0d3b029bd9dc81708843a48c464ef6137f03e74ccb 0.75 MB 1,797 78
434,869 434,869 000000000000000002ea1b4ae6d48852f5003d3723c9044c8bf01f6dcc97fcbf 1.00 MB 2,412 106
434,868 434,868 000000000000000000a24f915e539e6a2c57c65a9fbddd6b4178c42eb391b8e1 1.00 MB 2,489 46
434,867 434,867 000000000000000000a7d123b8ee7d01ade64b24012e900006b4a32a5dd2b287 1.00 MB 2,369 66
434,866 434,866 0000000000000000010d27b6dbcd3f6825861474bc51a763e05710d201f5bd9b 1.00 MB 3,085 57
434,865 434,865 000000000000000000909628fc9cc82c6910b69e759bc1d2e6d7b35ba4d0ec34 1.00 MB 2,410 75
434,864 434,864 000000000000000000dece6ec8f5eed062373133b066ec6e4e881e25b8a8e67f 1.00 MB 2,026 75
434,863 434,863 000000000000000002d8c82a9c7c32a7a19fa6b077c9580a0df6be6f331e82e0 1.00 MB 2,765 63
434,862 434,862 000000000000000000d711b4e58f0e511fcdd6c4008fd63a538c873e071d3509 0.75 MB 1,456 76
434,861 434,861 0000000000000000039ec9abce4c1a27fc86f0f2065ae278554ead5d46136256 1.00 MB 2,427 94
434,860 434,860 000000000000000002ed1a81fed1f8e15e3abbfc387354bc1643fa2ada272338 1.00 MB 1,963 72
434,859 434,859 000000000000000000c365ad795e3057f8ad35d4ffd7e4d8ff0791171d2b5e2f 1.00 MB 2,206 89
434,858 434,858 0000000000000000032ca07a316370acf997296c69678a0f55e9826dcb4dae62 1.00 MB 472 39
434,857 434,857 00000000000000000016426620a56d1343f6b4307a4f6d7d64c7772718237775 1.00 MB 2,531 55
434,856 434,856 000000000000000002f43481709342f97c840ba9a91d7e65109b444598e692fb 1.00 MB 2,222 84
434,855 434,855 0000000000000000034da141968a129cedfbd4ad6fe35d359b6d516906af0674 1.00 MB 801 44
434,854 434,854 000000000000000002ae9e6b723e3f268fb422c399991c43cdea38ba431210ab 0.75 MB 1,748 63
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.