Memory Pool Memory Pool Refreshing

754 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (705,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,134 202,134 00000000000001b7511fae4c8de15c489503cf4dfe9ca51413c0c11ff42d4124 0.05 MB 130 223
202,133 202,133 000000000000000996d03d30a3f812bc70b82d6ce76ad9707e002d0deca3aa9a 0.14 MB 355 199
202,132 202,132 000000000000009e5644b5e35b7a8e6173b8a55398f47c1c598e5d188176fe61 0.22 MB 400 159
202,131 202,131 00000000000002b465bbd2caef9fadcda253700ecf61e40d91ad3babc993c01a 0.01 MB 32 0
202,130 202,130 00000000000003c534a7af87fde5a6e90a5925438f650cf9a8fcfda64e4bed42 0.02 MB 20 51
202,129 202,129 000000000000016e42af49b689167fe0f852d4e333dd1f13006e9e6717d202d5 0.01 MB 17 70
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
Previous 10 blocks ↓
Total Size: 769.10 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,628.88 GB sent, 93.39 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.