Memory Pool Memory Pool Refreshing

5,550 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,735 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (704,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,217 203,217 000000000000036eee53144d5073740af325375a15b22b5f998d121d92294532 0.05 MB 64 77
203,216 203,216 000000000000030e62e6adfe5b83b5c9b84c27d0306f7502b922e97bd0bcefa0 0.11 MB 277 134
203,215 203,215 000000000000016508703f27b0f954ab08eea28e5f21ff2a4f293be50203c5ec 0.12 MB 314 129
203,214 203,214 0000000000000534385bd8899b79276c948f29ea4c8e3dddd6a98291fe09c05a 0.01 MB 32 149
203,213 203,213 00000000000002eeca5cee518249ae9fc9c2adda007396dfa8fa0709eb65dafa 0.10 MB 245 147
203,212 203,212 000000000000007c07c69f0f709488cfdafb2988e13ffca043ac75907741e9d4 0.01 MB 19 95
203,211 203,211 000000000000023bb6780f13d4c865b8a6fa9a4940bdd7ba44cba05ff669987c 0.13 MB 214 112
203,210 203,210 000000000000010215533758147022130a2eb3ea34d223519f88a0dbee7c82f4 0.01 MB 25 141
203,209 203,209 00000000000001a0c373cde69a3b6e0424edd38b276d81ef5ae14112f07d8bea 0.07 MB 161 160
203,208 203,208 00000000000000a6cbeb017197134cf860d87ad232f71d11fc6d4d82f83a447a 0.07 MB 163 145
203,207 203,207 0000000000000258a24404c1ec8fb6f793ad34170062f52ad01afdd783653a5b 0.00 MB 11 0
203,206 203,206 0000000000000451b7e36559cab7d54f9e90ea6ace88513dad337b77f6bc3f07 0.07 MB 148 185
203,205 203,205 0000000000000270aaa6e2436ac3953e3daa48b108b6419321f044ef80a648f8 0.06 MB 108 232
203,204 203,204 00000000000001e138b48d99750193de92317b1b80e019bb1bea32c3930b3147 0.00 MB 11 85
203,203 203,203 000000000000038a2026a8203e4222c21f3c1119384f2150016630f6b1653f7c 0.04 MB 90 280
203,202 203,202 00000000000000014a5af5499a178518c004fa568fb34ff2c848d60f87825fb5 0.18 MB 214 81
203,201 203,201 0000000000000378de61c5dac712da01cea62865af691a51c3c83dd2b6a40805 0.00 MB 10 375
203,200 203,200 00000000000001590ea890cdb19dfd3838be11195106e4ef32f489225e6eb737 0.09 MB 284 56
203,199 203,199 0000000000000283f6be669bf02535d7495896d5b8fc5758979c29451ae5f3f7 0.10 MB 164 165
203,198 203,198 000000000000039e399bbfa0dfca19f71c60251825ef2386449c0ca0409aa11b 0.14 MB 163 109
203,197 203,197 00000000000001fc425e64a8707e3ee26d938dcd548ba483531bcd5c4d898449 0.05 MB 89 105
Previous 10 blocks ↓
Total Size: 769.05 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,627.23 GB sent, 93.11 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.