Memory Pool Memory Pool Refreshing

213 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 213 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (660,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,032 247,032 00000000000000714e7bfd7cb2ccd186ec516f689f58705015fd6bd6bbf96427 0.12 MB 268 56
247,031 247,031 000000000000001b103dff1e088b592c56c6a2addd5862f75ded4ddab0e41609 0.10 MB 256 188
247,030 247,030 000000000000002a0c7382bda5c8c5c67742273afe20d1a4b754f8bfbe7cd91c 0.21 MB 259 72
247,029 247,029 0000000000000086eb688b6b5970dd6595c6b61d3948ba1fe35dea2222d0c18a 0.35 MB 688 113
247,028 247,028 0000000000000078443bc8cdd07dd6e0e2be90458f18d09d446e9110102b458d 0.07 MB 228 35
247,027 247,027 00000000000000309bab4988038e9b893302e5fb9b2dd65d50e1dee22b2eb21d 0.16 MB 387 145
247,026 247,026 00000000000000896558fbc7e8a197a0d8d3e0438f97dd85f711677bf1dd0115 0.01 MB 19 214
247,025 247,025 000000000000009729d4add3c7d2f2aefe1b27de19c5e5a135b1a5595ff15bb3 0.03 MB 65 140
247,024 247,024 000000000000006a2955dba98800d6ad7a5a0c4fceec1c3278e9f069f0828d80 0.13 MB 323 133
247,023 247,023 00000000000000484f970a722c3e8819eb795f64eb9944bf5cbc51c72fbc90a7 0.01 MB 20 82
247,022 247,022 000000000000007d5177374609a7a0d8c5db1467faf2f00080b150947053f774 0.16 MB 366 150
247,021 247,021 00000000000000292961a11edcdd82aa5027e9468462ec509ba6f6233c2057f6 0.15 MB 381 144
247,020 247,020 00000000000000900c3819e9018df7543a2ec79777f5d52cf9a78143f28fb3fa 0.08 MB 208 147
247,019 247,019 000000000000006d6d0e0bc9bdb548a932a63d5788bea8d78a4b97e5ce0eeec1 0.06 MB 102 105
247,018 247,018 000000000000001e0487d191da5381950b6b24bc61eeac1aa53a4c9176938770 0.06 MB 138 118
247,017 247,017 000000000000001f8cabcf80f646f4e0524e3de37ff81813edb5a8ad9d5cc2f7 0.13 MB 332 158
247,016 247,016 000000000000009ed06c106c2a2fdf6db1324999038b7f0c184fef18351dfe0e 0.00 MB 9 135
247,015 247,015 0000000000000047d8466c4d732edd2f93d3d402090e2800b7f1aad3663a596a 0.08 MB 177 163
247,014 247,014 0000000000000075f12292a16a7af5b872de65515e942dc11700d601a70d4c8e 0.20 MB 512 85
247,013 247,013 00000000000000112417caa58859cb87deff8e3d0d53dc13a5a42df3b91b3ab9 0.02 MB 31 92
247,012 247,012 000000000000007ecf3a3631299cfe2dec0afc2031d7fb84858bcb255dd3236f 0.00 MB 6 82
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.