Memory Pool Memory Pool Refreshing

1,085 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (794,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,208 113,208 000000000000ad5820d338e27f375ca1b428169ce06aa41641be085698df58c2 0.00 MB 4 882
113,207 113,207 00000000000099062768460b40e39be42f36e9cd1b055b9dad01fd24176f7f4d 0.01 MB 31 0
113,206 113,206 000000000000046e6c265034f0612d1a799fd751286ff0e8a49be3f3172e3fe3 0.00 MB 11 0
113,205 113,205 00000000000038b111fdbebb497eaa70eab095ad94a99b4dcb985983faac5482 0.00 MB 12 0
113,204 113,204 0000000000002175d9f9d6d243ba1d5632dd95edd7b37a8bbf6e42139029d082 0.00 MB 4 0
113,203 113,203 00000000000002e8166d3393ff7c81fd745f2085880bba203aab494935bfec4a 0.00 MB 15 206
113,202 113,202 000000000000829676d4006423ad5a9cda112cb665163996bd603b68c3d55db1 0.01 MB 29 85
113,201 113,201 0000000000006528a2053c6c065b1d7ab4ffa8834556114a8c7792f52b4a283b 0.01 MB 14 281
113,200 113,200 0000000000003d0367477f9d22b93f4d4678c8767437096829a15c7738852a37 0.00 MB 12 315
113,199 113,199 00000000000092f14e2f4e16956cea4a8621296b11bb12437c646e4c303b4712 0.00 MB 2 0
113,198 113,198 0000000000004cfa4dcaa4aef72ec61bafe0e85780e1759726711b26ef7c424e 0.05 MB 165 0
113,197 113,197 0000000000009a8ca6db381bda659f9d2681865cc78081f4c36efc3edc16bde7 0.01 MB 28 250
113,196 113,196 0000000000001dd55f888f49895dc761a45620c6c515e283222619bc4ef81fd0 0.00 MB 7 326
113,195 113,195 0000000000004b1b54f3828a6f51eb286ad1855ca6089a59a1e94ab25d30a4fc 0.00 MB 9 0
113,194 113,194 00000000000059f9ca2c318d2dc0023ec851dc1984bc9f715368d9350163d0c8 0.00 MB 9 313
113,193 113,193 000000000000cf499720968dca7ecc9d19143c00b76116c9e77f20d8abbe4fc8 0.00 MB 11 580
113,192 113,192 00000000000079ff9638d3c1c949c07dad62b6ae2e1317f3cf8e9e313755fbaf 0.00 MB 10 0
113,191 113,191 00000000000099ba9bbd36bd311e67516baa2174493fe22f0f641bc7e2b54935 0.01 MB 15 574
113,190 113,190 0000000000002a83df42a41122d76dcee6963256c23da58203edfc6733a490b0 0.00 MB 16 1,034
113,189 113,189 000000000000aa55214e8d4002d7937b042f8522ae91fb0ba10b09730af6f214 0.02 MB 38 100
113,188 113,188 00000000000072bc08699aa45ee0ace3807b21ed27641cbf04ff9f6d6fbc2d62 0.00 MB 4 3,870
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.