Memory Pool Memory Pool Refreshing

7,425 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (701,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,325 206,325 0000000000000454f34531a1051df905756ac3a8dee3346a0c68ffbf16954189 0.12 MB 321 175
206,324 206,324 00000000000000d9c9948e4bdc8094fa3246fb070568023969cfe0e4b07f47e4 0.00 MB 10 358
206,323 206,323 00000000000000a96bd0b075dcc3deee270e3faa1eb2b3784349b42b66aef8bc 0.00 MB 10 149
206,322 206,322 000000000000016f4d4479f04568c60c69edda92697f98fcfca563610ae10989 0.01 MB 31 21
206,321 206,321 000000000000012ef6ef2080e07a92fa37824ff32d8b6a80830971635298f1ad 0.10 MB 92 86
206,320 206,320 000000000000044637d07f2df000a4e337019064ac189ff34dc16d612f62b84e 0.04 MB 110 259
206,319 206,319 00000000000003c042cf1066fd8a24f145228be78537223f9cf1276e9d6aad8d 0.01 MB 21 177
206,318 206,318 00000000000002702ef8cc649917c68c50cc78a47fa45dd9f02b62769bb433d3 0.01 MB 20 118
206,317 206,317 00000000000001d703e14c7350285b558d0ea5170b0661b7283152bd672077e9 0.12 MB 198 115
206,316 206,316 000000000000011ba9bde86fdd5cd30e366256831ac10aa72c98079c25797ab5 0.13 MB 293 151
206,315 206,315 00000000000002b002408b51e275976f83f8baeb054287c53a6f8585a62f84ac 0.11 MB 234 178
206,314 206,314 000000000000018ad8c67b67065859d06c7bac5a42bb47bed4fae8707bb36316 0.20 MB 296 81
206,313 206,313 00000000000004cba18268d4fa5620c04cd82d16d1ae0ac358a4637193d28d04 0.05 MB 116 165
206,312 206,312 00000000000003406877ca582725153c19c4fc22c87ad327705548a8afb9d793 0.10 MB 238 157
206,311 206,311 00000000000003411141394dc19304b856b749e44c2bed774dd249cf2a371965 0.05 MB 135 220
206,310 206,310 0000000000000196e0871a161a5968d4c143262efcd89c6aef684909fb2440fe 0.01 MB 21 0
206,309 206,309 00000000000001349ef0641aecc2a6d9a385a5d3f6bf14125bae46618ed5628e 0.16 MB 198 116
206,308 206,308 00000000000000cdc43fb7ebde8ff8d6b45a76a39213e5fe4e1543bca13f4471 0.06 MB 152 148
206,307 206,307 0000000000000160793993b7739fa6f67431a5ff16271817a01e4b1a8939d79b 0.20 MB 428 175
206,306 206,306 0000000000000334700c0e4de09790634f7ad6948f29b77dbf746abdab4beea9 0.01 MB 29 111
206,305 206,305 00000000000000d2ae53e250e903f24b6d1e47ea22743a0d7122ee21b4da4deb 0.06 MB 160 143
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 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.