Memory Pool Memory Pool Refreshing

1,495 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (604,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,251 303,251 000000000000000018ebe728e653d0ced8704b1ec88f8a93978d733ae6ada310 0.61 MB 979 27
303,250 303,250 00000000000000003d064dce6041a89b9b333d9300a633b42f85027aa7892727 0.21 MB 341 17
303,249 303,249 00000000000000002a12aa2be32b6b0b7ac1e1d1e85e7369fc5cdfdf1927e74d 0.14 MB 175 19
303,248 303,248 000000000000000029470b107be7c50a51b9082d26510f0de36373db8049d29b 0.38 MB 625 28
303,247 303,247 00000000000000003e4674c92fdf7d0b9e61d1f3615dc0b8fe21c13d9c273e71 0.35 MB 514 24
303,246 303,246 0000000000000000685db99b2e6defda09b30086bdcf20aa48871336ffd5ba7b 0.24 MB 512 37
303,245 303,245 000000000000000001bec796e152267190b9211edfb067247ca8b9a6b7b267dc 0.19 MB 290 26
303,244 303,244 00000000000000001f9f12662a8b995dcb61ee7607e06993dce044c3b6013cb4 0.15 MB 304 32
303,243 303,243 000000000000000049c43949e03c7f86855a5092f8eea0af9741985005701204 0.25 MB 169 12
303,242 303,242 00000000000000004bb86cc491c39e940c31b1698d73a4ead4ac8115eac22458 0.35 MB 912 45
303,241 303,241 000000000000000066331b2f4fcec9f40ecf1a44edf6a2fb2ba0d71d0412acba 0.01 MB 19 72
303,240 303,240 000000000000000033087eea7ddbd4359d070821ce64902b147e15d8d4df4f4f 0.14 MB 213 30
303,239 303,239 00000000000000003a3fe389052f17d0599c2b32c2599cfcd55bfe25c453b0c1 0.18 MB 197 20
303,238 303,238 00000000000000000b64f4d71708ad07b3111823658582b044efbe212eed6965 0.04 MB 55 23
303,237 303,237 00000000000000004ee10f1aade047a2791db333cfd7a759d1026b8bef1268f4 0.35 MB 588 25
303,236 303,236 0000000000000000159504d767090fba3884f38c9d59fb024b6211727452613d 0.15 MB 360 37
303,235 303,235 0000000000000000166a0d63cb34b029d7ee391e310328cf361a5b9f30527b1a 0.06 MB 106 28
303,234 303,234 00000000000000003e7398445e4307a8f56473dc02175fc15746cb6c2f1dc4b7 0.15 MB 251 27
303,233 303,233 0000000000000000277fd27fd984ad0ead5147ea9d795723eb4a785c214442cd 0.16 MB 246 28
303,232 303,232 0000000000000000066d65d43c939518101df3e56d983375b5ae9c502c32b801 0.14 MB 193 25
303,231 303,231 000000000000000036e4123816723222954d9576e959aad93af92900bbd59c68 0.20 MB 339 34
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.44 GB sent, 94.29 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.