Memory Pool Memory Pool Refreshing

9,931 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (792,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,029 115,029 000000000000d093ebcb24ec37fe52a9f45b03234ba80af3105014e2307145ba 0.00 MB 3 3,875
115,028 115,028 000000000000f2174dee9c64167d2e16e63f55e2a1919ace9368791e25434169 0.00 MB 1 0
115,027 115,027 00000000000047caacbadef861985a1317ba5a572c89fdc5739de3e2844e650f 0.00 MB 1 0
115,026 115,026 0000000000008a8042ae97598c841c51f01a1ff239cf6caa03e0796dace2c8e7 0.00 MB 5 4,145
115,025 115,025 0000000000001f748880cefcc418e0e5f2b5b222e3fa1ba9865c545310d86680 0.01 MB 12 1,192
115,024 115,024 0000000000006679d2fab70fcbd5ebc9a9eea699d2ece6621ead26637ada7576 0.00 MB 10 0
115,023 115,023 000000000000e137c20dd4a7b0fd5a21b491394e5737792f20597b1de8b7748c 0.00 MB 1 0
115,022 115,022 0000000000006e238829c831908ec7e56c9acf0e0af86c666e17ff8185901814 0.02 MB 26 987
115,021 115,021 00000000000088126a21219046411587fa30e8eaa4f6cf579533ece9b226585c 0.00 MB 4 1,677
115,020 115,020 000000000000df6b9ef61761ff5be77e2ba6727cac1b69d87e2504f7130279ae 0.00 MB 13 295
115,019 115,019 00000000000094111f470eb1027922e73fa1e84d6febf80d132431df5f0a5afa 0.00 MB 1 0
115,018 115,018 000000000000962121609b2cb1a85580bb505a4c7fdbd54fbbbc620d82f33af9 0.00 MB 9 355
115,017 115,017 0000000000008273e25d9b0057792b44bd676b32be89f1a7f2aad431f71fadea 0.01 MB 12 1,017
115,016 115,016 00000000000009b0e6f5ed60adb4a303922d571df3c01ff5649b23f03a48710f 0.00 MB 9 649
115,015 115,015 000000000000e233a9b5b6bc0f1bf44aee66406ab6150ab1ed1c1f63c1240ea2 0.00 MB 13 0
115,014 115,014 000000000000074a1c5cda817d88ebcb1de6a3141a37096ff6725b50a97f5e0d 0.00 MB 13 829
115,013 115,013 000000000000d4dc3bd56b2ea5b8ce5c8ce7c37cff5cccb5611ff2b2499a5fa7 0.00 MB 4 3,880
115,012 115,012 000000000000334b331cc7d07022325e40317b9d6513a4f940dca9ee748913c8 0.00 MB 13 314
115,011 115,011 00000000000060aa5c7c983f2929f68954f28fcd491d4d7ce5ebe30ba1ddc3fd 0.00 MB 11 0
115,010 115,010 00000000000049004ddabfcc9229f0e56d8e0fe0525a7a19f1660cffab98302e 0.00 MB 11 0
115,009 115,009 000000000000514e5f627eb259f19ed962ed95c2eb2f1b1339f1b00d8ad547c2 0.00 MB 3 3,875
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.