Memory Pool Memory Pool Refreshing

3,478 transactions
1.10 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (616,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,169 291,169 000000000000000048a3348035c8a892d76c7bb94bcc17efb34b518e105e5599 0.05 MB 119 34
291,168 291,168 000000000000000040d811694ef2fdce4f542caa53b9df2d65d4900f180f5565 0.00 MB 1 0
291,167 291,167 000000000000000021b5cb993a49c08f4c7c1a40727bae2658a316450b1e0e26 0.07 MB 138 34
291,166 291,166 0000000000000000b9e5f0391b3a21412563172e1bc0a947dd147205371f1b04 0.08 MB 188 44
291,165 291,165 0000000000000000b2d23a3970c6e742bbf5302aedcbfa778cac110a9dbbda79 0.04 MB 36 13
291,164 291,164 00000000000000007255bd3f343fc344afe68661eeba80b068600033c536d5c3 0.06 MB 145 40
291,163 291,163 00000000000000006ef57ff77a782bca614db310e1fd093ac9198a890c7b6e34 0.12 MB 218 40
291,162 291,162 0000000000000000ef44107c288049721afeb5a95916f31ee56c34ec55c01702 0.07 MB 164 40
291,161 291,161 000000000000000025efdddcc87e4e15843e51ce2c28fb539b511c91c3f31cb9 0.07 MB 161 38
291,160 291,160 0000000000000000ea5ad9ef97269fd886dc04477ddd58f18596d9798140ecc0 0.20 MB 440 93
291,159 291,159 000000000000000071ff3f0993f3593852a0a05ab8ceaa7e7304283677e8b65e 0.35 MB 900 56
291,158 291,158 0000000000000000cac5d3ec32a90740b382cfd68d2ac385c2158358349eb56e 0.10 MB 95 11
291,157 291,157 0000000000000000aa99a436427d759a2ee33b1353de899fdf4c231bb6363bd6 0.04 MB 107 78
291,156 291,156 0000000000000000239852d1029c16b6d6c77297eb735bd9b20a79e98edbe295 0.02 MB 45 7
291,155 291,155 0000000000000000a4ef1303d77c174ea88d200f7974b4f3e4effb5f343d84c2 0.17 MB 208 21
291,154 291,154 000000000000000038372d6fe3e10da3bdd7861ed9933cc3982caff17ed581ed 0.35 MB 952 40
291,153 291,153 000000000000000093e48b323c45672296c905385a406264776ec51d8e3be0e1 0.23 MB 361 29
291,152 291,152 0000000000000000668808dc61364ee9f7c1672429ec92581ff6fc26969eee1c 0.18 MB 512 47
291,151 291,151 0000000000000000a784f83fe1fae0eb99cde6d34245f895cbc348a5cd687651 0.11 MB 283 37
291,150 291,150 0000000000000000011c821509a9a02af8c051823026800db38451ab59ac32c0 0.26 MB 449 27
291,149 291,149 00000000000000006297d10babd9968e2e4f21edeffe80457c0c3643c96aec4d 0.21 MB 329 30
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.