Memory Pool Memory Pool Refreshing

1,419 transactions
0.58 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.57 vMB 1,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (700,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,274 207,274 000000000000048b14cdb4b6c10889f8e68fe91d09f0fe10716523f996e145d4 0.01 MB 20 210
207,273 207,273 00000000000002a1c506d54b074305f240e3a71f477bb64fdac3979e8e9645e6 0.06 MB 103 192
207,272 207,272 000000000000006da5a4ef63a313780cabe8938f7266db2fe4c4d4dadd87328a 0.03 MB 67 95
207,271 207,271 00000000000001718ef53cc2a8dee06fc12965c530c4841aca1cff88c56040cb 0.01 MB 13 111
207,270 207,270 00000000000001a0c55778f712d122b0b066047e8c5f02551ee2d8a3c5e0ead3 0.20 MB 267 80
207,269 207,269 00000000000002136ddb6b0ca7857dc219a7b8a5ec23e8d32ac85d710df78108 0.07 MB 159 171
207,268 207,268 00000000000001745c9b1442b100f64dbd1b69336c9bcabdd2f2ac28578666fe 0.02 MB 47 160
207,267 207,267 00000000000002c6b5646faaa24fd1e48898389088d99870a2d6d9455b789d4f 0.05 MB 135 168
207,266 207,266 0000000000000188240d21cbb97e246562807a138120b060f9f16ff7b4f3eb24 0.12 MB 266 162
207,265 207,265 00000000000004eec311510c6d5e67c23a24ab2d1e417c72569099ce4b6b7e97 0.00 MB 13 17
207,264 207,264 0000000000000358289e15e7f905e80091b15353054419b9edc77da58f9b4b64 0.13 MB 344 211
207,263 207,263 0000000000000486ddfa17ddf303aea61fdfe8fe7e61e1a44e609f63e4c4ad2c 0.04 MB 116 316
207,262 207,262 000000000000009b4385c2a4d56cd9ec99e93c089ef18cd49de6ee33c1e510d9 0.03 MB 61 184
207,261 207,261 0000000000000236fad1d8709b66e307b24b4e6abbba1edc0b89f66afb183b9e 0.07 MB 203 131
207,260 207,260 000000000000050a315861f6705b0e4c7c2156dd2a97e9796c37c4ef6b4ee09a 0.16 MB 413 174
207,259 207,259 000000000000031391ea4b5bc680309215ef222596c8e744d220c648ea69d0da 0.07 MB 180 124
207,258 207,258 0000000000000462bcd0fa2a2729df15eabbfbe3dadad65e8d8deb73a6657f16 0.15 MB 313 204
207,257 207,257 000000000000014a13820839e82a41fc3104a12d2a5c9236d2a75488a0a06e94 0.02 MB 64 157
207,256 207,256 000000000000032ece10002460b9923883e4ebc3590af8f2f0afa8583d14379b 0.03 MB 47 95
207,255 207,255 000000000000021836f1dc82c55e568b81da1cd1be60c257ae5f5cb3d35ea73e 0.10 MB 147 131
207,254 207,254 000000000000023ad2577cfd1e2efc323eac35b213c89e18fbd83b7ab771d8a9 0.04 MB 132 27
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.12 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.