Memory Pool Memory Pool Refreshing

4,074 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,738 (671,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,322 236,322 000000000000007e20cf8a06d011d89d1d655f18cb8e6cbd03558cda664c0b0e 0.34 MB 629 135
236,321 236,321 00000000000000af7939942dd5d6b770a35e4f27cf4e879aba3b24bcd7a5358e 0.25 MB 523 177
236,320 236,320 00000000000000bb0c4c80b8485e1e66ece6850e52c9ecbd4a207b08e66b440f 0.15 MB 204 63
236,319 236,319 0000000000000112f5a5d42dd7fb743106a96232aa9ce9669c59f1cfb19f8fed 0.47 MB 1,138 178
236,318 236,318 000000000000015f288436f8d2153e04abf3f1a6433828f170f77195150b88e5 0.25 MB 653 198
236,317 236,317 00000000000000ecb8669cd08eda72b4d3441436d106867b92e47abf636486b7 0.10 MB 221 153
236,316 236,316 0000000000000072d64bab92990d09d1f7f44bddaa2f52d13d0571173aa3c217 0.15 MB 291 145
236,315 236,315 00000000000000ad6082acfe902b2ee294f4d1219f12b67bf59f88bb9d4af729 0.41 MB 914 194
236,314 236,314 00000000000000443654bf66628ddd4275ed62c6b8589b0b315ce5e9860e9519 0.41 MB 939 180
236,313 236,313 000000000000013c6ec086a941c2f6edfed9c1ae4d2d292aabfd18d3f62a8cbf 0.15 MB 311 204
236,312 236,312 00000000000000cdbb4d12a4588aa6e5e45dcd364cc8a41c8a1ec01eca42b991 0.26 MB 589 187
236,311 236,311 00000000000000e6716db8cbec2f499bb61e1d0c2702e083d3f14d68996df1f8 0.28 MB 629 186
236,310 236,310 0000000000000070633f88b659564481c1d0c300ae3941c0db0d5e29cdfd4773 0.18 MB 411 203
236,309 236,309 00000000000000ce6caf7db1ce8cec645ab7f4e0977521409885a2d117f5080c 0.07 MB 123 154
236,308 236,308 00000000000000b8f9c4e6ffd5433ff7c88e7dafdec8ce88d9e7b06cef2760f8 0.15 MB 114 43
236,307 236,307 0000000000000179b2e408e99c81a1f3fcf8a7b47d0c9fd83f57107cca52ada9 0.24 MB 477 157
236,306 236,306 000000000000012bdd4d2b9a9713a5e86de8c253089ce789fedef6c4b169185c 0.23 MB 565 177
236,305 236,305 0000000000000056e8727d493240df6f6f7ec314fde8f34f2da64537ab85a118 0.10 MB 209 140
236,304 236,304 000000000000007b18aa74a4751bf3600d1df38526184ca5e14823dc817030bc 0.16 MB 343 153
236,303 236,303 000000000000008f11bd0b168ede1961a26bb912280b7594ce2d035b946e7e32 0.15 MB 359 172
236,302 236,302 000000000000014aae467ca143cd7a7667829fbc2839fb0eabaface44de35a4e 0.15 MB 306 155
Previous 10 blocks ↓
Total Size: 769.06 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,627.79 GB sent, 93.17 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.