Memory Pool Memory Pool Refreshing

959 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 949 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (902,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,243 6,243 000000009a7cd048d59081828decc229eb4ea671f0fd10b1ed8aee3b4c2759fd 0.00 MB 1 0
6,242 6,242 000000004e99495b7d628aaf118be591159fe24e62b9e579c54b13fca19cbaa2 0.00 MB 1 0
6,241 6,241 0000000066ab69d5eb23879a8936c198019bba98cc01d58703c2ebfaf1e837bb 0.00 MB 1 0
6,240 6,240 000000001c3aa07efadd82e5e49117a01ccaa50634522c93f20c4479b6785558 0.00 MB 1 0
6,239 6,239 000000001d1cca193a7055038fae6e5eb81b8cf60b600767f85d0fc87d9086d8 0.00 MB 1 0
6,238 6,238 000000000049d528e1ff957e93e089491752d69a924e4de2b5a6ad2f2c05f446 0.00 MB 1 0
6,237 6,237 000000002d7648884f84ea6960f99a08bc8aa07a714a4099fa23cf66d166b28f 0.00 MB 1 0
6,236 6,236 00000000efa65b37a20a3a6cc6d7c0c4416aec940ba165ce921dca422859ffbe 0.00 MB 1 0
6,235 6,235 000000004e86c580872ef7535517035c34868e9c6e516cdac80b5d269ab0b3bf 0.00 MB 1 0
6,234 6,234 0000000029ff793789bb72d3d977d63ac24dcbc7e60512fae5430a35ec480049 0.00 MB 1 0
6,233 6,233 000000002923000bfc24029d479d2d76e76c106e7b0e52c359f14f81ead6fb83 0.00 MB 1 0
6,232 6,232 0000000032a84330f142107f584cc68e863e2a95c917229d322abe4c6a8b9656 0.00 MB 1 0
6,231 6,231 00000000db50a10eeeab0f2111c2ddab9daffa42cfdadc5bdf343824f2b22aab 0.00 MB 1 0
6,230 6,230 00000000f7ee7b7d1595abfcf9b2a9d06cb365e11076b97ad6ee2b9674486158 0.00 MB 1 0
6,229 6,229 00000000d03eaa6098f26f0d241b7d7310348f2140256af8b92a13dcfa4dc7ee 0.00 MB 1 0
6,228 6,228 00000000a2d1ca6edd9db559451b983726275adabc3f299baf7eebfcd98454c1 0.00 MB 1 0
6,227 6,227 0000000053e4697b1b98f884acc39ded8adaa934527c974468d5fa3925bda2f7 0.00 MB 1 0
6,226 6,226 00000000deffc03974a267485011beda250fb16aa0fcdc26399c8e6bf32061b9 0.00 MB 1 0
6,225 6,225 00000000ca11e8575b26f7ba2146b171976cb227f2e1193484181ff324226711 0.00 MB 1 0
6,224 6,224 00000000ce58ddb0014222910ec24be4ce393d4319b58ccf1ea02c74891e8c58 0.00 MB 1 0
6,223 6,223 0000000005e8f18e86f55c587101ea0234542e505c81e8118ca1ef6e07a7f261 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.