Memory Pool Memory Pool Refreshing

626 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (722,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,263 185,263 00000000000009f2d0436e47d22e2ceef3b261079dff12be4d583e7f0eaf6260 0.06 MB 63 67
185,262 185,262 00000000000000f6efd3352af8a477061a34d199759ac897afc98e7a7e74cfac 0.08 MB 143 95
185,261 185,261 0000000000000205ef7fd08bfff3c3bb2d244fcb64193597973a2c71ba47d202 0.03 MB 81 122
185,260 185,260 00000000000002fcb8f247fd44e552d33909a03210d0dc24e6149892b61b48eb 0.04 MB 33 227
185,259 185,259 000000000000026280ea904a783097eea44c151b7b6dcf017e75a5292bb73d0e 0.02 MB 42 28
185,258 185,258 000000000000017abd3e3eae65d4d429c4a5ce8f12ed0f155f1e486d119d4718 0.02 MB 73 160
185,257 185,257 000000000000085a1fe7ccb5bc7b3a5c5dd4ad19f491b2eadcfdeaeff5afdc8b 0.25 MB 638 137
185,256 185,256 00000000000009b3f22ba83ab735757306d646527333fa14facb5e604acd9b48 0.05 MB 138 175
185,255 185,255 00000000000001a0b42fadd35d7bb5afe1e5753cc66cf9f7df92b223c92f2118 0.04 MB 105 122
185,254 185,254 00000000000007b92d069ba1ba3c4ed8051eeaee1062f3f8c7224c3eb8319218 0.02 MB 74 15
185,253 185,253 0000000000000668a0eedf9feb63fc5312956feb75a7a6cf722a8400565ba794 0.22 MB 372 96
185,252 185,252 000000000000033db68ea129a8ff310d321cc9d598df4463e55d8e8744cda5ee 0.25 MB 640 150
185,251 185,251 0000000000000818d280153385fc340c38fb94d8ee32dbb10490e280c0be23e5 0.01 MB 36 92
185,250 185,250 0000000000000a4228b654bb6f10f195d9e9830b864c86fbd945d9587be2b018 0.04 MB 138 351
185,249 185,249 000000000000071263800f23ef11c969eecabdb585c12ff171d303ab1031f92b 0.25 MB 529 123
185,248 185,248 00000000000009f635efaffdcf645cda8f747f9f3eb1015e3b36e4141ee7be94 0.05 MB 148 180
185,247 185,247 0000000000000a32c3bb07b76a606fac0be5ea0d35f22da6135c4907bbc40fd1 0.15 MB 260 102
185,246 185,246 0000000000000713002f6f4ce40b6d63e8e1ee0ab00af710663cddd94790fb6d 0.00 MB 1 0
185,245 185,245 000000000000013a32459546f7c0b8a061cb7cf73d78cb44467a54c509cd8968 0.05 MB 139 133
185,244 185,244 000000000000004d72abcebcd7f17bd0dfc2d13677cacf7a6461ae00942331c0 0.05 MB 127 113
185,243 185,243 000000000000070d9271633b8211bbd517ea370a8b481845883339a1b6e6edf1 0.15 MB 371 177
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.50 GB sent, 94.30 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.