Memory Pool Memory Pool Refreshing

3,792 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (445,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
462,197 462,197 000000000000000001bb7a068fd1d14f2e09c7c7ce549f3283e42da5a6b04253 0.45 MB 553 114
462,196 462,196 000000000000000000c08e442cabf83db05f4cafaa841bf115c875f5cd88aae4 0.75 MB 1,354 124
462,195 462,195 000000000000000000ea6f4d367b30d28541a60517e4ca86263c07a0eca82b29 0.11 MB 244 143
462,194 462,194 0000000000000000014f9119b3195e1620cb153fe295f5410c15f77bd8493fee 1.00 MB 1,225 71
462,193 462,193 000000000000000000b8e38a34e14c94c0ed5e78336666af61c9a0b928b6ea7d 1.00 MB 1,579 191
462,192 462,192 000000000000000000503bbdfc8a21ffd237498fd0b86af379130c5aa285be0b 1.00 MB 1,951 171
462,191 462,191 000000000000000000b5e028f576b37ead5641d0ac62eb82c65b9ac93145011b 1.00 MB 2,040 126
462,190 462,190 000000000000000000b90d337f44a125ed9173d7e49a5e35116fdfdab42a5910 1.00 MB 2,098 163
462,189 462,189 0000000000000000014cad08bbbbb3779e602859d98b5ddc7a5c97254e8c30e3 1.00 MB 1,589 120
462,188 462,188 000000000000000001de63caa1c69efa3a5bf9f35a3a0257578fd5e2f6bec696 0.11 MB 297 136
462,187 462,187 0000000000000000014565118dc39f46a4e857cbe63ae370354ae297615d21b0 1.00 MB 429 33
462,186 462,186 000000000000000000141c379038f7bc06bdc8e506ec2ad61f774ae7f2f19d44 0.03 MB 92 144
462,185 462,185 000000000000000001695992c951764e55060df745e463d230ea51f8db58befe 1.00 MB 955 55
462,184 462,184 000000000000000000f2d8c5a5b14c19e70fd1a236510c603953f526ae7acdbf 1.00 MB 1,430 94
462,183 462,183 000000000000000000b863e7490e07addb08a2b26e72555de26892f92a702562 1.00 MB 1,179 84
462,182 462,182 0000000000000000017a4d3a724dfc01fcef5567d3c36602ffca84443af4a493 1.00 MB 1,329 97
462,181 462,181 000000000000000000506f6c74e569ab33ef252aadc2315ef1f890668dfa81c1 1.00 MB 2,380 160
462,180 462,180 00000000000000000057f545f49175cf2ca3a746ad5209b45fddf3301904b47a 0.99 MB 2,317 123
462,179 462,179 000000000000000000480053d1e4981deffc0742816cad85153b763db6c5b1d7 1.00 MB 2,187 168
462,178 462,178 000000000000000000d7589284e1e400c4f95e7c55407dbc10653df9cd17b207 1.00 MB 2,004 161
462,177 462,177 00000000000000000161f56224e0087e2c7c409d5acb1f0eb9967115417e88a9 1.00 MB 1,843 199
Previous 10 blocks ↓
Total Size: 769.38 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,644.25 GB sent, 94.87 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.