Memory Pool Memory Pool Refreshing

3,835 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (762,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,183 145,183 0000000000000643d8dd3cd18d952f36a854a617fcebef3afd23f059c0b4ff6f 0.04 MB 86 175
145,182 145,182 000000000000007439ed037eff22bd6080644f5371ce89ea76e7c4c9cd762395 0.02 MB 54 140
145,181 145,181 0000000000000533a19a54b34485fe08762a3e42cce0c944d7cd254ce0b08747 0.00 MB 1 0
145,180 145,180 00000000000000ae8e8fa8aeb8f39f1d93ae733c97c54116b85e584ccb788227 0.02 MB 36 98
145,179 145,179 00000000000005252ff16cbe5765563a0f33656603839a0dd6b1374c3b29be87 0.02 MB 60 143
145,178 145,178 000000000000074792a2bbbae931d24ef287c6ec55cfd478d0e322edec1319e7 0.01 MB 30 137
145,177 145,177 00000000000008d112603104ba352c34e4d3950fc02cd843c3482eedaf577363 0.00 MB 11 361
145,176 145,176 00000000000004136c02838bb5d1884e5be4181c007792a253cd7ad951c08841 0.02 MB 52 130
145,175 145,175 00000000000006f0febb1e1be4746287ec53e5607b529393fe769e0c5d85bc9f 0.00 MB 17 291
145,174 145,174 000000000000049e320dbd7433771fb8a0c65df67e2311b549c9212b2921fb84 0.00 MB 4 0
145,173 145,173 00000000000006663fa0dbe04238fc23dad7c79a849cd6976bc814ad584e4c72 0.00 MB 13 530
145,172 145,172 00000000000001fbad1695ee9d9168734f9e076641a841dcebb7be05a80410b8 0.03 MB 75 151
145,171 145,171 00000000000002d1e81805ebce823490895ff5f99f5b27372df5d5f189de0b44 0.02 MB 77 85
145,170 145,170 00000000000004f0c4998eb5c4c3dc57a8c2c8de8bbf0ef1076ad104e31aac7b 0.05 MB 78 123
145,169 145,169 000000000000025dbcbc729b74a213dc86dbb494f6756b512d8a679e313748a3 0.00 MB 12 2,972
145,168 145,168 00000000000008e7bfdd9c93776672471307edb39ff98f79136b9b98f0b34930 0.02 MB 49 158
145,167 145,167 000000000000077055b147e301c221ba7f28d3085a7dc2b8bc572406c94e8bb3 0.00 MB 6 99
145,166 145,166 000000000000027f5846779d42db8f2f5c83ccf76cae276d0a6292ea0b2ca349 0.05 MB 94 110
145,165 145,165 0000000000000697a217547bc545a96ea7178008751dad10857fce1816c6708d 0.01 MB 34 30
145,164 145,164 00000000000002110b50729f08d47eacc1500599090ca42a74cfab90f9f2920a 0.01 MB 39 131
145,163 145,163 0000000000000296b1711c910ea8b1c16c6ec437128aa6cb2c3324b87ec24f05 0.02 MB 57 65
Previous 10 blocks ↓
Total Size: 769.35 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,643.51 GB sent, 94.69 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.