Memory Pool Memory Pool Refreshing

2,097 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (391,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,205 516,205 00000000000000000045947a16e7eda3f561a1876ce0fa1e3f6333d0e2caabcb 0.30 MB 561 24
516,204 516,204 000000000000000000110ecc3cc4f603aa01f55dae7fe683c5f7296a54df6d8e 0.58 MB 852 20
516,203 516,203 000000000000000000347da3f8ff2720a21dda47fadd7426bf3a2644b36d37b8 0.75 MB 987 11
516,202 516,202 0000000000000000000b6efbb3461adf1e6afac0c84f19f709ee79d5e61bca2e 0.78 MB 1,861 31
516,201 516,201 000000000000000000221034b9a9a125a2bf3f10905526815a2f3b8011c66cc2 0.80 MB 1,535 20
516,200 516,200 00000000000000000003b4613cbfc4a625aa6f71cfd61eb44c049ec32c180959 0.41 MB 918 29
516,199 516,199 0000000000000000003d80afb60e9cd5fe1af984932e2104ca8bbb3184227b35 0.37 MB 830 27
516,198 516,198 0000000000000000000377c4ebb1d335974612d5a5294f9ee2b314d3c0c9e48a 0.05 MB 107 29
516,197 516,197 0000000000000000002677fc05acb4126f11611de81c557abcea624791cd00dd 0.57 MB 1,326 24
516,196 516,196 0000000000000000001363bae9c71900ea7f9bbaa9c9587b317d23a5bdeb2722 0.55 MB 1,116 28
516,195 516,195 0000000000000000000ab5e83e412d3afa2d74b3b1ff138206550ef2e0d41823 0.77 MB 1,855 28
516,194 516,194 0000000000000000002a3921086d1c53695eca279c8faab4fc340f8859d7524d 1.15 MB 2,286 24
516,193 516,193 000000000000000000120d469b7883dad16abbafb4c9c50041098aa2b6e8e402 0.25 MB 670 25
516,192 516,192 0000000000000000001a9b771d1b871429572499cca23159b61a80afdefdaa5e 0.22 MB 509 23
516,191 516,191 0000000000000000004e59077db0116faa582404862cb6e21027ebe7cb7330d3 0.67 MB 1,507 27
516,190 516,190 0000000000000000004407c94a6c31ff4b873b934fd2b4c3050e1951f6707bd8 0.53 MB 1,063 41
516,189 516,189 00000000000000000033d16db780939c897973dbf7daa4ea2c5c4d60053c10e7 0.84 MB 1,361 19
516,188 516,188 0000000000000000004221b33e399a670af783d2304beacf6d6ba033a5dd3c5d 0.52 MB 1,031 28
516,187 516,187 00000000000000000024b71c68ebea788cbd83a64eade9d50be58d0c7b48192f 0.19 MB 444 27
516,186 516,186 0000000000000000002c25ab66b489964bae163f03c95ab9730cf597c47646ce 0.09 MB 164 43
516,185 516,185 00000000000000000030dadaac7dfa4d41833e063c655c38d0c0f946d6ddadea 0.04 MB 56 11
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.