Memory Pool Memory Pool Refreshing

238 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (743,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,397 164,397 00000000000002a781b1a81529721084a87b8a82f1470db78166f1713bb49d0d 0.03 MB 53 58
164,396 164,396 0000000000000a1df2b6377347f02a059bf300bc39d1435c685aeeace1fbccf6 0.01 MB 7 34
164,395 164,395 0000000000000af0fb81292eb7036c64cba27d03ff29e68f5a6f7b133ede6e5a 0.01 MB 4 19
164,394 164,394 000000000000017660f8689c584c3aec1d69af065ba50825ae75cabdd6c12c80 0.00 MB 1 0
164,393 164,393 00000000000003aba30b2dc51a3704b39ee2ae94f2d3da24269eef6c25a7ec88 0.00 MB 11 65
164,392 164,392 0000000000000024af0b92ba95f877ccb3a7ccb536eeb3a08fdbc15ac2b83661 0.01 MB 12 12
164,391 164,391 0000000000000072fc61f73b16f1962d0552a4ed4f0775a133662053196a6102 0.00 MB 10 372
164,390 164,390 0000000000000c67e490933619a2fb82c251f20f9d1b14b92d6414ec8848b41a 0.00 MB 12 16
164,389 164,389 000000000000059457f9ce90b930967909d636f787c08bb5294a14bfb61433f0 0.04 MB 103 877
164,388 164,388 00000000000006ca5b6b3be809a0cfd3ce2d152cfcf0e2d3724721b3e29fd89b 0.04 MB 73 68
164,387 164,387 0000000000000316291f420bb847ba0d9b6d6b818aefc8bd2597f0ee748e0123 0.01 MB 22 187
164,386 164,386 000000000000018a96244d995c2e731421c1ab1769a35fe601539904d2346454 0.02 MB 19 211
164,385 164,385 0000000000000c10070802453ead69c676f573c9d78904d32c7249f54dcc7090 0.00 MB 4 0
164,384 164,384 00000000000000955cce4f5f84f1c45a44af1d04e0786ef22235ba139bd6472d 0.01 MB 15 881,023
164,383 164,383 0000000000000764b992293f8d338dadfcde3ca9e0cea3fd967b755f3054d188 0.01 MB 15 168,952
164,382 164,382 00000000000002aa4ee526044fb42300b292bad7429bd320c726f5e89832d048 0.01 MB 39 460,010
164,381 164,381 00000000000003b0283e206a775be1e66b6fe8c07aac59b586d39ab211b89391 0.03 MB 79 204
164,380 164,380 000000000000058ab5c192f2ea43c5344a8144fae095f98d081b644dd47671ec 0.00 MB 11 273
164,379 164,379 000000000000032a44cc283c5ca995cda4659c298658c106ed8126cdc475b9a4 0.02 MB 53 18
164,378 164,378 000000000000026dc4eea8d036696b4a8a80a452b873e946cfa1c1540c0fdb36 0.00 MB 11 49
164,377 164,377 0000000000000c2bcf84547d77cf48f4cf1613b8178ae6ce7b1824294c474fa9 0.02 MB 28 688
Previous 10 blocks ↓
Total Size: 769.10 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.83 GB sent, 93.39 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.