Memory Pool Memory Pool Refreshing

1,139 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,110 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (700,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,875 206,875 00000000000004b5c2f0f3da9334487aa92790bc2b33cac46c3b3065b5dcfb5d 0.00 MB 12 1,053
206,874 206,874 000000000000029089c5101cb33748fb7d683eb05f8827ee0061726d10c2943d 0.04 MB 76 140
206,873 206,873 0000000000000461955703be47b22e37bf65128a5f1553862bdd3337d752657b 0.01 MB 21 107
206,872 206,872 000000000000041a9a315060251754a5595ca3d551ad30f68d15d93825f30bbc 0.00 MB 16 171
206,871 206,871 00000000000002d419d1af0c568f17d1ebc7cb71f0e3af088ee07d4aaf72f873 0.42 MB 330 53
206,870 206,870 00000000000002e223ee2cd5c49c78d3d6a8aff941b6753ceca23d910853f7c5 0.04 MB 78 130
206,869 206,869 0000000000000460b4be4c44ffb9661a5d89b541866d894556e0efdd569566f0 0.03 MB 23 67
206,868 206,868 00000000000001a94993c95a91525e041ba9e5dcad6103c28298214600edd809 0.03 MB 57 101
206,867 206,867 000000000000016fccf82e43ea978fdc691c54e32fe4f05698315701740aff59 0.10 MB 172 99
206,866 206,866 00000000000004fa809e970c4672271a2927d0ed20ad45ed01dba4bb05ad8ecb 0.20 MB 574 207
206,865 206,865 00000000000001f25c76e9bcde0c2bddae3bab4f7095e0f875ab8be8207d3633 0.31 MB 584 161
206,864 206,864 000000000000017dc07e58fd1859654925b273a10d879eb89459f5c0874a089f 0.01 MB 27 163
206,863 206,863 00000000000004c5f3296ec64da89391b67f58f985bc27b61cba12869b522c2b 0.04 MB 92 206
206,862 206,862 000000000000040c25cc4e2ac0a8eda9826c10399d5e6218e76025c779c0d824 0.06 MB 143 199
206,861 206,861 00000000000002f451cc919118128b166402824f55a280616d06c9872927b547 0.20 MB 350 183
206,860 206,860 000000000000024f6331035f23fd16fd68b90bf071614775979ca41e8bb26db1 0.05 MB 130 142
206,859 206,859 000000000000006cb7f910f4e2a41e1f41331cc7606758dd16c841a7b4ae2679 0.01 MB 34 385
206,858 206,858 00000000000003b87cecca14ae395634d2696bbc8865ee6fbca17cfce15e16e3 0.08 MB 174 230
206,857 206,857 00000000000000a48a56625a6684b31b743522bd0c0136e1fba8f5678c81c443 0.04 MB 78 143
206,856 206,856 00000000000000e70689ea67bf557b9eca30a11b6bd87538bcca35b8c0a56384 0.07 MB 145 151
206,855 206,855 000000000000028d7cf130a9c64e592e039ebce3d5aa8ec80235df59df873ddf 0.06 MB 200 234
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.