Memory Pool Memory Pool Refreshing

1,792 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,765 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (732,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,326 175,326 0000000000000628ff7fe18d4b2b4cb1b935c7433736e237ecb7ab76da7a82ef 0.00 MB 9 341
175,325 175,325 000000000000001359b17ac0b5033af665d34ec1bf37734408491cf305a36eea 0.02 MB 38 9
175,324 175,324 0000000000000476f0e5ec18fe28f2bef4f28b87e3b7469915d834136b851e67 0.00 MB 1 0
175,323 175,323 00000000000005f2fc3e54bd11801cc94e1c1786c8cd96d41ce9f131f844b8e0 0.08 MB 124 148
175,322 175,322 00000000000003c83564d540b10cb05599219c556e3b6d143efad5bc6e051734 0.00 MB 5 0
175,321 175,321 0000000000000535b896ab5f19013fa3d26a2b833548f02e6856cd62cd875b66 0.02 MB 36 432
175,320 175,320 0000000000000557a90247c48ab733ff1f6f56ad5fd9a011e4a92bb973d4bb45 0.01 MB 14 62
175,319 175,319 00000000000008ae0ea70f65a504518ded907bd181a0359e236a87aed71920bf 0.01 MB 20 186
175,318 175,318 000000000000008d8e85b15f04d2624d3d42011e3c13932d6655863c4e34dfc8 0.05 MB 36 199
175,317 175,317 0000000000000a4c05e8dac41ec6406ac0d1addaadaf1918cdcc467c9e2ea551 0.01 MB 21 193
175,316 175,316 00000000000006dc052ab4fced1369703be9c92621d9c29b6cf6f68fa342fdd9 0.04 MB 131 105
175,315 175,315 000000000000082693b483cda1e802db9f143c2c97bb6a20c8563e94c6212577 0.04 MB 83 145
175,314 175,314 00000000000007fa5de64937d03819a733ffad3212013f08c1237fa007bba5a2 0.01 MB 12 48
175,313 175,313 0000000000000115ec4673e596d9573f0adb31e3188d714bd8b776eb69dfdb20 0.03 MB 89 109
175,312 175,312 000000000000020d736bf7639c343a5b6021a7c145264aac5b5f01c39ac77385 0.04 MB 76 80
175,311 175,311 0000000000000338bbbcfd542a0e6a4a9454d9061eede6ef7eae41af825c47df 0.00 MB 8 118
175,310 175,310 000000000000079f6160f0051ffed6fc418fa6ccff539a5916f60552d2f1269f 0.03 MB 61 61
175,309 175,309 0000000000000216d0880d7d2d72087c941a1d0c1508b8b06f2e74bb0524461b 0.01 MB 24 32
175,308 175,308 00000000000005cca89e8cdd926cae6729c74a58e1dae2977f38899944196b30 0.00 MB 7 101
175,307 175,307 00000000000009a031dbafda014cb3b0ded0194c95a7646c488f65376659271b 0.00 MB 8 36
175,306 175,306 00000000000005c6a980cd2cab933ca472b7d83ce483af2a54394627d73603b5 0.01 MB 13 325
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.