Memory Pool Memory Pool Refreshing

541 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,914 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,913 (721,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,595 186,595 00000000000003aca6aee66ec4318c3f41d5a562d2a3322b7b95bc6adf28d215 0.25 MB 485 103
186,594 186,594 00000000000003d7563105fd38539f59dc2051df524f8531c38b26cf9513f517 0.01 MB 14 235
186,593 186,593 00000000000001ab281be7e4fb5a6f60f044a47a07c1d389b4b5792fa77916a1 0.39 MB 744 138
186,592 186,592 0000000000000963030b9d52ed4b99d62f51eb2d116ce59ace75bab18fbc9563 0.19 MB 512 105
186,591 186,591 000000000000009ab5a216d30b9ec91760a88ce6262b6dd8ff8d53e8f09537bb 0.25 MB 599 131
186,590 186,590 00000000000004ab9b4234771c8a86de961d16c6bf3f6f640e0c883e9e162655 0.20 MB 519 152
186,589 186,589 00000000000007f8d1a570a63b33c56856b83fec202189e0bbdc261702e8f42b 0.05 MB 157 142
186,588 186,588 00000000000006f90b2828cb3912900501a3a216dbf10b62b062f606e9a4152e 0.02 MB 56 330
186,587 186,587 000000000000065145825596b0adbaa07aa35fe896973527230d275adae09d91 0.02 MB 79 54
186,586 186,586 000000000000063591bf66f1aef20af76b24a0e80703b812f53163294251889d 0.08 MB 168 105
186,585 186,585 00000000000003dc43a21d2c88151db22d665beba79c575f5ec37a84bc56127e 0.02 MB 33 74
186,584 186,584 000000000000061bb055e3c51ff9110b945af2da8c0a4f2277821a824387b264 0.14 MB 319 115
186,583 186,583 0000000000000519cda6a12be34f080b38e06d48ef52be49b1aa159d75bed496 0.00 MB 11 14
186,582 186,582 00000000000004197288752d91e51bd4afa24128e900ff021e0dfdf29e5fa8fe 0.04 MB 64 33
186,581 186,581 00000000000007f549abab069d1e8fdf2950837a9af46b655e81fe8928744c82 0.02 MB 67 50
186,580 186,580 00000000000003bec54efcdd391e02226732600d47058d79dd276847687a0206 0.23 MB 629 139
186,579 186,579 0000000000000888458b97df948ed6d3d8524f207b0422023413f174527080cc 0.03 MB 88 103
186,578 186,578 000000000000057a58fb4fbf34ad8a85a42188fe387aabd6ec942234176e900f 0.11 MB 311 152
186,577 186,577 00000000000002e0082f82b68cabb52bce26b09f4ec4e0db6e1e046298f12240 0.11 MB 122 101
186,576 186,576 0000000000000110238203fd0d8e1e0336297a29f63cc840414d1f8ffdedd815 0.02 MB 48 153
186,575 186,575 000000000000064350395e3a845858105cae69e77d6978bbfca30902f4267425 0.14 MB 294 121
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.06 GB sent, 94.83 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.