Memory Pool Memory Pool Refreshing

1,374 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,281 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,280 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,280 908,280 00000000000000000001f9707809e45311ea0733061f7602959db37c5ee20422 ago 2.97 MB 1,151 0
908,279 908,279 00000000000000000001b972b048a7c75e78bb1e7fe1534ad35ef50cdc852c25 ago 1.90 MB 2,596 1
908,278 908,278 000000000000000000001c8a613a95d9f90a6ada3a1beeea5e6703bfc1bc45ff ago 1.57 MB 3,488 3
908,277 908,277 000000000000000000000e17b0ce5ed1f6aa51a2ab861fbca21ea99e37883763 ago 2.14 MB 2,645 2
908,276 908,276 00000000000000000000257d41070aeb588626d1b4bf0f208de0867dd9b7a0ce ago 0.27 MB 683 2
908,275 908,275 00000000000000000000ddb97f8fb3f32580bd75b7644fbde5916f90a04c61d3 2.17 MB 130 0
908,274 908,274 00000000000000000000376bf2d488599a8a77d72da0812d355d28f662672098 2.44 MB 582 0
908,273 908,273 000000000000000000007afda50afb5940212acb7062e14909b108808e3a9e61 2.30 MB 3,201 1
908,272 908,272 0000000000000000000122165ab52671e6f673241ee64fd431e00ca27c86430e 3.08 MB 1,964 1
908,271 908,271 0000000000000000000159d39dc30033a0f5558a179ee15792ed01f431403f8a 1.47 MB 3,200 2
908,270 908,270 0000000000000000000142f7fde3b56c8aeb35ad8892e470a0025ca22f3dbbd0 3.48 MB 737 1
908,269 908,269 000000000000000000017602e14e5dff1a1ccdc06b1544a0af09fc436476b1d6 3.22 MB 976 1
908,268 908,268 0000000000000000000230e1a26f7f1602df9928cfecc15b9c06ea7997190317 3.00 MB 1,361 1
908,267 908,267 0000000000000000000176b34aaa3ab1fa7c91b1edcc91b86de978fcbd07258d 3.37 MB 918 1
908,266 908,266 000000000000000000019e5ee53b2690b9311db02178202501d6d24403d5e749 3.50 MB 279 1
908,265 908,265 0000000000000000000162cb757efc51d5a0c88f01c165067487c4d381e2d0b5 2.69 MB 2,171 2
908,264 908,264 00000000000000000000defd278b8fbca81ed93627074d426daf25f50d1b9a80 3.16 MB 1,347 1
908,263 908,263 00000000000000000000dbe7403045bcadbe8333dccdbef9e7ecbe5efa67770f 1.56 MB 3,797 4
908,262 908,262 000000000000000000021ae17b359441b4fec32883b1464ee9c182cb9a643190 2.42 MB 1,978 1
908,261 908,261 000000000000000000015375e191d5dbfee7b92b14b747cddb7d38238dc1f9f7 1.73 MB 2,630 2
908,260 908,260 0000000000000000000147e83b6e253b41534a995666f97b3ecd5144dfcef080 1.59 MB 3,837 5
Previous 10 blocks ↓
Total Size: 770.14 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,691.88 GB sent, 98.21 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.