Memory Pool Memory Pool Refreshing

7,954 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (705,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,128 202,128 00000000000001889c01cd8b856d908bb39c4d1dd52cb29fa358686dbe02efab 0.07 MB 123 122
202,127 202,127 000000000000043aa37a891a9abf849ec92891aded056b76473f3916d95ed059 0.00 MB 8 11
202,126 202,126 00000000000004630f4f23955495f0a3f58390c435feab426f3e08eea2ce2cda 0.30 MB 582 133
202,125 202,125 00000000000001e647618841683d003b51cd2788639aca37b34fe675241c8d09 0.03 MB 77 116
202,124 202,124 00000000000002bd73f74cf61c2bd44aaaa245c28fd546d415bf81e52a805a78 0.03 MB 96 45
202,123 202,123 000000000000034f4d97a1a5ae2de0001298e7ce864e33182cb25fdbf64d0426 0.15 MB 318 200
202,122 202,122 00000000000001c5e91dbe77ddef6c64ed2bb05c2518f4966b154456401242eb 0.25 MB 505 119
202,121 202,121 00000000000002b1f306a2671659ff3d7c197233d1f0e7d2e3bcf9cf85be81ae 0.25 MB 265 150
202,120 202,120 00000000000000f586356e8425f2d65dae685c64f70d81e480b40232b6ab0204 0.25 MB 259 112
202,119 202,119 00000000000002e8fe7fc153f79b3bf074cb90be335a317c2eb88af2f14d387a 0.06 MB 181 48
202,118 202,118 0000000000000239f8c1b447eb3415ec27d3fd44bcd1ebcabbf0f35a03095857 0.25 MB 316 98
202,117 202,117 00000000000004938d7605272ba253f6f59c670e65b93ae38abd667960ddaada 0.01 MB 32 0
202,116 202,116 000000000000032a86e26ff495666935c70c7b60d6c1a9bd4ec5d541c0bf6766 0.24 MB 342 94
202,115 202,115 00000000000002dd7718a6ddde6b126df3eb5a71390d98c3d041c34dc691b145 0.25 MB 163 93
202,114 202,114 000000000000038991a371c9c39a519ec24537046aacc713941997ce77dc4d1c 0.05 MB 117 159
202,113 202,113 00000000000004d84c293eda2857d7c951192814e6a6abeed505df6c1224fd97 0.13 MB 350 145
202,112 202,112 0000000000000046b9168153047265028349553db5691cafa7f34dc50c25646b 0.26 MB 275 180
202,111 202,111 000000000000054790bab5e7d76bc08fcfbd85037e0a9195800057477f10c77b 0.00 MB 13 472
202,110 202,110 00000000000000bdd39f7b4288a285c5c7b77f9ebe78089f95a4e44a7746b8df 0.10 MB 250 191
202,109 202,109 000000000000044e23b4c7dbb55187c0099c448e71fd5c65d1f81d03c58456e1 0.05 MB 104 81
202,108 202,108 0000000000000279377b6bbba88939e0187addd382dba83c4d0083baabda4fa7 0.24 MB 378 141
Previous 10 blocks ↓
Total Size: 768.95 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,614.26 GB sent, 92.56 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.