Memory Pool Memory Pool Refreshing

6,227 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,079 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,317 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,078 (727,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,320 180,320 00000000000005afab659a731cda1edf4aaaf960c6f7b9a923ee8d21e51bfaee 0.01 MB 28 90
180,319 180,319 0000000000000583dca25895c9d19d4245a8d2fb299f8b8224471988206bef29 0.03 MB 77 59
180,318 180,318 0000000000000151ab16bb52183de04d660812ebb36014a0408a21f7292671d0 0.17 MB 423 126
180,317 180,317 00000000000004c80d29ccfe80cb4694ff0a6d9e0cfd123fd72f650fea4e3c3a 0.25 MB 486 123
180,316 180,316 000000000000030c04c2bcd3562dae731af9764d073c1873ee1b351a20e84eb6 0.05 MB 149 155
180,315 180,315 00000000000001916a93a04c53eb77ece5f4eafbe76c9ece03d21c4bc61724b3 0.05 MB 134 106
180,314 180,314 00000000000007a6f9e6e7033b104d317709ccf9d97f19d05b84f80f0934069b 0.25 MB 526 241
180,313 180,313 0000000000000433e4320b896100c01c0657863ca381d63c31d58480d075dbb9 0.05 MB 154 730
180,312 180,312 00000000000006fdca7a3f3db0c183a0d7da904d6a7d03b66819ed427860069a 0.28 MB 598 141
180,311 180,311 00000000000003cf5ab2942dfd127a28554934ac40e3a995d57414a70e1f1de8 0.02 MB 54 96
180,310 180,310 0000000000000322cc614a857bcf96b7cb270ca326424aca9ec7138bd87518f6 0.24 MB 532 177
180,309 180,309 0000000000000250b7892047343b44129fe4df6025fc99cf95ffc9fbff5fe35d 0.25 MB 633 145
180,308 180,308 00000000000002023ac29f02f8deff621475ac05d545273e531c81f124110b9f 0.25 MB 620 251
180,307 180,307 00000000000005b1dbaca334d1c7e4f8e68f1aae35df79ce56b84e474399fad4 0.05 MB 151 71
180,306 180,306 00000000000000e2a27acef9b25ad56666995844cc0eddaa8cf5c8c8e9dd4e6c 0.25 MB 522 136
180,305 180,305 0000000000000984eb0cafd8caf8891ddc108eb6cfbe8d954594739ac6bcd26b 0.03 MB 61 638
180,304 180,304 0000000000000562ece8dc1586a6e166bfecdf89446ffb8e880d890172a301c8 0.00 MB 11 52
180,303 180,303 00000000000004ff6136bb43f36fa5a9560a686b245e708af8cde93677b05a0d 0.05 MB 122 653
180,302 180,302 0000000000000646ad7d6bb8a21ba44f1d3e4894d63a35a480218e67e4430502 0.05 MB 128 296
180,301 180,301 00000000000008e45062d62e8cf43e781880f98fd0e8189c9a3dabc30a753498 0.11 MB 254 185
180,300 180,300 0000000000000184b48409de0a7f21a6cd2a8769803cb25b79a23d7567c866d5 0.03 MB 69 18
Previous 10 blocks ↓
Total Size: 769.69 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,661.57 GB sent, 96.35 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.