Memory Pool Memory Pool Refreshing

2,123 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (7,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,296 900,296 00000000000000000002124ab30b908b9200a55875eb13ee2fc330146d2ffa32 2.71 MB 1,135 1
900,295 900,295 00000000000000000002089ca9c3be45118a79f8bfeb2188dc28dd4a7085d34a 3.18 MB 1,057 1
900,294 900,294 000000000000000000001802e4d4f30746a5e51e56fc4fdf1743734e7974ad69 1.79 MB 1,988 2
900,293 900,293 000000000000000000003f1c7ef0c5fe571db923834ac14686fed76f3167f635 1.47 MB 5,258 7
900,292 900,292 00000000000000000001acec0b68620124a963aa59def125578c17a01b8cbfe2 1.91 MB 1,294 2
900,291 900,291 00000000000000000001c1de4a0f9d87b2073a69f5a3547376f170bcfb4847fb 2.14 MB 2,477 2
900,290 900,290 00000000000000000001760b271bf7349cca8fa3f542df899ff9688445010a59 0.02 MB 56 2
900,289 900,289 00000000000000000001905f06bc685d9175fe03071323f75e02daf331e8d39a 1.31 MB 1,677 2
900,288 900,288 00000000000000000001b715e690ac6471642e5afb75c195f3618ea366fb0ef7 0.86 MB 894 2
900,287 900,287 00000000000000000000e9a405061ac3f3f6844248520d68066270f93d5cd60b 1.15 MB 1,551 2
900,286 900,286 00000000000000000000654e51fa9c9199988fb29d8723ea59eba52a0b574dd4 0.51 MB 779 2
900,285 900,285 00000000000000000000468521c40ab8ce57095222db4032a3c089679d8fa7c6 0.40 MB 558 2
900,284 900,284 00000000000000000001751604a6357286b9d83ff39b94dd608b66f10f15c136 0.05 MB 112 3
900,283 900,283 000000000000000000015420c9515d7e6b222e64061b7f71e1c41278a846552c 0.69 MB 811 2
900,282 900,282 0000000000000000000106e93637ca40e7c9df5ee25c613dccca5791568e1223 0.46 MB 862 2
900,281 900,281 000000000000000000022b03748fb2ea3438ee007fa3349200d5ce285b81b692 0.15 MB 174 1
900,280 900,280 000000000000000000021ef661c8c46802d90ec750c8a9fae334223e10a7cead 0.01 MB 36 3
900,279 900,279 0000000000000000000154326d8836ebb6fcf3f280d35c2076fa393f8f01f82a 0.56 MB 917 2
900,278 900,278 000000000000000000012c89409da67c2d00611f4bffa52473c94b9b39c1c861 0.82 MB 915 2
900,277 900,277 000000000000000000006df84453a6defe0b3a4b5f0c0f883e0a2218dec8f61c 0.78 MB 781 2
900,276 900,276 0000000000000000000129d7c7ce5ce833a031aaceecd41dfaff4da5ad590ee3 0.08 MB 136 3
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.