Memory Pool Memory Pool Refreshing

2,859 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,236 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (587,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,136 320,136 000000000000000002571521cf5d67f972b6f41b085ec41d9e8f1137d8135ff8 0.19 MB 317 28
320,135 320,135 00000000000000000041ddafbe3ab90b3b5534de4a96f10114ea6b8d292fbecf 0.08 MB 42 6
320,134 320,134 00000000000000000c89bbe431540f8ccedda844cfbab32aeb28effae9a3bbb9 0.01 MB 24 29
320,133 320,133 00000000000000000d652c78376537cee8bd053bd07a7a48d55ebd5b6d66f894 0.02 MB 51 21
320,132 320,132 000000000000000001e087e010f851954db1ceb34a9d118bc4054681ec0c0b61 0.44 MB 653 22
320,131 320,131 000000000000000021f9d214d1f8982af84a57f9aac696f0fca42cb53b0536bf 0.35 MB 609 26
320,130 320,130 00000000000000001d1754bff9b000c80be290a2e204271a84df723edac28ef3 0.34 MB 510 27
320,129 320,129 000000000000000014bdf999ea2704f4dea0e11277e171acdf83cef11619c7a6 0.17 MB 361 27
320,128 320,128 00000000000000000f511cb33dcc9fe5c47dd985da60581345967b6d03dac57f 0.23 MB 227 21
320,127 320,127 000000000000000001abf36f4b6df839af4462610b9d33ef7497cdcf4e9761de 0.08 MB 88 20
320,126 320,126 00000000000000001648c9cead7df100619cd8a14533d63b55178fa698294a67 0.06 MB 102 25
320,125 320,125 00000000000000001c8837b5fd8c28d882af5e267780002a66e67074c0eba5b3 0.05 MB 100 30
320,124 320,124 000000000000000013652214159a09b8542b1105f5830a746a63e7aa973aeb91 0.14 MB 229 21
320,123 320,123 000000000000000008f539b9c6fd5a6184e7d64ca2032eea1903a04495ddb90c 0.23 MB 516 28
320,122 320,122 00000000000000000ff59f4d4256f1a95ff22dadb867d3df0b0e435bcb35a583 0.26 MB 477 25
320,121 320,121 00000000000000001eadd3cfbf28d5bbb776105a78b47238e766ce5b75fa14ef 0.06 MB 53 3
320,120 320,120 0000000000000000174037737e1fc774e6ca4879882d21aec4ca4a2fa0ef3289 0.19 MB 327 24
320,119 320,119 0000000000000000267490b752fd50bce48f156e3173ea4e7d6569afb057a160 0.22 MB 429 27
320,118 320,118 00000000000000001769e8b41b4efb2f5347fc689af892d0230d950558b035bd 0.06 MB 64 15
320,117 320,117 00000000000000000ef311d9ca9779f3057ce709fe8d373ebaccc93bf8c8fc74 0.48 MB 961 29
320,116 320,116 00000000000000001010a1bb636248239d0915b1430bc6a9c45af0ff7d499f28 0.12 MB 212 26
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.