Memory Pool Memory Pool Refreshing

10,073 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (741,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,202 166,202 00000000000008e50e5b10519dbaa0549cbe388b6108926e333036f86c69d510 0.03 MB 66 102
166,201 166,201 0000000000000c05d7f08411dc1f01243ff3f854761a4b7b9b9cf8b483b17450 0.01 MB 25 183
166,200 166,200 0000000000000a5e45d61b47c7daac65964a35f966b96a0eb2efcfd44b8cb62e 0.05 MB 114 89
166,199 166,199 00000000000001aa3931ae125e47077189b4785e908c7280e6eb6be1f715850e 0.06 MB 92 73
166,198 166,198 00000000000003d619d3b89f33464bbeeb742dda9c6257aa3f07fda5524e4496 0.03 MB 76 81
166,197 166,197 0000000000000a18f8283163bed4d50067baff8b4336ede454d364745ce97713 0.02 MB 62 59
166,196 166,196 0000000000000c0d095a85e177b039442239b5d5118d19819f4b350ddc155fe6 0.01 MB 18 15
166,195 166,195 000000000000037114882a68c286ff4ea472e081f21492d65f6f572cf1c3481f 0.06 MB 100 79
166,194 166,194 00000000000009c241f55c5dfcb0a075d853fe0ebd03707cb9a64f1f86637d9a 0.04 MB 118 88
166,193 166,193 000000000000002fa2eb767b857cefa06de4f449a8903824a6724ccc366c99d1 0.01 MB 14 60
166,192 166,192 000000000000069689e402455ae0df5c71362d3453d5483d3c8be990153ac703 0.03 MB 51 140
166,191 166,191 00000000000003176d47511fa540b5744e3b620755cbf89b5e735dfde761d003 0.01 MB 29 291
166,190 166,190 00000000000001cee75bd1fe383d635a88b9009da8e64759447ce91edb58ca56 0.05 MB 87 78
166,189 166,189 000000000000030db4cd0ddfa0f53261903e45989401363daa2194cc7badd283 0.01 MB 48 7
166,188 166,188 000000000000087ba84503198b335c06ecd6da2983aefd11c70b3db9a802b0e6 0.02 MB 45 226
166,187 166,187 00000000000007f91a73159108dd25b911ca0db858f869b9f7fbb4c73512930e 0.02 MB 36 115
166,186 166,186 00000000000005047cb07ed13889e4de7baef4387a2eb1c74c8dd7337888f8de 0.02 MB 44 219
166,185 166,185 0000000000000939aa3ed5236848a2375e1246c7b6d1f03f3e30b6846fddc23f 0.05 MB 92 167
166,184 166,184 0000000000000b97e64d2cfb202b736f5a1a73ecac2ecd422643195a034a642f 0.03 MB 80 91
166,183 166,183 00000000000008e8ec4f947c6eacee48e821dbc9764f688cf5601a37061246ac 0.02 MB 52 190
166,182 166,182 0000000000000751fee5667ce968e4a41cb88a6ea43bc12a7371ca2caa8670ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.