Memory Pool Memory Pool Refreshing

3,686 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (720,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,597 187,597 000000000000028fcc2cc8c2e8d3111a32f533a5bc60febf1fc366156a00990d 0.05 MB 134 87
187,596 187,596 0000000000000843c7d0c0e8ce3d2e2d7f1a611a14f184ddcd12e957ddad0574 0.03 MB 98 43
187,595 187,595 0000000000000548edacb893d4a928ccea85383368c15678e73e4dc423644013 0.05 MB 122 114
187,594 187,594 00000000000004e20dc6194c8bfa953560c89e073d7d85f1dd34ade6f5980388 0.04 MB 74 116
187,593 187,593 00000000000001af5d025f94ab9507af1b7f04e3f83f971aa02bf8ab0492cfed 0.03 MB 55 95
187,592 187,592 00000000000001c9aef01fc718652d5f214ec12f9eb27f1d953aafeb61a86b1e 0.23 MB 656 256
187,591 187,591 00000000000002b34a755d25a5fee4c0ad0c018cf94f4b0afef6aabe823d304a 0.03 MB 84 428
187,590 187,590 00000000000003f07c1227f986f4687d291af311a346f66247c504b332510931 0.13 MB 283 145
187,589 187,589 00000000000006edbd5920f77c4aeced0b8d84e25bb5123547bc6125bffcc830 0.00 MB 11 8,569
187,588 187,588 0000000000000753579588da5fcd7cd2affd6c852055a4b19d9c5f0dc616f04d 0.02 MB 67 159
187,587 187,587 0000000000000522db7010cffe7c296d15cd4e8d2620d6447bd04a19d281940d 0.07 MB 181 171
187,586 187,586 00000000000009735c2655cbc2891d0d829b417f8e3bd0e82d7a870ce2dec049 0.01 MB 36 79
187,585 187,585 00000000000000f5de22a787514fbc4ee2506f52bb9140b668b86c6ef36c0c72 0.03 MB 57 88
187,584 187,584 000000000000006faba3ce3c779fa46e0fe29b7e3b93e076a19d19fc928f422b 0.05 MB 163 53
187,583 187,583 0000000000000015072f1ca90d2a920edd1f490af84af2b9bbdd341ebacfd6e9 0.05 MB 163 165
187,582 187,582 000000000000079f2c77b96734715d5d525e19dc50e2cf0dd52ed01c1ebf1fee 0.05 MB 136 135
187,581 187,581 00000000000008d96a02d4545de99ee5c70eb62018d4024870afde37b9867394 0.01 MB 20 44
187,580 187,580 0000000000000201bc2b3276aa24123121b60b1069f620982841f3b3f2b75138 0.06 MB 167 112
187,579 187,579 00000000000001ae9771555d3aa107897c4ac58b2de778b8614fd5a4432ab55f 0.08 MB 195 108
187,578 187,578 000000000000058a34ea36b4d491ec471069d610a9feb40753f0cd5620329d6e 0.19 MB 329 116
187,577 187,577 0000000000000471ab52735c4384a4e08e1f8fbe189a65b0a70d2ac376ac9f90 0.01 MB 44 82
Previous 10 blocks ↓
Total Size: 769.71 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,677.56 GB sent, 96.45 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.