Memory Pool Memory Pool Refreshing

4,499 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (802,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,398 105,398 0000000000007705e49c7647b4c5fc69577e63d469d4335bc3f9ae8061e23ea7 0.00 MB 11 0
105,397 105,397 000000000002ef539fad0b271dd1b311375751998f1faa93a5055bc98c9a1d52 0.00 MB 13 0
105,396 105,396 0000000000018db28ee3e13a7374038d744194358f16eaa95dca70156b730419 0.00 MB 12 0
105,395 105,395 000000000001c82a915c8c7f71354250fa44cb85feb09e6ceb9806aa2f6073db 0.00 MB 3 0
105,394 105,394 00000000000204c4d061e1b44ef547872e2137aa4b8518a46bef068139b3b420 0.00 MB 12 0
105,393 105,393 00000000000264ef5078f789894c7095f2dace947cc0d15fb766ac0b5d6c943e 0.00 MB 12 0
105,392 105,392 000000000001e547a532060290a313ac7c6c293226707d4819157b3d24178316 0.00 MB 10 0
105,391 105,391 00000000000291df5a85b196db9b42f1c9b342442f6eacdcaf8364ed746c3649 0.00 MB 11 0
105,390 105,390 0000000000015c9617a3a6b300e3d6d9d0191e338357ff1ce4aa51a66201c028 0.00 MB 12 0
105,389 105,389 00000000000042fc4799e3d280a14ea49767e852d2cbd2565404ee594dd79fe7 0.04 MB 30 843
105,388 105,388 00000000000265751e148918862136990b3da2cd3b8662562f7c062751bff8f1 0.05 MB 189 0
105,387 105,387 000000000002d4a8def3360651d5d1e9783ab7a1b7d4c419f4471161c3581f75 0.00 MB 11 0
105,386 105,386 00000000000081c4488ae8143b26c1f0b1df33e9dc495be2cccc8af0aa4fc553 0.00 MB 12 0
105,385 105,385 000000000000e06a23a0b5c1dcabd50c5bc527ce1ad1cb9feff067d9b8b1709d 0.00 MB 5 0
105,384 105,384 000000000000c758b61c112c8c7d016b1500bb4dbc83a517982a05892c98c8cf 0.05 MB 18 935
105,383 105,383 000000000001470139e4dd44f95f0e6cc96ff074446d368fe686917cb9bf2720 0.00 MB 12 0
105,382 105,382 000000000001ae28a47977785f2125b4994137323d0ac51b171f4c4dfc315bd6 0.01 MB 7 0
105,381 105,381 000000000000b23994784767dfac8e8dfe1aefeadf49c7d5b061166084551129 0.00 MB 10 0
105,380 105,380 0000000000006d57e8f6f2bd159ab674e80d96037494df69e541f556f289e7ec 0.00 MB 10 0
105,379 105,379 000000000002a136b9b7c2ee6d4297eb0bb99e8cbd006b644c6f28a8b3c2473d 0.00 MB 12 0
105,378 105,378 000000000001303f54f1c8e7fca0c1e6100f4b9efcf32908ae42ac99922ae1e9 0.05 MB 191 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.