Memory Pool Memory Pool Refreshing

7,759 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (667,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,176 240,176 00000000000000cffb54b75bcf9443739b45b8bf14bdf1eb7639502e850ea372 0.10 MB 179 129
240,175 240,175 0000000000000109fe6f45637ad49c5e2d7b74d0daf0b3f09f64c318a1ce8d53 0.20 MB 421 150
240,174 240,174 000000000000009b41536ae4d6de148f889775d6dc5cf056a02682bcb6dbb2fb 0.21 MB 290 52
240,173 240,173 0000000000000053075ed00712ffbf8437fd0a00765e54bc81569dd996ce7f0b 0.25 MB 439 123
240,172 240,172 00000000000000b7461dd078819f85e9d36cdfb8b92ba21c4bbc377aea8e0776 0.25 MB 630 212
240,171 240,171 00000000000000e7eb100453302be3def299b4bffc1b7996c8e904beb102a620 0.25 MB 636 238
240,170 240,170 00000000000000fb1948bc4a1e3509fbaa45b8bf58bd31e14ab91c6a5aeec549 0.25 MB 747 270
240,169 240,169 00000000000000354649c49f315fbed89d52e3545b7a629cb8ac6258d5f0461d 0.22 MB 299 97
240,168 240,168 00000000000000510190e13fe7778d9d3d57d11b55ebaec04c66aeec96b0d2e0 0.25 MB 691 245
240,167 240,167 000000000000006a1694bdc39241a12d4760f3132f1a3cde8c79c5d5d49d3f3b 0.18 MB 389 121
240,166 240,166 00000000000000568398586b1ec365155e7fef304ebad64fe960b1b2cef670ea 0.05 MB 107 173
240,165 240,165 00000000000000b922e781bf312b0e4511b1dd0f2a9da59246fd97a3c2cb50f5 0.07 MB 131 45
240,164 240,164 00000000000000df96b484996ba5aa2fde02ea09cdc1c166c1431667de1a4d70 0.23 MB 498 191
240,163 240,163 0000000000000058fa60fa4686e4a12a861367eab5223e85a8ee08800d6589f2 0.14 MB 254 152
240,162 240,162 00000000000000404e699413d3ac172859e4849347f8a066ea5f12b574e917d5 0.19 MB 391 188
240,161 240,161 0000000000000022525153bb6e02dc76be7d62c807abf416016b5da5cdf1bb86 0.11 MB 220 147
240,160 240,160 00000000000000337e17ab6ac789c6dbd49c75c9eb1e1a0c75b4127c33f425b9 0.25 MB 450 169
240,159 240,159 00000000000000a5950332764d629c78c5466221b02d3f8469cd2af127c4bb3a 0.07 MB 144 166
240,158 240,158 00000000000000a8bc4e95b94ee6ed38c951166d5edef79193e830853a49887a 0.06 MB 237 6
240,157 240,157 00000000000000230a2dc28f6facdc3f14ffcaf929a30d8349d88f2c9e7173bb 0.12 MB 248 170
240,156 240,156 000000000000002091fcb32c8acc35fb3058e13a94be0bec4588adaaf3cdb37c 0.14 MB 242 95
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.