Memory Pool Memory Pool Refreshing

3,938 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (4,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,202 903,202 000000000000000000010b282db2c2faf38bac753ca465a2ddd8a3a492e8def0 1.74 MB 3,257 2
903,201 903,201 0000000000000000000216791cb040c4afd8d5484b028ce24e057ce3d8f0a2ac 1.70 MB 4,240 2
903,200 903,200 00000000000000000002088d538d909132a088e469893432eb9187281430ace6 1.32 MB 3,390 2
903,199 903,199 0000000000000000000230dd3ece8bac0be314810c4134a1f4578f1645b4fc38 0.54 MB 576 2
903,198 903,198 00000000000000000002133d68e23096623f7adbc315e2514da746049db0340d 0.99 MB 2,481 2
903,197 903,197 00000000000000000001dfc492e6516658bf3bcf45505359c74dde08420950c2 1.81 MB 3,388 1
903,196 903,196 00000000000000000001d92d3f278bfc63bb9e97bfa2ebfeb25c9107e49713ca 1.89 MB 3,934 1
903,195 903,195 000000000000000000015846721b85277d5964a25b586a943d67d774a249d06e 1.73 MB 4,248 1
903,194 903,194 0000000000000000000115659850dab17866ce8f7365d20e7142f53202f8c321 1.83 MB 2,935 2
903,193 903,193 000000000000000000024e208896e8165d371547e8c5ef75d0817ca52346d682 1.50 MB 3,208 3
903,192 903,192 00000000000000000001b58353d4d84b72e4bb835b2ce35365421bc399148012 1.69 MB 2,331 1
903,191 903,191 00000000000000000001b36022d3a12915971a20c92b19f074356d088f3f8522 1.80 MB 2,302 3
903,190 903,190 00000000000000000001d3e49fd7b990070da6b5a1ca587894127c875a2e0dc2 1.57 MB 1,706 2
903,189 903,189 00000000000000000001591502b71c4307184e8429143790acf1bb22f0210eff 1.62 MB 2,860 2
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
Previous 10 blocks ↓
Total Size: 769.21 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.45 GB sent, 93.99 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.