Memory Pool Memory Pool Refreshing

10,286 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (706,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,038 201,038 00000000000001ed8b32fe5a1fc45d5ca4d0594643a2dae499c50014f7a60fe1 0.18 MB 132 62
201,037 201,037 00000000000002bbe963fc384eea4a036faa4b888e785f0a26136318d834e177 0.01 MB 24 100
201,036 201,036 00000000000003f162a637c3caf8f7be00a839af9da2f9f9d09f5807f7f9b37e 0.01 MB 15 192
201,035 201,035 000000000000013512a631225acea6a8542c2f040766becbd8473b81a17ffa78 0.01 MB 24 172
201,034 201,034 0000000000000300add9f3c9a1385b0147db4442f93016e80d1125b45a06e86f 0.03 MB 72 117
201,033 201,033 00000000000002594e76c230c99353cb49726fed0bcc7df3af8143373b200f30 0.04 MB 111 53
201,032 201,032 0000000000000079743336df7ecab0b6bce0e44c47f7e5649e2ee4c35e21c32e 0.01 MB 25 18
201,031 201,031 0000000000000178057fd82902eeaa1c356ebe9ef3de6541ea17aeb150aa10ee 0.09 MB 190 107
201,030 201,030 0000000000000523fe23d265f01ffb7ca9824bc222ba34c8f3a6fd3f886ac748 0.08 MB 199 140
201,029 201,029 00000000000001a653271b46e546131841e1bf28add970f906cc0f1858813f7d 0.00 MB 6 592
201,028 201,028 0000000000000194fe828744e0b44fc517dd54468a38e36a0473acd99be5390b 0.03 MB 111 53
201,027 201,027 00000000000005554c7e1a7baea225cbb4dcb453e612fb6417ca7a18fedb6b74 0.06 MB 112 120
201,026 201,026 0000000000000047bd1a83c4e4675fa691c145ea5c8c6989cf8ef85a0a51d846 0.00 MB 3 32
201,025 201,025 000000000000021825cb4b56ab892f89458894c075638eae584da5e9569e0f05 0.02 MB 44 152
201,024 201,024 0000000000000521a2268df8528db5be4e695542cd0affc64ee5b48be40b06e2 0.03 MB 71 146
201,023 201,023 00000000000001fe6b66cdac15acdf8630dccee04e72e5ad1130dee546ea95a1 0.03 MB 90 135
201,022 201,022 0000000000000262f6b673b6ffbdfc366c985c6148d40ce794ec30d31f71db1c 0.07 MB 125 182
201,021 201,021 0000000000000402807fd79bce29ae38c4a07324f95ea2e57a584845d425dbe7 0.04 MB 88 225
201,020 201,020 0000000000000161c887ff8efe6e72fd57f15f719cec3b30d102fb4bd8f7b6e1 0.06 MB 108 88
201,019 201,019 0000000000000315541f72ded3a75ceeb0fc566350e31c1cec1a1b92c5d59340 0.09 MB 152 126
201,018 201,018 00000000000005662f516962d7c9f6fe4bd79eba0b001f7affc98fc43f517f55 0.03 MB 82 116
Previous 10 blocks ↓
Total Size: 769.02 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,624.80 GB sent, 93.01 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.