Memory Pool Memory Pool Refreshing

1,251 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (444,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,458 463,458 000000000000000000870a02720d52c837112625e295275eb4b428623d71aa61 1.00 MB 2,479 170
463,457 463,457 000000000000000000b9b7a46cb3544b9e835825833fe5908e6512b095b371d3 1.00 MB 2,669 161
463,456 463,456 00000000000000000117c7ffffd203c1d368435104c47db577f5b5f6c237e2c3 1.00 MB 2,535 163
463,455 463,455 00000000000000000041403153d241d0f7a5f677bd961d3281ad83c0270b4746 1.00 MB 2,594 230
463,454 463,454 0000000000000000020e94c235ed9c6895c1709909f4bb0fe4274593ab0d9d74 1.00 MB 2,480 197
463,453 463,453 000000000000000001ae4abf31d0eb089f699b2a531b721234f3e8ed480a892e 1.00 MB 2,396 228
463,452 463,452 000000000000000001718bc1f3992a54b5a44c0cc67b95b811543847be48995b 1.00 MB 2,147 219
463,451 463,451 000000000000000000df653cc7cd24863d13741d7c906cddc343bb6f83137762 1.00 MB 1,571 260
463,450 463,450 000000000000000001324caa34f35d568be41e159676ed36c360229a3897e14b 1.00 MB 2,145 255
463,449 463,449 00000000000000000117bbba61abb7adea41f04b7d17dcd9bbcd10129bb87300 1.00 MB 2,289 146
463,448 463,448 000000000000000001144e7e1585ba97c81462e13cdf532ad458d87d0e15ecae 1.00 MB 2,503 207
463,447 463,447 000000000000000000d3e46ad026378bdcd9e716dc84a6a5780140892889c465 1.00 MB 2,137 163
463,446 463,446 000000000000000001aaa087e0934521011864e159219ce40dd5a613ee62ba38 1.00 MB 2,670 238
463,445 463,445 00000000000000000013d945fe20fa847778de2c4325e386f0aa7d8ee4f2a21d 1.00 MB 2,771 245
463,444 463,444 000000000000000000b4ebb39154b11a9ee6efffe2a52eb9be28872e2f7ae74a 0.06 MB 143 298
463,443 463,443 000000000000000001989c6281082fa9ff2fc6d40e0ce5dbecdef483d5fca3fb 1.00 MB 1,350 114
463,442 463,442 000000000000000001a746ead3d4d72d2e67cff2cebd436f01dd7b2ce3578584 1.00 MB 2,849 219
463,441 463,441 0000000000000000018a48c512154903ca29874b343445439946d951ba51d435 1.00 MB 1,169 107
463,440 463,440 000000000000000000ad511c679ff49e259a11e68e10592c0a6148d4236f4a64 1.00 MB 1,203 146
463,439 463,439 00000000000000000074fc6ca3af613c04f14e43e69cacb72526fa60027686ec 1.00 MB 2,211 159
463,438 463,438 0000000000000000020eb54fc5f9d684634efe0e8b957564c52e40902a34ec49 1.00 MB 2,345 183
Previous 10 blocks ↓
Total Size: 769.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,631.92 GB sent, 93.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.