Memory Pool Memory Pool Refreshing

678 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,102 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 662 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,101 (802,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,502 105,502 00000000000192e7622a67ea98e455b89bb269ad7c18d4e500c27e3fb4e268c8 0.00 MB 3 0
105,501 105,501 000000000000c6906639ec39070bb26bd94c355709f098c40c9713094e861f31 0.00 MB 4 0
105,500 105,500 000000000000609f51f48f4eddec43b358b3189615201314b5c6113c6327e9ad 0.00 MB 7 0
105,499 105,499 0000000000019e34994348c78f45ab759dbbd7e71e4b00963f3dc284790e7882 0.01 MB 21 0
105,498 105,498 0000000000028f863690da110d492bf5beb426048ca6e6d748cf273d1d5de10e 0.00 MB 1 0
105,497 105,497 0000000000008c9ae6fb04736462bf7d12600154e39b6098f58ffaaa526cecb5 0.00 MB 4 0
105,496 105,496 000000000000b9b426add0b2de8001aed10fc0439b77606a3466b40c3a139f1e 0.00 MB 1 0
105,495 105,495 000000000001ee37747880f60b5bbccf7985c677d57ebc8a5db9328700423014 0.00 MB 5 0
105,494 105,494 000000000002e6413fcb4bd08451934b2e74571cacd3d272ea7a855e1feee3ed 0.00 MB 3 0
105,493 105,493 0000000000024d766884771058b36a31862c63569b20afd1c0b06bc3e17fc111 0.00 MB 6 0
105,492 105,492 0000000000008855bd0d2b70bb1606c3bb04cbc15abeb1efd6f4f7d4f1cf85b8 0.00 MB 5 0
105,491 105,491 000000000002390a3ec575978b7da6e934777b70910b31431225ce1a92b746d0 0.01 MB 27 0
105,490 105,490 000000000002805d317d22fab1b3d4db967f62d2525814bbe96782926e750cb4 0.00 MB 1 0
105,489 105,489 0000000000003a5942ac3cf31a12373c9fa29b6a71af2af056485d46fce9cf49 0.00 MB 3 0
105,488 105,488 000000000000ba7f77dba2d9032a16263799968ba4d92169feec6faedf8ec38e 0.00 MB 1 0
105,487 105,487 00000000000066ef6bc7719c133467cab198dc434175f065d65e815cabdb94c2 0.00 MB 4 0
105,486 105,486 0000000000019b8e32281efc75a0a3cb0267acc81c1f2679e3d3b975829a966c 0.00 MB 3 0
105,485 105,485 000000000002018607dae3b1b0cd6b0a3835f4fa5f95c1bc4742c605429d4c2c 0.00 MB 2 0
105,484 105,484 0000000000011db465c66c8e37d0fbf0db878916c4786b60ecc99781817bbb55 0.00 MB 4 0
105,483 105,483 000000000001734cdbbed4d376f64d15696f88807d4a1d524f451a40ff988f87 0.00 MB 2 0
105,482 105,482 00000000000237e6efb14e4cfa99378a2d5126d9c79e9d98c52925eeaca9299b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.08 GB sent, 96.56 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.