Memory Pool Memory Pool Refreshing

1,305 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (676,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,105 231,105 000000000000012a8e6643d81c4d791b50c9b0698a3a7a6939b55a6dd77fb95b 0.23 MB 538 140
231,104 231,104 0000000000000216b664084b78ff01ba73d3571b6669c2f5384c20a91fe679d2 0.09 MB 205 191
231,103 231,103 00000000000001821c161fa1b632b1fa6189b0551fabcbff93960295ea7206f6 0.16 MB 245 105
231,102 231,102 000000000000019294626145d46ba31898e619bcd17acd87f73408a951deeea5 0.12 MB 261 166
231,101 231,101 000000000000015e4befc2e742623c0d310fdbedb86095ed0feecce11da2d36d 0.08 MB 233 114
231,100 231,100 00000000000000c1957ab81c0e12656e51bd0d95e9ca4f53993a40b218a94b0a 0.25 MB 332 75
231,099 231,099 0000000000000092a96d122d7204a49f261b631e8c102a2c73c5e891989ad57d 0.06 MB 147 207
231,098 231,098 00000000000001f112f6799d8eafedd9649ce915dc69e44ab2b674a39fb72bc5 0.12 MB 269 173
231,097 231,097 000000000000014e2e67f77b23b8232f4777347087cf70cab0aa1852309f9184 0.04 MB 102 135
231,096 231,096 0000000000000006b91511cccdc7976b29b12545bc7cd96a4e2f5b5aef7cf186 0.09 MB 231 202
231,095 231,095 00000000000001045f35e1c462970ed25b5111584bed0d53bd3d587aa3436006 0.31 MB 808 230
231,094 231,094 000000000000014183ffb5aeae7ff2a7f157e2167e4ff1d431c4df2e3dc6c31a 0.23 MB 537 160
231,093 231,093 00000000000001e9a3606955e2fc2a8173392da929750b3ec346b8fb93d67c8d 0.17 MB 408 164
231,092 231,092 0000000000000005409bf05bdae7ce794618961a88c3282035e4d5ca9981432b 0.00 MB 16 150
231,091 231,091 0000000000000137fae09b149e05e7653133957ae3c1baec339eca03ea03e8be 0.12 MB 241 141
231,090 231,090 0000000000000006634a3c46a80b5b108ba3248de51aa3752492d04edf4662ec 0.17 MB 375 158
231,089 231,089 000000000000007a01aeef7380d1daa58b0358538a7bf06103c288eaa8d59ef4 0.11 MB 258 165
231,088 231,088 00000000000001c6cea221bcea061c5e5faef9f4a7a4770a4a14c1b38ffb4516 0.08 MB 246 52
231,087 231,087 0000000000000145758272faabbc2523a816af581f79cd9846a1923fbbc0a7a8 0.17 MB 368 177
231,086 231,086 000000000000002b0fad7f11ec486174654472fa3b83c749b284e669bef8df26 0.01 MB 35 179
231,085 231,085 00000000000001c9cfe46abb5d98122264349e296f4491d62a4fcac4301d8c69 0.36 MB 783 143
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.