Memory Pool Memory Pool Refreshing

6,262 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (668,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
239,413 239,413 000000000000004f3cf211f7a541f65d603bec12ba77eabedde72a834a42e711 0.03 MB 54 115
239,412 239,412 00000000000000120e7c672f09b4792461dfa34f3fa61293c067cbf63c6be1d1 0.01 MB 11 93
239,411 239,411 000000000000002c823ea6f34df642823465e2c2dfcc1b7f6a9f1de898b21d6e 0.10 MB 222 152
239,410 239,410 00000000000000ec9db63bd028385e77f2a96a57862ade74fe932ecdea51b920 0.01 MB 23 137
239,409 239,409 0000000000000072012af15f8c423bc11057d3cb5712473ed8062e15e86b7439 0.09 MB 205 171
239,408 239,408 000000000000003f4a367d44de912d323e81363815c8f333c927377e0663c738 0.14 MB 256 124
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.