Memory Pool Memory Pool Refreshing

1,255 transactions
0.54 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
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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (5,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,152 902,152 00000000000000000001d6ad33c1cb09893e985fdfa62bd7ba04886629d11418 0.34 MB 533 2
902,151 902,151 00000000000000000000a902feb77b08a87b8aa4f7a00a3c7c94e273c6e9283f 1.32 MB 2,163 2
902,150 902,150 000000000000000000011468276f505f804b192d99f94a4a55f0b18dd89eb83e 1.23 MB 1,339 2
902,149 902,149 00000000000000000000f0b1658bcac6609cf2e1ade822f22d08771c677ff5f4 1.49 MB 2,094 3
902,148 902,148 00000000000000000000352f1134afe4974b2e3178ea23ceaeb31551b9227192 1.05 MB 869 1
902,147 902,147 000000000000000000012be5499878a7fd24a1217424f42ffd5ae371e5a89b57 1.53 MB 2,044 3
902,146 902,146 00000000000000000001bec10da67c89b10fbaa0c86737a5df18f3ee80b354dd 0.21 MB 410 3
902,145 902,145 00000000000000000000033964488b730ba16de804c50c4ba6acc2318561b8ca 0.61 MB 896 2
902,144 902,144 00000000000000000001c11be64761b1b672e2f8e2f1a7c80e2622de7fc2b654 1.32 MB 2,308 2
902,143 902,143 000000000000000000006acacc19c791ac13bbea8d9522626da0fa1c64340755 1.09 MB 1,651 1
902,142 902,142 00000000000000000001bf4001aaffbf614f485e46b050d76d08f4000fec42ef 1.43 MB 1,711 2
902,141 902,141 000000000000000000005a42ae6560ba2d06908b122d560b641b70dbbcd83a1e 1.46 MB 2,601 4
902,140 902,140 0000000000000000000206d206084a6c5338e6c20105e09e230fdef160592a7f 0.20 MB 394 3
902,139 902,139 0000000000000000000114ff685fc3f1c44f4d424ddc4a43d4ea1f14fe317071 0.97 MB 1,547 2
902,138 902,138 000000000000000000000ec60138c852fe7dffba1328b6d2daa9a8856fac4f43 1.39 MB 2,224 1
902,137 902,137 000000000000000000017406303df8c5864d06a00af51417e5563472e04d6e33 1.42 MB 2,164 3
902,136 902,136 000000000000000000017d67e79f3602c1bbd24650f892f1625e1051592c47b6 1.44 MB 2,061 2
902,135 902,135 00000000000000000002236cfa80e630fe27f0fdf99f46a9693c9a31f63488fd 0.67 MB 1,087 1
902,134 902,134 00000000000000000000769be7a55dd4b4ccaa41dd136ee88f238e9df1490f50 1.70 MB 2,703 2
902,133 902,133 00000000000000000001fcf6267216727db3dbfd8cc50ff739de6263effb19d6 1.44 MB 2,629 1
902,132 902,132 0000000000000000000011a40b3cdcfb2db9c0655f6dca1a1b4e44ca500b3ce1 1.54 MB 1,728 2
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.