Memory Pool Memory Pool Refreshing

6,466 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,098 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (668,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,434 239,434 000000000000011e6445ac07507cfd5c2bea8d051030bfa8cf5ef49b57f3800c 0.13 MB 302 171
239,433 239,433 000000000000007cd12aa544acb1342bea9051adaf56d39985230c11c07f6a77 0.06 MB 59 110
239,432 239,432 00000000000000e47139cb5daa5c0342eabddb43340d2cc5bf10332ef05a1547 0.07 MB 161 133
239,431 239,431 00000000000000de68cbec08372f912dd69b596eb41631eda2c721f410df3511 0.23 MB 508 155
239,430 239,430 00000000000000c7e74180ebb5d197c45e37b7cbfb115e73ebbb21b532a245de 0.01 MB 29 184
239,429 239,429 000000000000003a04cde0b0e0941b2606182e009089174b24e724232b5ed7de 0.10 MB 233 194
239,428 239,428 000000000000007f255a609844d900d8d912b4bf0b506cc2da8143d91ce5daf0 0.16 MB 150 43
239,427 239,427 0000000000000085c57a1996f31745acd8249f03bc2c393e1682e6b7a813554b 0.25 MB 544 176
239,426 239,426 0000000000000098bbd8a0c863d00ab5a81871665398705d9671a5f1e923c267 0.05 MB 115 183
239,425 239,425 0000000000000087a661eb39d7afc3a59de6c763c4b9d5ef793d5cedc073f8bf 0.08 MB 186 137
239,424 239,424 000000000000014dca1bd15b295ab6b664407b0131af68215f21e36e4336aa97 0.18 MB 312 134
239,423 239,423 00000000000000d80bdf310d67d9b3b53cb391ab1a36297f86210be0e4c6c14d 0.06 MB 92 139
239,422 239,422 0000000000000078831aec3a0cba464fc56c46af97fc3ca1ad26bea99d74fcc8 0.14 MB 347 169
239,421 239,421 0000000000000035e56698aa0b8d663ff86395e8453cfd40746a1c847516311f 0.08 MB 78 58
239,420 239,420 000000000000012a7a2edf6385e76f9ac74adb72ee5b15efdceb76ce01c352e3 0.24 MB 509 145
239,419 239,419 000000000000013c1b42fcc5b7e94d53e6b23c70f28d2045f55d4968d0aa7d65 0.00 MB 7 209
239,418 239,418 00000000000000c0d56f21ace10e4f5957fd48bde5956eaefac33abbefdd21e7 0.04 MB 81 126
239,417 239,417 00000000000000cb2bdce3b931ccf9c09d1f064ec1c71fa946a3e5d23176dd3a 0.01 MB 21 134
239,416 239,416 000000000000000e792648984fac736ae50493e907625e99c2c41400cab858a5 0.01 MB 28 136
239,415 239,415 00000000000000acfa172c971e417072d906b22f805c4c4a312d4cf27c5c650e 0.00 MB 1 0
239,414 239,414 000000000000005dab7ca47ae7b2d1eb5f7e652e2ee0bcafb27106b98e8bb077 0.12 MB 248 153
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.