Memory Pool Memory Pool Refreshing

5,324 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (90,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,739 817,739 0000000000000000000398e0760538b3d9958024f167886e297fbf3c35dabaa1 2.72 MB 2,183 93
817,738 817,738 00000000000000000003eb3bdace0d57acca29d42ceae9f35a36b19467d69a30 2.61 MB 2,235 112
817,737 817,737 00000000000000000002ad17abdb8b0e395a875fec64971e6f75df2ac713258b 2.70 MB 2,491 144
817,736 817,736 00000000000000000002563a964dc552adde9d0d7556803c33d208be980f632d 2.52 MB 2,325 172
817,735 817,735 0000000000000000000114f60040b10b192bc37d3f1f5777686509898106105e 2.90 MB 2,041 120
817,734 817,734 0000000000000000000444dc5b5130f797dafe833c9356e1cdbb00da4f5f224d 2.79 MB 1,930 147
817,733 817,733 000000000000000000000b8c8fc9510bb84c74b8def5da7461bc0b4e93e2774f 2.84 MB 1,956 119
817,732 817,732 00000000000000000003b8a46f293616ed8694c4ec94536ab68d60560266510c 2.58 MB 2,754 85
817,731 817,731 000000000000000000004cadfb02996c4e92ff76ec44bb5df6277335108772d9 2.75 MB 2,115 110
817,730 817,730 0000000000000000000449d4939257d650fd67d4ab0e62de56639b95fef03169 1.99 MB 2,578 78
817,729 817,729 000000000000000000010100aae7476d3a71a35a1e2af0fc86a934112d11ad2f 1.95 MB 1,687 105
817,728 817,728 000000000000000000008f96a2160a3cf8ac884452f7f8d0603a419952ce7f2a 2.28 MB 2,098 83
817,727 817,727 0000000000000000000429d869afad68893f36013cc2f50712d0b638f9e87eda 2.38 MB 2,491 126
817,726 817,726 0000000000000000000111fc7d468be12bcefbb82980d4455a9553a308b527b2 1.83 MB 2,275 224
817,725 817,725 000000000000000000017f149e53c606e7207ce58c19ef57607ea7bf9473b998 2.19 MB 2,689 110
817,724 817,724 0000000000000000000346f726653b7fa226c262af0e0b8307c781577a37f1e4 2.13 MB 3,440 118
817,723 817,723 000000000000000000020f428e09c0b273587a89cea30f0aa71b5493389e029a 1.99 MB 3,783 103
817,722 817,722 000000000000000000011467c3db24db6531647f97504ba4c0034907794b71b4 1.84 MB 3,616 89
817,721 817,721 000000000000000000004eedb17730d58c6c0db51da0cb8425a273ac01a9910a 2.02 MB 5,549 75
817,720 817,720 0000000000000000000120779f087b611ce8b9c998b0abd6f9d33cdf583d6f61 1.85 MB 4,749 62
817,719 817,719 00000000000000000003b1f39b5ee29b07833b47aa1bf5c3e8ddabe4c09bd03f 1.87 MB 3,723 126
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.