Memory Pool Memory Pool Refreshing

6,543 transactions (2.18 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,045 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (826,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,735 82,735 00000000001e62fd253b4b911418dfd9405c586128c1f211604290cdba24d79f 0.00 MB 9 0
82,734 82,734 00000000002e5ce230d15bdf9d86aa22bfb0ac7c39494ebb65d2fd5a0a6e407a 0.00 MB 5 0
82,733 82,733 000000000019ffe35d903c53a70acb9eeaac80ab1ef2bf6098a1a142a45f6ab6 0.00 MB 3 0
82,732 82,732 000000000011356bb6ec2367ad5edd8baa5dc97a5b4f1466c7d86b128e55655d 0.01 MB 23 0
82,731 82,731 0000000000233481b336bc05226f0b70217e487fac7ef82b757e1b1a6b74b284 0.01 MB 30 0
82,730 82,730 00000000002f8f0dd7c50256f67602b0c68af8ef8d832ba52f6c0b676365152c 0.00 MB 8 0
82,729 82,729 00000000001103c2b1a3735561dac941764909ba9c42172a471a53d04e4df6ad 0.01 MB 13 0
82,728 82,728 00000000001b79113e786af7b76842044e15006020982c343f7d5b142f7112d2 0.00 MB 6 0
82,727 82,727 000000000025464dc0d8f0bd983b5483b3a3441e13558402b37fba3c6789914e 0.01 MB 25 0
82,726 82,726 00000000002c86f526d826742097cbb52043eef5136aebefe24f391205bfd08c 0.00 MB 2 0
82,725 82,725 000000000013e7ed5266367765c4473e0da215d8ee5e11f9b1468f26bf24ad72 0.00 MB 4 0
82,724 82,724 000000000019f680bd74b6d0c793d7545161e20432a6c81a958c6aed726613d5 0.00 MB 10 0
82,723 82,723 00000000000e31217bc0f1ea3ac5006b4e2107decd22dac4b7403ad77da1c631 0.00 MB 11 0
82,722 82,722 00000000000feff6154f2279e51255751550bad7c24161bd8fa6b29219a4babd 0.01 MB 30 0
82,721 82,721 000000000021d18285fa2d26658623e10cca9dd6a067b037525aa08dece203b1 0.00 MB 3 0
82,720 82,720 00000000001201338a1225abc865e0abfcd6985ea3e4f2ec6608c54a554eaa4e 0.00 MB 9 0
82,719 82,719 00000000000196aa7ca264fd0ad86ad617f452bbcab73f30b634d24b4bc48bb5 0.00 MB 3 0
82,718 82,718 00000000002c58433a62115ef8a09f24006d927019146344844aee6ef34e433d 0.00 MB 4 0
82,717 82,717 000000000004c91b4d89c1a659ed5457afbad1bf53e10733cfd19ef36da901a1 0.00 MB 11 0
82,716 82,716 000000000027f0bc7ad2c20c7d00411d21f82f068f0ed2dce32c9909f0db9404 0.00 MB 14 0
82,715 82,715 000000000018a68a3462afd23fd8fa0c88019b2199a39ec57ddad15ba4e342e7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.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,856.82 GB sent, 102.72 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.