Memory Pool Memory Pool Refreshing

4,648 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (780,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,462 127,462 000000000000216d755ff6626952ba67b9fc57e221bb7c7429abe9d917420414 0.01 MB 12 0
127,461 127,461 0000000000001acfbb613ab5f8815016e0c810a34ad484582b231bca1f972640 0.02 MB 41 96
127,460 127,460 0000000000001838a1579d5c10dba86c2e71f8cf32744517e2bec16790da5c83 0.00 MB 4 0
127,459 127,459 0000000000000262fcf844bdc4233dec0d7d61a2ac07434d96bc755e5bd01cf6 0.01 MB 4 0
127,458 127,458 0000000000000872c4bc927894899f399dc8cad4224d7fb01c184febe066e734 0.00 MB 2 3,875
127,457 127,457 0000000000001aa8ad9805d8bc26c91825a3bde2236311a38260ef4061424e68 0.01 MB 35 133
127,456 127,456 00000000000018c2721d1ecaf9afd7f0122b8058afe4ba11f7433df986e7f811 0.03 MB 25 185
127,455 127,455 000000000000077c07160a133eb0af69233e118ff9df42e88bad1300f31bbbf6 0.00 MB 1 0
127,454 127,454 00000000000008235474d8e65dbaeb14de9b0cadb37bd7f3f555fea16bfdeec6 0.00 MB 6 713
127,453 127,453 0000000000001c7842cbc4b6f01714936c37936707f55181b26e2d97bec84e1b 0.02 MB 24 260
127,452 127,452 000000000000256522290c8d4c71837230ed6b9541b0715f967aec19830b21d3 0.03 MB 69 89
127,451 127,451 00000000000007038c67aa02ad79145cc13cb6a78823273a924dbcf56e3fe079 0.00 MB 11 0
127,450 127,450 0000000000001492d0b2fbd75f81545f5d1a7c2545d4c2921342848ba0890ab5 0.01 MB 16 442
127,449 127,449 00000000000019eac0ab2bb47e1abcac7b2b6f27ca3f1ebc0fb8d75db9076e32 0.00 MB 4 0
127,448 127,448 000000000000234ae0edaeb71be592ad92d440d7fb92cac46bef83cdbe7dde28 0.02 MB 42 627
127,447 127,447 00000000000001d4d5552943256262bc87344560e6e9d0c2453274e029dd6816 0.00 MB 10 867
127,446 127,446 0000000000001b4d983a5edb63805a097eab46ae14c142abf01d6b245681a535 0.00 MB 4 1,293
127,445 127,445 000000000000266907fddad5cbc11fce393930b0e6c8a294127db5512f104385 0.00 MB 9 1,477
127,444 127,444 000000000000186a223588fd54066c6d0a8a6d5fb7d874b50d6795e285b2e7f6 0.00 MB 1 0
127,443 127,443 000000000000257a1d77d4e8189f9f3adcb15dbaf28616f07a4da9d1f06b1fc0 0.02 MB 61 431
127,442 127,442 0000000000001761881fe492322d408a2e3ce621bb27e4e3cf79ff5bb107c129 0.02 MB 24 598
Previous 10 blocks ↓
Total Size: 768.98 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.50 GB sent, 92.73 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.