Memory Pool Memory Pool Refreshing

4,659 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,108 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (778,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,167 129,167 00000000000015be28c1d27624388661e0d76b8baa1c5b89070287e6a0d1c489 0.00 MB 10 1,436
129,166 129,166 0000000000001c55fd59de57ea5ab9030fc0783f8a5a19b2a945075be9dafb5b 0.00 MB 6 0
129,165 129,165 00000000000004178bc07128a616c17c848f8a322a1b14d3982605ba2a72488f 0.00 MB 8 938
129,164 129,164 00000000000014d95b67feccd5c53b50922d92d1c4910e0d0808c8dfe20dbac0 0.02 MB 63 647
129,163 129,163 0000000000000e083b25b32f892d0cd4038e3d56c478e3042aeb5c7753ac254d 0.05 MB 119 445
129,162 129,162 00000000000002a00790b09a12b245169348ac20105bcf934b179ba6b8a6c9a1 0.03 MB 66 169
129,161 129,161 0000000000001041dc9780c23bc03649beaf568daa5cb23c0e11e50691af0930 0.01 MB 18 813
129,160 129,160 000000000000147086982d0fdefe53a58debaf7dbe8a8bb147cc9d4be09451de 0.01 MB 22 1,039
129,159 129,159 0000000000001463697396af5ebd5b281f43e5d340bca0278dc7f8f067ade5de 0.08 MB 194 789
129,158 129,158 00000000000000e620e84863c790f5781976767b484605d511890b816dcb2432 0.00 MB 5 1,035
129,157 129,157 0000000000001613199f2149a9d8c41dc928608fb35cb8eafef0de6b6cf6391a 0.05 MB 142 384
129,156 129,156 000000000000188707416242960f403c3f45bc8d2bc6064a68ab3f445cdd0037 0.03 MB 37 916
129,155 129,155 000000000000147e5ba258ca6c542209e69fc3dd4826ab34dfbfdc71173e66c6 0.00 MB 4 3,767
129,154 129,154 00000000000014c2d057b1f25bc0d8b7549deeeba734e8e4e25f4c691a854cd5 0.01 MB 24 311
129,153 129,153 0000000000001cff4503fc8a951430269d45ebe1c0e3818ab2242f6c6b404e29 0.01 MB 19 199
129,152 129,152 00000000000013732154c8b68239a679f5ebc79342be636d0ef96c3469a57796 0.02 MB 49 1,290
129,151 129,151 0000000000000a0742700282a9512cc2b1d01ee0a166d0f2a42c899828b717fc 0.04 MB 116 261
129,150 129,150 0000000000001168169618e4b076834e5962cf56b0ab638aed9e4c35cc6ef9e8 0.02 MB 49 916
129,149 129,149 0000000000000a72b03f9a289028ca52fd29977014dd151a6aef872f49dc3110 0.02 MB 23 728
129,148 129,148 0000000000001250c5df1163a2c0332f9f108b238791c73fbc903d3c94363ad3 0.00 MB 15 1,370
129,147 129,147 000000000000192022e3632d16309e3430b5085fc36b57d70e4be220cb95eca8 0.00 MB 7 1,243
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.