Memory Pool Memory Pool Refreshing

1,338 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (905,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,499 2,499 0000000036dc2ce23cdd934eff4bae120155de8b8712de8489c8870b06e334ff 0.00 MB 1 0
2,498 2,498 00000000234f5fb4707c5f8c21edf698f2f8dbab6342862367f395fc8ccfa602 0.00 MB 1 0
2,497 2,497 000000000d88aca9f27de54dd924aa087356c5118204fc2e61715cea75b95c03 0.00 MB 1 0
2,496 2,496 0000000070e67f9dfd07af69263b1f7d9e943c5665cd5f45ab187504d357f251 0.00 MB 1 0
2,495 2,495 00000000bffb7cc82f9914185fbc5b7afe25f4282db8d3228fea67da7b23e3d1 0.00 MB 1 0
2,494 2,494 00000000976ea48290f62762637a1c9a1d6abe361d9f96dfe72dfee44abde5e9 0.00 MB 1 0
2,493 2,493 000000002f6bb1ffc918e4d12ab9cf0107fc3866ec09360efc5a67fa20494682 0.00 MB 1 0
2,492 2,492 000000003cffb34ef7437f7c54b0e5c1e855b3b8a33520143a707d3a0a7103e8 0.00 MB 1 0
2,491 2,491 000000003d33a4977de89989a8c707ec1e23be86445f394be0ce3f6d0a370292 0.00 MB 1 0
2,490 2,490 000000002648680a92d9329bc70021fce9e9f02f20ddfc792fcf61482c41d7d7 0.00 MB 1 0
2,489 2,489 0000000035276fa0d290d11aa5e1fccf6854496c1e9da22e9ff7e9704e7451a2 0.00 MB 1 0
2,488 2,488 00000000a0044b90f7600f5f7f094113f213fe963638972d242a400db0d3911f 0.00 MB 1 0
2,487 2,487 00000000bd6fa884554428530dd33f1a9aa593554cadda89f4cf8264e50ba3c9 0.00 MB 1 0
2,486 2,486 000000005dee8df90bc9e65889739718ba4a62ee30aedf034d50404823a440e7 0.00 MB 1 0
2,485 2,485 00000000500be0568fa9e2b97d88cdbe728f68c51228350bd4ee6deb10d563c1 0.00 MB 1 0
2,484 2,484 00000000351e0c7b39324667b4e61689a023c202a23a868beb40f8fb75b32be5 0.00 MB 1 0
2,483 2,483 000000008801d8554b3e7470ffb511ca0664ecf07098b14be09dd036664328d0 0.00 MB 1 0
2,482 2,482 00000000471916db33ca96f0927d0c0cfaf7df62a88807f009a688db0bcfc132 0.00 MB 1 0
2,481 2,481 0000000023681a59f33999c8d65be2ac85e9987641a79b02bc0531b4a22500bd 0.00 MB 1 0
2,480 2,480 000000005d4a4a31dc5d868b2362fc4d474f312c8f9d3ccaaf8c410e6c70557a 0.00 MB 1 0
2,479 2,479 00000000b47b07272c47c66619e52724ed730c3b7523aa7ea71610167d7cf154 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.16 GB sent, 98.59 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.