Memory Pool Memory Pool Refreshing

424 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (721,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,260 186,260 000000000000017ba22f47b3f6edd39f1662a03059329367ae33eade6c51ede6 0.02 MB 53 95
186,259 186,259 0000000000000000768f5b971e3e0a586137b45c1b1796990b24a4c0c38452af 0.01 MB 16 73
186,258 186,258 000000000000059ecc14cf7ca7ecf6a8eb1652821192092039c14365a69e87fe 0.05 MB 114 124
186,257 186,257 00000000000000bf992754583816f61845293a70aad93702d09faefd431d4fd4 0.23 MB 596 154
186,256 186,256 00000000000002199e09d9c466b53ecd18d40b240f265b2278eadf19912b9b51 0.00 MB 1 0
186,255 186,255 000000000000099b1be71b1d5374e4ab24491b053f5c381825865623608a6fb3 0.04 MB 66 88
186,254 186,254 00000000000003492c8a567045cde96c34d25f4f002e046a348ffd5600981d11 0.06 MB 185 63
186,253 186,253 00000000000009751f0e1a0abf3242a58c0bd9e8e8281ff2bf7118e1bfea9b2d 0.00 MB 10 15
186,252 186,252 000000000000068b7318e507870f94ab056bc641ec8cd564874200a2f035c9a6 0.06 MB 135 78
186,251 186,251 0000000000000899b054b6ab8aa9b5adfab6092acf0957a1293bd8687fdf8fcf 0.14 MB 334 125
186,250 186,250 0000000000000379ed6d930bcc1c64b9dec17710b84093713847a7271e575abe 0.23 MB 460 170
186,249 186,249 000000000000051a3b31ac387086d24389ff86c43d66e11b38859bbb280e2946 0.05 MB 126 92
186,248 186,248 0000000000000135afb9521af8084eff73f60edd4963bd7114685fa3c3b13ddb 0.19 MB 448 116
186,247 186,247 000000000000080991ca41eb13a9196be57cc5e0e38c7f7b9c9e012caf6514ba 0.25 MB 523 153
186,246 186,246 000000000000080e1cbac001d396931e942a1478feba418858b0c0cbeb4af850 0.26 MB 405 101
186,245 186,245 000000000000046898723006f528c80e8c59e6be2a10a70d0d45dd7aaabef67d 0.05 MB 129 253
186,244 186,244 000000000000054ec2562371e9d5430fa338937d1fac0741c1263869007b5253 0.07 MB 214 76
186,243 186,243 000000000000023c676f91a740f8b971877c91dae074912012a214e6c0d75155 0.25 MB 601 129
186,242 186,242 00000000000000ffd4d137dfaf37d93eb15383e974c2a6ac73c2e86f187378ac 0.05 MB 140 116
186,241 186,241 0000000000000905015ab2452948f4985b71077b56054909aa8460b708aad477 0.05 MB 89 101
186,240 186,240 0000000000000658f558c9158913ed1f65f9b2824f263dc10273326eb4c21144 0.04 MB 105 128
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.