Memory Pool Memory Pool Refreshing

2,984 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,716 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (905,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,308 3,308 00000000b0ff4b60d318d8f104f7221a206059befcffef865826913240bbf25d 0.00 MB 1 0
3,307 3,307 00000000c544f8738cb24447ecbffd016836f0be6bb9aac17a986099df95ca8a 0.00 MB 2 0
3,306 3,306 000000009094b2dd03fd9ad6b150b50c571295d45753445076fad28c6cb47ab3 0.00 MB 1 0
3,305 3,305 0000000008b139799229859fb817bb24663467d3509916d013dd79574204bbad 0.00 MB 1 0
3,304 3,304 00000000b552e1e2d2998cc49619d1138cea9ff5ead9f8dcc8febb4e60d73f76 0.00 MB 1 0
3,303 3,303 00000000bf21321019b9096553f1ccb1e1bab346dcb7b9c023eadc32ca84493d 0.00 MB 1 0
3,302 3,302 00000000522607f1c46c1cc2f537863f0cf2ba7af30a6fe52c56b274d64f6390 0.00 MB 1 0
3,301 3,301 000000001a2b99010ab59e07281c075ffdde342a1564ba1419036c30e4dff0f5 0.00 MB 1 0
3,300 3,300 00000000e5a427932794530bbadc6a9a6c354f030da4cd9b5765d866b51502fd 0.00 MB 1 0
3,299 3,299 00000000310ac14a0f1fc6adfbdddfecd334a884315fa4373a80b9e46b3e7704 0.00 MB 1 0
3,298 3,298 0000000009b872c83e6911694e0af5989fa0c8fd958f1d741629da4c32d53001 0.00 MB 1 0
3,297 3,297 0000000031348600da1c5b2dadd17d6c37c6ebdfa8a4780d10648701a7a0be16 0.00 MB 1 0
3,296 3,296 000000005e77d434e55f6e6cbde60cd5b829fba71b09859232e7dc7198884e40 0.00 MB 1 0
3,295 3,295 00000000758942f38a5522308f14268ba7aa05802af5a86f99c88bef84380421 0.00 MB 1 0
3,294 3,294 000000003c1cf3c7ce9d708f00fd77e80c5e736aaa351606575e44c638677b44 0.00 MB 1 0
3,293 3,293 00000000f93a3117431247c4f24c86cf2085a29117076491dabe022c9d2cb69c 0.00 MB 1 0
3,292 3,292 000000000e4523a52ec47847eb7bd92e9d2d2c535decd665807b577e62999b1e 0.00 MB 1 0
3,291 3,291 0000000010abb476c7bac26a22b8907f0299fa6a1486238b61b47d0370b6259d 0.00 MB 1 0
3,290 3,290 0000000032450768c775c1ba0d5a64939d77b304553d46919061eac43a3d077f 0.00 MB 1 0
3,289 3,289 00000000f96d0a7c59d04b7847ca1c0d64e1b04cd4b582b519dd5e3370116701 0.00 MB 1 0
3,288 3,288 0000000036dbc6ad310deeaa24e1a840f4a19da9a01e6cf95092862de20228c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.42 GB sent, 101.44 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.