Memory Pool Memory Pool Refreshing

4,802 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (657,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,040 250,040 0000000000000021cf37880d333b5da5d836fb8e9a518d924ca36245cf2c29a3 0.17 MB 352 83
250,039 250,039 000000000000002ba2c6e43c37229454bd3ec0317cffd4bbff7efccebf3671d7 0.25 MB 629 129
250,038 250,038 0000000000000071ac803da1109aa114b7e65e65e92842d6e1b6b7530a09a026 0.08 MB 166 104
250,037 250,037 0000000000000021b97ce86da7dcdfc73d3a65cf5fdcb80684d4be4a2241c4c5 0.14 MB 302 117
250,036 250,036 000000000000005e5b64c4dd97e52fb9e71b3c2f70d29e4abf477646db54ff76 0.16 MB 340 119
250,035 250,035 000000000000003495f43fe9c580e0d5b59a511536beb59f80512d6f316c4fc3 0.08 MB 183 94
250,034 250,034 00000000000000082f80efbe50e78c41c65d06a43bda7e2b5ff65e599f067e66 0.07 MB 189 76
250,033 250,033 00000000000000615b86fbd55c293cf9720183b02eebc0c728d23a73b14861c6 0.18 MB 242 67
250,032 250,032 00000000000000432a758fb6d7d457d6d3763ababcd498bd26eb3792d783627c 0.22 MB 211 64
250,031 250,031 000000000000005a7fa6cbe5a323545a8dbf948db382a6276ef21687ba20a982 0.50 MB 953 93
250,030 250,030 000000000000006ed94f7c2411804d97d17e7da19b552a6c8dcab691cbe7053c 0.10 MB 164 69
250,029 250,029 0000000000000013dc484dd0c9f2fe97c52e6f434d6a50eaaa6ed2bae46e587b 0.25 MB 530 123
250,028 250,028 0000000000000048dbe0d1280f6b75167ebeff4acbffa32acda155b0693d9a62 0.24 MB 523 126
250,027 250,027 000000000000007051e472caca670fb2edadb92fc8b766e562e55d521e05b69a 0.16 MB 383 124
250,026 250,026 00000000000000657082ee95e58b2d2d74b04c4dae36fb5d86ee6b8e66f50a9d 0.07 MB 161 69
250,025 250,025 00000000000000001c0ac3a94007add81dee24ab9ab4d7dc87636a6c9260483d 0.12 MB 173 81
250,024 250,024 00000000000000013b56a8b487abe0f1321bcee0a47c3216b5614ea844c716f4 0.25 MB 517 119
250,023 250,023 000000000000005b0b8b1ed52c60b065e41c88ac55278e404e9b1cbc1abc1f32 0.28 MB 677 101
250,022 250,022 000000000000003293c6724a590574c6d940eab6c4b9bae8da4eef63ac8901a6 0.25 MB 553 127
250,021 250,021 0000000000000017799d2c75c7538a9908c93c7f735ac48e3ce9d738c45cb8e8 0.20 MB 449 152
250,020 250,020 00000000000000291a595c471987865a667f5adf87b3dd631f91316cec54259d 0.03 MB 56 45
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.