Memory Pool Memory Pool Refreshing

1,912 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (443,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,288 464,288 0000000000000000018bc617cdc2d5d136d88cb68c4b6db95a6447c8e11ce455 1.00 MB 960 52
464,287 464,287 000000000000000001def9844b9f750478dad7772c48bb59cb880bab2d5a6b5c 1.00 MB 2,345 153
464,286 464,286 000000000000000000bcf3208ff617528c571470b3edcf3c089e255725651205 1.00 MB 1,953 173
464,285 464,285 00000000000000000019909f0d6dd16134fc1ac350d32942caaab1ccbddf498a 1.00 MB 2,094 187
464,284 464,284 0000000000000000012aeff5a30b3d8adbc2fde5272ea7d93f11eb7adafad402 1.00 MB 1,231 76
464,283 464,283 000000000000000002182492686486ef9e4e2bbbff0423e3cb8bf42df4184cb3 1.00 MB 1,934 123
464,282 464,282 000000000000000000cd00bdf1ead134d32692e0a185b7c9b16e0cac75cad007 1.00 MB 2,387 163
464,281 464,281 000000000000000001ff8fb274294d0b8411b20c4495399d10e7c5dc075f1780 1.00 MB 2,107 163
464,280 464,280 00000000000000000031821d0a0ca1d763f4d7eac590b5b29893641f9679f171 1.00 MB 1,282 93
464,279 464,279 000000000000000000a801d655366dc0547edb05544e5e0deb28d21fa549d834 1.00 MB 1,430 151
464,278 464,278 000000000000000000121c46e6870bf472f0a2e6d18c5adb931bdb95c06b0212 1.00 MB 1,100 171
464,277 464,277 00000000000000000108f596b3b788cbb61d99c965bb0e26a7cef86179b020c6 1.00 MB 2,291 197
464,276 464,276 000000000000000000d0634632255482ae2e6ee7b1e8bb1f387f41197064a04a 1.00 MB 376 13
464,275 464,275 00000000000000000001ed3726460202529a027f23c45ce87705b60219c92e58 1.00 MB 1,700 108
464,274 464,274 000000000000000001710e4c4e2d88f3901a8db96613be32998c484d797081af 1.00 MB 2,278 184
464,273 464,273 0000000000000000003a01dc1ff65abadff378b4ed6669ecc4a5e0767357e6c6 1.00 MB 1,944 130
464,272 464,272 000000000000000000c675c4f0d0912d799b3d165f1d8d9118a8e74ffd06dacf 1.00 MB 1,698 214
464,271 464,271 0000000000000000016bd8f5d5df469a6bad44d32a9c12010c8e4e848dade495 0.12 MB 175 153
464,270 464,270 000000000000000001ed18ed33e76575abd8a1daa12eba4cb7549f6cb96b1fc8 1.00 MB 1,324 69
464,269 464,269 000000000000000000954a68251152e2b9f0de8f31bf5bae3a96c8a5e8cc1f2e 0.10 MB 325 150
464,268 464,268 0000000000000000019d5426e9d5dabe0093968b2cade4fb2940ac0344f89fd6 1.00 MB 1,763 95
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.27 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.