Memory Pool Memory Pool Refreshing

10,188 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,170 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (692,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,112 215,112 000000000000040ce407f2125c1ce5d2f36f9be1d24f82db0ff15c47fc9559fd 0.09 MB 208 169
215,111 215,111 00000000000001868f5320d9bb810d8daebbddbd4509e6f9b44ba1bcf140e8d2 0.08 MB 179 172
215,110 215,110 000000000000017571d01196fd25a1fdb8cd400cd7256d4cc21176506a084fc7 0.18 MB 438 188
215,109 215,109 00000000000001a213b4292190030151f76080403c7f57fd6b6c0507fb1a514e 0.22 MB 427 139
215,108 215,108 00000000000003a88ca173fa8cd5532acbf690956e6a45d207c6006c909c5281 0.23 MB 523 384
215,107 215,107 000000000000004335e225ad34433e1f886691acb21604eef8bab31df00265d9 0.25 MB 622 165
215,106 215,106 000000000000013de1f5540df33311d28542e9b8367de455fe121b091a307995 0.27 MB 447 135
215,105 215,105 00000000000002a84b595fa9cf903c58e24d4b55c1161a930e2bc45d9575d76e 0.25 MB 794 260
215,104 215,104 0000000000000129d383b3ff90e489c7c904612baffbf44603c37bf928c4b10b 0.13 MB 283 166
215,103 215,103 000000000000028a338f97d47e4cb99f677244fb0876964644ec17d9791ac973 0.40 MB 475 90
215,102 215,102 000000000000031ceefaf7eeebceb1124601dd55af1a314bfc164f676c5b5658 0.23 MB 622 196
215,101 215,101 0000000000000199bd24a60f393e469830f86f6b62e42f1fa961f0763298b1f2 0.06 MB 152 140
215,100 215,100 0000000000000250265e25d8c8fcb25f56c8f017dcdc8bacbfae148b84ee4efd 0.00 MB 7 632
215,099 215,099 00000000000002e70d6a6b2bdbc305002046003e1438380cfde69c4a3753a37f 0.05 MB 124 154
215,098 215,098 00000000000001eb87a680207c621285dd79b4bd1ec0db623e6227c7c80894b0 0.11 MB 234 205
215,097 215,097 000000000000036bd0a467d32b78b563889d4d12cda8ce4ce1bf29a4e2730af4 0.19 MB 281 152
215,096 215,096 0000000000000004afc08fc1d8aacaf051d5ea1ce2355ebf74aee392f94915df 0.00 MB 13 29
215,095 215,095 000000000000032f6a5d5fa4a54be188a0837627d0ef1cd72fd72cb0b91a0baf 0.01 MB 32 129
215,094 215,094 00000000000004afece96d87a584fd3648db8184cc4e375755ad12215476405e 0.18 MB 444 176
215,093 215,093 00000000000002cddaa880644697cd4d782462e16523638f3bd72511c179e26e 0.01 MB 32 197
215,092 215,092 000000000000046865052f0d1a3d4c0aa6a99807797e8df3ad886c5048304a24 0.09 MB 222 159
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.