Memory Pool Memory Pool Refreshing

9,220 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,857 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (713,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,199 194,199 00000000000002d653e456692c77974d036940d9d6ddc13267aa13debb37a691 0.14 MB 419 250
194,198 194,198 00000000000007961a6e97d262a6d581091598e3b18f7337630aa6e616b54a2b 0.26 MB 187 157
194,197 194,197 00000000000006a19902b9ad2df653fc0c5fc42d980f3d3d7f49ec857e3738f5 0.05 MB 96 82
194,196 194,196 000000000000063a89cb78d87655d959d10ffe6b31c18fc854026737a5d31fb6 0.11 MB 272 162
194,195 194,195 00000000000002906489c2d7c986ff6a425df4d7f5e7e5ef6c574c2e94496e93 0.20 MB 422 273
194,194 194,194 00000000000003e27d82eda01a241b1cede250397ce9b939181c7141cee6678f 0.34 MB 848 146
194,193 194,193 000000000000017247e54c56f1db672a68d53d08fa7fa9e90cf2dca11b0b8e39 0.05 MB 106 69
194,192 194,192 0000000000000182b429d5c58938d07b181f65147d5c2183fb00602e3d4f23db 0.01 MB 32 15
194,191 194,191 00000000000007301daab29b5b121da659b2feba6e8e8727936130e768a13c8c 0.00 MB 4 15
194,190 194,190 0000000000000394c01fb88f386ea264223e4d60478a72378755c47626b0542f 0.04 MB 51 109
194,189 194,189 0000000000000429d81d36e870c84a6de80c3824a157d66ed4fd59800012ca55 0.13 MB 279 135
194,188 194,188 0000000000000311a7fc74e5235b77f14653bef2bc9284301c3d7a54b848ee7f 0.05 MB 150 50
194,187 194,187 00000000000001c35b802b9f8727aa656911a16463d1bf7a5df0133365bc20c6 0.09 MB 234 231
194,186 194,186 000000000000050091695047b226784d8a3f481c0f2958d5132134515bf63739 0.02 MB 68 235
194,185 194,185 000000000000075c13697607d2ffb0306bbec2a6263cc0a3151dc4b85dfe38d5 0.08 MB 126 114
194,184 194,184 00000000000007a6dfd7b310cdc20c3f6755fb536be07b3b4abf7b88044ec2a8 0.05 MB 180 2
194,183 194,183 000000000000061006181f086e6362762e53940ceb10db82236475c624b83dc5 0.02 MB 69 264
194,182 194,182 000000000000030d15c21598c7805d0ea60b95324e6d8f24b15e920c6645e512 0.08 MB 205 183
194,181 194,181 0000000000000267d9f6b303a38299c3cdbaafcea5e0b4f344020375392ab278 0.12 MB 311 138
194,180 194,180 00000000000005285675a10fb5539fdba1c14205d6603cea6845145d062ad664 0.05 MB 146 15
194,179 194,179 00000000000005382f307e7ecb2ca12875e0cb6f6d5573fafc2681087271576e 0.29 MB 755 209
Previous 10 blocks ↓
Total Size: 768.98 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,616.42 GB sent, 92.72 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.