Memory Pool Memory Pool Refreshing

1,629 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (361,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
546,239 546,239 000000000000000000134fc212f3f72c4de427cefec9c7cea490e5bac7c57845 0.34 MB 64 1
546,238 546,238 0000000000000000000a77aae7ab5de4d1159241f732fc86a72014cfe2cedcf5 1.23 MB 2,457 17
546,237 546,237 00000000000000000006a9317c81a4adee55a2dfc2f8ccaf8850d6c40fb044e0 1.22 MB 2,534 17
546,236 546,236 000000000000000000123770494fc6f51426317ae7833fba05edc2e5b945d60a 1.03 MB 1,670 12
546,235 546,235 0000000000000000000e90660c45fc6a7b5ce115b05ee9813c31478adba8132e 0.83 MB 1,045 7
546,234 546,234 0000000000000000001f1ce7021fb301f2d2dfd84b056ba0a7b29f345a7672db 0.37 MB 744 28
546,233 546,233 00000000000000000012a957644bc5144d21e38c0f1113f6d6d6d15fe3f8ec3d 1.15 MB 1,799 10
546,232 546,232 0000000000000000000bb1aa4df43fbff6a7ffb52abfc2792b7ea6adc9083968 1.22 MB 2,466 18
546,231 546,231 00000000000000000001d2d43983f96ce3172e10a9ce401d22bb9c05ac47c15a 0.29 MB 566 13
546,230 546,230 00000000000000000012c604cd4a4f1a136ab320fd1d59acc6b41b0dde7d865f 0.10 MB 139 10
546,229 546,229 0000000000000000000a0c9fac184b55c8d5ec9b4d0b12084fddf33f6a00f157 0.83 MB 1,192 3
546,228 546,228 000000000000000000213b14da9e22273c889cc52d0e53aab0f538cb83d0a32f 1.30 MB 2,268 25
546,227 546,227 0000000000000000001863392312b9e91839f676ab662f97dfcbf0ec5f508645 0.47 MB 780 13
546,226 546,226 0000000000000000000c868f5751488dfd09f6fe4aff4de20444b151b10145ea 0.12 MB 114 24
546,225 546,225 0000000000000000000083045cedf1cf1c9ea8001f2ef6aa79b212821726ba50 0.31 MB 252 6
546,224 546,224 0000000000000000000571d986bce2b9c5710e7e5b4ba3444ba8765f928ac83c 0.62 MB 941 12
546,223 546,223 0000000000000000001f920aa01b56c880b657b1dea535030c2174e5d2c41904 0.86 MB 1,830 9
546,222 546,222 0000000000000000000be117e40891cfba8b8e5b875d231f412c91226b991237 0.49 MB 495 14
546,221 546,221 00000000000000000017baf0737c44ec282644b054a6d59ce34d139f3bb326a3 0.38 MB 485 11
546,220 546,220 0000000000000000000d5834c5b81963c6f11a6d24d241d9a9b30b729b2d694a 0.11 MB 287 9
546,219 546,219 000000000000000000073fc6bce7f612fe5549f6cacd73b1ff9f5e578b4dfc7a 0.71 MB 1,371 10
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.