Memory Pool Memory Pool Refreshing

10,049 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (4,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,188 903,188 0000000000000000000073c6c332f57df10fd53990f9de9129f454733d48c9e2 1.80 MB 833 1
903,187 903,187 000000000000000000021a3dde672ee0655cc7eb096de66a477b6235e91b67ac 1.84 MB 2,499 1
903,186 903,186 00000000000000000000aa4c4a23ea4ec9829a5cd3217e49eb5353f3cec4c8ed 1.62 MB 4,054 3
903,185 903,185 00000000000000000000326638869743b5c70cd427ca843f5b571fa65f86828c 1.74 MB 4,881 3
903,184 903,184 00000000000000000001588c15d662c7063f0a87ea8dd333a7436101c6ea2d97 1.67 MB 4,283 2
903,183 903,183 00000000000000000000a50aebbe645f90761796f96ac10c839c8619ef8c54ea 1.85 MB 4,708 1
903,182 903,182 000000000000000000016b6e6e35557704723f49a163593805a4a46771f1db39 1.66 MB 3,840 3
903,181 903,181 00000000000000000001bbb2762dfd15ac39fe077398d49b959f3cceee69b2f9 1.64 MB 4,216 4
903,180 903,180 000000000000000000017194a1d78e7daea023b8f3c031cefc538cf264763387 1.89 MB 3,618 1
903,179 903,179 0000000000000000000149507cb21474429f78f7a565b653c2740d6354a08bfe 1.65 MB 3,529 3
903,178 903,178 000000000000000000008c881e7e06843a1e4356d23472204888a9a51ab57c3c 0.67 MB 1,719 1
903,177 903,177 0000000000000000000111450867e93a0cfd3875be6226be3c0f2615d0523b25 2.01 MB 3,260 1
903,176 903,176 00000000000000000001594bc31805552df15faa42f2c914eb84a5e9e783141e 1.79 MB 3,309 3
903,175 903,175 000000000000000000000e51c7ce1fb170fa0fc1ec88d611a4c5d24cd8491787 2.94 MB 1,399 1
903,174 903,174 000000000000000000025b440b010e3c8c98ef9ddf7fdb0b5a2372a0e0c6a60c 1.47 MB 1,753 2
903,173 903,173 0000000000000000000133cd0a1e32659fb8c008abe7374403e14f8a84d2776b 1.61 MB 4,349 3
903,172 903,172 00000000000000000000d28eef6dd23876c5cd5a6df83a0fb18349946ac499ad 0.03 MB 90 2
903,171 903,171 00000000000000000001c50b93e2cddd6f759a33e6700dfc8597ea0fc3af3916 0.16 MB 291 3
903,170 903,170 00000000000000000001d131591155280840a567179ecdb2b122ba35758f4778 1.56 MB 2,900 1
903,169 903,169 00000000000000000002359ec27a2d06673770cb4a2eb9f19c1e147aba2c1b02 1.78 MB 2,722 1
903,168 903,168 0000000000000000000146b38bc5b5ebb511427e4549638c27a195e4bc720f53 1.89 MB 3,048 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.02 GB sent, 93.01 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.