Memory Pool Memory Pool Refreshing

4,283 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
903,371 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 2,697 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,370 (726,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,512 176,512 00000000000007382fac2ce444d7d5b79a1553bd3656d5ea75a258442154bbc0 0.09 MB 62 152
176,511 176,511 000000000000034bd4c6931612be21019a9e0826af069570fbac5fb1059494be 0.11 MB 141 318
176,510 176,510 0000000000000851c062de5a4c71ca5efdd32958981d044986129afc8bf0dd22 0.03 MB 45 28
176,509 176,509 0000000000000265f329c72fd35c609dd23b61e95eda2241a92a10f74568576a 0.03 MB 36 21
176,508 176,508 00000000000000734dc66ca309650a3b60a701bfb9b20848c79e41d0ab05a9e4 0.04 MB 86 141
176,507 176,507 00000000000009a15ef7cef13784c82ee8255e074951158b0193170d2e3d1e0f 0.05 MB 12 1,123
176,506 176,506 0000000000000447c51d99541c5319695acdced6f1376a9d0e18aa737ba1b0b1 0.02 MB 52 54
176,505 176,505 000000000000035880acac96454836961d8c89e9e6a31b12b97f65319ec08dc0 0.03 MB 41 228
176,504 176,504 00000000000005bb3d17126ed308577d5c96c2b63270ecfe7b2cfab8903405e9 0.01 MB 12 20
176,503 176,503 000000000000077beaf6a9a889baa0ae006c002f54d475afd2af7d48899201de 0.03 MB 35 58
176,502 176,502 00000000000000d2f41d955173e79d02a6854b59435697e9854b2cafd9af8ac5 0.04 MB 61 128
176,501 176,501 00000000000000396d827c2b7bb972471ffa259d4652864a3fa981e72db60187 0.01 MB 26 112
176,500 176,500 00000000000003249a97d28e3f30e4235d684ca26d9094867dc9ca591a6b6233 0.03 MB 107 21
176,499 176,499 0000000000000209af2de157f2f4ff33099bb916389fa1dff4a752ef495df2f3 0.04 MB 91 523
176,498 176,498 00000000000006df66fce255e162f270334f9b869425a28b393682b1aae9eb88 0.04 MB 80 160
176,497 176,497 000000000000071c6929b73d1b1a5e7c85563c20771f8295844ea29cb5ea41a1 0.08 MB 102 78
176,496 176,496 000000000000031097a717384f00432b004beb00bceca1adc37b71f21c7e66e9 0.00 MB 12 457
176,495 176,495 000000000000045b231e1a348ea5d28a4d0841e82b663a10ed8e6490d0f37461 0.03 MB 31 183
176,494 176,494 00000000000002ef8f3f01ce3719f6506bcbfa293f8d4836752c97a730f95d88 0.04 MB 43 38
176,493 176,493 000000000000085f102b4f2d833d54d03360fb93da2d87f6021becd28d9604a8 0.03 MB 24 109
176,492 176,492 000000000000015346fc5828b8f191ccab44641550266f266bab5b2a4450b306 0.01 MB 34 141
Previous 10 blocks ↓
Total Size: 761.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 933.49 GB sent, 53.65 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.