Memory Pool Memory Pool Refreshing

4,863 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (266,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
641,216 641,216 00000000000000000005f36f593cb163a2a4b6a1ef798c5bdc7d45aecc35029f 1.30 MB 2,785 150
641,215 641,215 00000000000000000009c416c467415d14f00d1a61c2bf824aa761cd73dbb965 1.39 MB 2,745 129
641,214 641,214 0000000000000000000a729c2350dbffc9c339b2b5497f5cb2872410530fb2d2 1.22 MB 1,682 141
641,213 641,213 00000000000000000004f5d6bab2fb6e15c2f22e88df056236802960bdd6c240 1.29 MB 2,802 159
641,212 641,212 0000000000000000000d9e9754f12f7954eccc46d022e8451143b8bd105d4e50 1.23 MB 3,108 159
641,211 641,211 00000000000000000003a4f1897f05f9ff339be0392d5b12afa758647f21445b 1.17 MB 1,691 151
641,210 641,210 0000000000000000000a6ef6beb0fb4f20111b2c3e390fd37c3b1a2da7643b74 1.36 MB 2,952 179
641,209 641,209 0000000000000000000b48d2620570864d9569f716c937ecc84d2de93d838d7d 1.33 MB 2,671 178
641,208 641,208 00000000000000000006ae24d4d4ce06f42552a300e4ea2827e5593aba0955c2 1.21 MB 1,961 122
641,207 641,207 0000000000000000000b4ede467b27022d4b7b5978666fa4170e88e79bdd5d9d 1.21 MB 2,071 115
641,206 641,206 0000000000000000000318e9ac6714813aa7938827b620e26a5ea724e6d2f8dc 1.31 MB 2,944 162
641,205 641,205 0000000000000000000f3e1f1fbab0eb727adbb85ad954a9fe21d2a1cdbb965b 1.32 MB 2,752 166
641,204 641,204 0000000000000000000c33d1e33f51388462a64d118eb22c054a196576b72ded 1.26 MB 2,356 133
641,203 641,203 00000000000000000007975c15527ae5f1f20d0305f35cc7b9f0bac0f2229ea2 1.20 MB 1,782 124
641,202 641,202 0000000000000000000c136023896b55434f19b391ef71c8c0fd932ec9c098b6 1.23 MB 2,521 157
641,201 641,201 0000000000000000000a176f8d1f905b1b8ab04665b7a9aad0a970351c39f35c 1.19 MB 2,124 128
641,200 641,200 000000000000000000084fc9b0d4aeb3807dcaf57440ac3b5f295ef3e0b01472 1.31 MB 2,998 126
641,199 641,199 00000000000000000004a5eef39a93f5298150691f413db9c886d98df5ea09e9 1.14 MB 1,645 131
641,198 641,198 000000000000000000099b179e96f0e4b64db2dd4b1ff5edc6f0da4ee75ec9e4 1.28 MB 2,351 162
641,197 641,197 0000000000000000000137cb440677313aa24c5f3158c5c2c54af8c8969c2163 1.31 MB 2,871 146
641,196 641,196 0000000000000000000ef330800a27df3a6f3b8c4cc251730f8c6f06dba1f49d 1.30 MB 2,653 144
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.