Memory Pool Memory Pool Refreshing

6,774 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,356 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (707,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,760 200,760 000000000000006e3853d46f683e5833ce9ad31218459b64fdcc269bd7b123d8 0.16 MB 323 51
200,759 200,759 00000000000001ed45fd59a6bf71b29664cdd5e149321087bc2c03c22f374ea1 0.18 MB 499 153
200,758 200,758 000000000000009841d97a0fbe018911c253a96eb59e58647a34033ca8c8d2b1 0.14 MB 289 105
200,757 200,757 0000000000000534c1a4960b2c2c6d7f0dacb2e10c89c81de9b3ee487bffd620 0.05 MB 114 167
200,756 200,756 00000000000000e0bb8b6024cc0bf8cb5df2e8f800c3e53176f7bc2b67cac25a 0.21 MB 687 191
200,755 200,755 0000000000000328ac5fc654034d3450f7c9d277c5486eb09cb59bcd9a69c4f2 0.42 MB 1,040 132
200,754 200,754 0000000000000079886ab7ec7677b931f38eef50dffc2b0fa9056b1c7811a51a 0.02 MB 50 92
200,753 200,753 000000000000059560837cf24df562581cfc8b3ba9d27a754ef429520c621acf 0.05 MB 180 124
200,752 200,752 0000000000000229b2e4ab05c1d377ee523245aa42f63bd88525b795462e7af7 0.05 MB 151 60
200,751 200,751 00000000000000d6a1bf1e094ef474eccf7e0d3fe33be29d148938ffa4af6f26 0.05 MB 144 218
200,750 200,750 0000000000000553b5670c563e1df79c7a73cd94dd3b0cf994226aca9e9d2396 0.04 MB 135 129
200,749 200,749 000000000000008d1e24ab914a9db60f62e7a6b7c591f9ab1d1021631d4253f1 0.06 MB 180 129
200,748 200,748 00000000000000e34e4bc6482255a5c5fc688b9cc6dfc0cac79e7d81a755cbc1 0.09 MB 233 122
200,747 200,747 000000000000054298b80b71c7481a5605fc3f63cddbca2127ee3fcb6f77c6ed 0.02 MB 59 117
200,746 200,746 000000000000011b402fa7c72c5e016ddbd1e09c02ed529416b9305e88f47c1e 0.02 MB 58 180
200,745 200,745 000000000000043d3db91492cf87f092fadd6f96171601462658e4d8934a11a3 0.01 MB 16 79
200,744 200,744 00000000000000b40a04c96f4a1b8d5de963c92a728a0d2f290b68e41d979336 0.02 MB 24 51
200,743 200,743 000000000000016086035a0527d85f9494f9961bfae8dfae13b5050a22810abc 0.03 MB 75 118
200,742 200,742 0000000000000261ee695e0c1b81805181af91cf1e6ad03bd01976fbc5a7a878 0.02 MB 61 101
200,741 200,741 000000000000038df909471b4e5d9d58f568997c9f880a38f6cc314bf9952ce8 0.01 MB 24 207
200,740 200,740 0000000000000526ee3003dd8da2f28adf91f8081bcbdfb7d7eb22aa541a8d2f 0.10 MB 297 78
Previous 10 blocks ↓
Total Size: 769.29 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,642.57 GB sent, 94.41 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.