Memory Pool Memory Pool Refreshing

5,311 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (708,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,320 199,320 00000000000000bc8ada66ed82f1fc4093d2f41f6500476954e34d899768d7b0 0.03 MB 60 101
199,319 199,319 000000000000053564a771712968999ce440c31851a7f589d54209460b1c3505 0.17 MB 439 139
199,318 199,318 0000000000000207835f0c44c30f5f6e6c4266f37a86f4f351cca348ec50b737 0.02 MB 64 68
199,317 199,317 00000000000001a8aa1c33e7f3a767d472e6f9052631f4f608c881665ef22f82 0.12 MB 256 102
199,316 199,316 0000000000000229f37055472040faa23e0e8c06dd3b90d557e5b2b65971a892 0.13 MB 297 120
199,315 199,315 000000000000014bda79b994f20d3999b70be2494cc30d9aa1853b41d1b33b43 0.22 MB 354 85
199,314 199,314 0000000000000010de1fd3e1e26b5307f61a9f3904770cbf5137dcca1061e162 0.24 MB 664 140
199,313 199,313 000000000000016fea8875b82a8e92337fac6d18a1774f0c0bce27b97c066dd4 0.09 MB 319 38
199,312 199,312 000000000000020007d453a3ef42bd78541ca6274561f873e65a87ac553e8d1b 0.00 MB 7 30
199,311 199,311 000000000000008e1be1955d6e8b9c7ea191b6cd5d372d2b997aab1c7889c8d8 0.00 MB 7 45
199,310 199,310 00000000000005591fef0a40a47287bb1be5693599798f337663d8419eaa30b8 0.10 MB 261 139
199,309 199,309 00000000000000fc4ec21d08158a8eb504a4092e4480ead88e55aed3916c642f 0.00 MB 1 0
199,308 199,308 000000000000062c3402c7390f79984998dee44e826d4885cbc18395400a9446 0.03 MB 60 78
199,307 199,307 00000000000001c5ff1a7a1483c46dafe8309b6cd183ec647f1b19a412320a6d 0.16 MB 271 118
199,306 199,306 0000000000000070ecf9b034330fe11ee5fac2b10aa2823857b33e0c44c5e5ca 0.12 MB 289 119
199,305 199,305 000000000000061d7749081103114ea79b322eb2f54451b7addcc42e1ec50420 0.08 MB 142 113
199,304 199,304 00000000000005b23fbd3ff6f44d01acc79d72f4e39ef556757fcb30fe87c230 0.01 MB 21 306
199,303 199,303 000000000000038799dea65151033335a34d6df9e6fba63a5aa181a2a25677a8 0.00 MB 8 69
199,302 199,302 0000000000000234d53cb78dc999a879e3a1147ae13df3a0bef677c1cda0ee0c 0.00 MB 9 156
199,301 199,301 000000000000014d93deccf85aeee5d6858537965e274c8a9cae61376ef7e8a4 0.33 MB 901 72
199,300 199,300 00000000000003a6068a2edaa133637b19bd6901302ed9b059cb6f02495527bd 0.02 MB 68 182
Previous 10 blocks ↓
Total Size: 769.22 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,634.65 GB sent, 94.04 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.