Memory Pool Memory Pool Refreshing

4,176 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,615 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (820,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,023 88,023 00000000000b5811f419d43cf227073edc5b455c135668e62c1630fd645add89 0.00 MB 1 0
88,022 88,022 00000000001729e391667f61558d96834e7fa3226f46c3203f08b9f72713e02f 0.00 MB 3 0
88,021 88,021 00000000000fef6730e4a09496d30d7469bea7aa052a4787ef429b426319b8ca 0.00 MB 1 0
88,020 88,020 000000000013c8b2f0ddc17ef778bc3590bb32a704aa5e38a6042abf98a4c89e 0.00 MB 2 0
88,019 88,019 0000000000040dcef0181001f3a7d6831813d743add3648dd7e662149cc316b2 0.00 MB 3 0
88,018 88,018 00000000000304c1dab8390d26d183fa9944e4235745b9f34c701616fb8c8006 0.00 MB 1 0
88,017 88,017 00000000000c84c5fb7dd13218ca471d1452467904d15c6d246a5c68c11442c4 0.00 MB 1 0
88,016 88,016 0000000000045a5107c77c33bd9d6f8c0c61bfbc8d7038db67670cdf4f9b59e3 0.00 MB 1 0
88,015 88,015 0000000000199bea68254458891c59c193889a9b2cc140aa58a25f6271e6f847 0.00 MB 1 0
88,014 88,014 00000000001186187586a443c9394ea8119a78ad0c6fc3659cf48249e28a6f6b 0.00 MB 1 0
88,013 88,013 00000000000b610750fa810948b3504086ff3196e5a4f6b669399a3abb9e2a3c 0.00 MB 2 0
88,012 88,012 00000000001058e907cee984b5ac7d9e11b7525e3ef4e0e9ba32b9fcbcafb2b9 0.00 MB 2 0
88,011 88,011 00000000001bc3904f609e9b0196c72369ec01f8cd7730123362307189c1d4f0 0.00 MB 1 0
88,010 88,010 00000000001d36d48fe1e6fd29a3c3a994f43d678aba301cf4a6d51c2b0d003c 0.00 MB 2 0
88,009 88,009 00000000000dd49efc3e08d30098e6edc9e8ab959c6f041898c95059383e4829 0.00 MB 5 0
88,008 88,008 00000000000d3b88666bccdb990b986ce5f67858f6ed85270b9cbd4fb319ba33 0.00 MB 3 0
88,007 88,007 000000000001053deabe28863a75afec69fe3958357b5bef559be66718195ee3 0.00 MB 2 0
88,006 88,006 00000000000a28389721f3379b1b1691d846861fd1ff01ff405ea818097bf70c 0.00 MB 1 0
88,005 88,005 00000000001d22d7cc5ca7916e7a781ecc7ad5426fac086493f46263d6b3a6eb 0.00 MB 1 0
88,004 88,004 000000000013ae0d696bdc74400b908cf961df4d961707b25ef0a1a41edbb292 0.00 MB 6 0
88,003 88,003 0000000000025044215eebec93826fe3d6a6a3128a4b08d7ea949250e9e761cb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.