Memory Pool Memory Pool Refreshing

8,780 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (737,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,691 170,691 00000000000003d868bdbe26c77f5426478ba8551b0e2d2be0a53ee04020b721 0.01 MB 22 154
170,690 170,690 00000000000006d5ce9b163bf03ff6e246b0ef568006a0f9bffff496334b8273 0.01 MB 37 182
170,689 170,689 0000000000000a8cc0801b3a47043e73171b73575d4b7c4b38129e5c5577eb83 0.05 MB 70 182
170,688 170,688 0000000000000028c883e251c0f83062bbf460e7ac3f0d1c5daaee6289ec7e1f 0.03 MB 47 42
170,687 170,687 000000000000007bf699023398eaa0e5e2cce14341f089f82fcc810be8eb2aba 0.02 MB 35 68
170,686 170,686 000000000000074ac3f4d922d192ee2783f9b44cfafba9c95ade6495d5fc860f 0.03 MB 58 61
170,685 170,685 00000000000009f6c289d958501a95a54d3f578020e0fb4bf9fb32dbdf1ad9de 0.01 MB 23 260
170,684 170,684 0000000000000ad6775f509b20c0525c7a54e0890f2525b516ce282bb4ce06e5 0.04 MB 91 33
170,683 170,683 00000000000008b156d3239d63eab24c1880b19ba94f9a7ca3066970cf9aa518 0.01 MB 16 0
170,682 170,682 000000000000064e7138f72ff5e22259cc1598b8c357ea6999b3d0d4d4501f7d 0.01 MB 39 190
170,681 170,681 000000000000044598146c56fe5859a559f3367287d8b304d2f36a8bc2f9b347 0.00 MB 1 0
170,680 170,680 00000000000006940b3a2039426ddd097fec8dae886eb7a75ded9f958df9aacd 0.00 MB 13 49
170,679 170,679 000000000000061166b963fb6e9df0db5666d4bcbaaa69fe9f4b9c77dcf2fb82 0.01 MB 27 118
170,678 170,678 00000000000002b93e91f9f51378e6f95a4851ca0b454917036e45d6cec8fa49 0.00 MB 11 47
170,677 170,677 00000000000006c8ad4986924d7ea2120e58bc67f05d2a864c1ce49c5ebd4a10 0.02 MB 26 76
170,676 170,676 00000000000003a9f14aa648387cf0ad689ee5cbf8b6d93dad7e07775934254d 0.02 MB 42 174
170,675 170,675 00000000000006a25f112ee1c8f9857e59fa998a19c6873bdfb8ab62aca3ebcb 0.01 MB 16 22
170,674 170,674 00000000000000bd488cba998be7625e2f910f615642f595c863177ce6c84600 0.05 MB 151 95
170,673 170,673 00000000000000059e8f079529be7ef2b0478b64f23bc35f4ff869adfc22e7b1 0.08 MB 62 762
170,672 170,672 000000000000057da116560f22fbfbe62f365c7b92282a88894065566141a474 0.04 MB 115 55
170,671 170,671 00000000000001b04ce91546a1e4ce03c6c87d2013b28e6de7e663e90eb4a19a 0.05 MB 64 57
Previous 10 blocks ↓
Total Size: 769.17 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,633.29 GB sent, 93.78 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.