Memory Pool Memory Pool Refreshing

544 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 544 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (762,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
145,162 145,162 000000000000006da4850ad10edc0de6bb26d5cd44fb637df6789c7a768da52f 0.01 MB 7 1,108
145,161 145,161 000000000000056c6ed8fe2f0aa9eb94605075be40884f075a80b9507a29033c 0.02 MB 44 613
145,160 145,160 000000000000095cfa639664d31f29543b358cc0930500388b6518fcd6821eb8 0.01 MB 8 70
145,159 145,159 000000000000040d0774a2fce3a595c285d04103452c8c184f02e1896717f6c2 0.01 MB 51 52
145,158 145,158 000000000000003726476c96bdc4867b063fd254b1516fbb1ba3e796d7212c23 0.02 MB 84 176
145,157 145,157 000000000000093a9a9d5de4b3996a6d0fb452d17c3b4d9050bd1afee03b4a44 0.01 MB 30 141
145,156 145,156 000000000000061b2449678735640fba8d70754a6e841928353318f86dacb766 0.00 MB 5 70
145,155 145,155 00000000000003012bc0ef520fa0ad8eded5c91f4e85c34f83277230e765adf7 0.03 MB 91 97
145,154 145,154 000000000000062375058e6fb5021f5513f68e4a26069a4e9e3c3f7a13d2c122 0.03 MB 82 354
Previous 10 blocks ↓
Total Size: 769.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,650.52 GB sent, 95.81 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.