Memory Pool Memory Pool Refreshing

3,036 transactions
19.55 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (857,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,543 50,543 0000000005c510264ab8bfc73acaf8b91fb37a67347752d3ba7b9b0faf53ba7d 0.00 MB 1 0
50,542 50,542 0000000000838144eadc7b213f47f3307c65cca233d34af74eaa572c28177e8e 0.00 MB 1 0
50,541 50,541 00000000206431f469a0b322b7fbdddc19cd8fac1c59b9907700d023fa98da0a 0.00 MB 1 0
50,540 50,540 0000000013adc839eb34d89ffec5d1a350b42b7f7c3d70cd9408e60f8a858d9c 0.00 MB 1 0
50,539 50,539 000000000c0b319e5174a4d8177c6d20e99e460b00d3dc37176b56a33e5f8120 0.00 MB 1 0
50,538 50,538 0000000005d20beb7923e6f47dd5c667bb0905657ddc1ee469777c900611b604 0.00 MB 1 0
50,537 50,537 0000000018b343b7fd1956810a2a6897ba5eca3a2842191d7da970e56449ce47 0.00 MB 1 0
50,536 50,536 000000001c3074dbf622fc69a237af533ec268b7d6715b097486f89724f506d6 0.00 MB 1 0
50,535 50,535 000000001d30d722a69bac0dce405e3298f542aecbc2e32834ab0e8718553bd8 0.00 MB 1 0
50,534 50,534 0000000008c0dd9de2985c77b0d8f6b3cec06db2f2c96be8c7d19832ef0a587e 0.00 MB 1 0
50,533 50,533 0000000015647c588a6e24cac6805fd1f7b3f99e16782abfa4d8a153bfc52a0b 0.00 MB 1 0
50,532 50,532 0000000006c89ace31e09d1a8a06273b879170de467a0fc9b86b2547d680fe79 0.00 MB 1 0
50,531 50,531 0000000016b2fabb01ce0e64def4b153a1e2bb4e88edfec2ba693548f41c38fa 0.00 MB 1 0
50,530 50,530 0000000011fa37d0acfcd52dc7f8ba54daa8ef67ee148d2c5f36b7f83bc47234 0.00 MB 1 0
50,529 50,529 000000000ed0cd84536b6cb868237cafa2bc63f1934ccbe7e968bc17613fb757 0.00 MB 1 0
50,528 50,528 000000000da8fa7de41b4b3a688e6e710901b8c78fad3664746ad0b2723c4e82 0.00 MB 1 0
50,527 50,527 0000000008cc1a70766478f130719d9f2d3620ee2f71d9d1b3fcc4a2ca682d91 0.00 MB 1 0
50,526 50,526 00000000029340d69037a3b2f213ba6d88c329f610433999b34f53827512e902 0.00 MB 1 0
50,525 50,525 00000000045ecd09be684634171f47bcca94a5c6cc8ae6af5e891f9898aaf29a 0.00 MB 1 0
50,524 50,524 000000001ee3d92a0d65f1df4675d414cc902441144f57f193a58b0c0329d9a0 0.00 MB 1 0
50,523 50,523 0000000011d15aa43da4509a7d35b9c91f6409d179e5d976c2868c37b042faef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.