Memory Pool Memory Pool Refreshing

1,323 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,316 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (423,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,045 484,045 000000000000000000afa951563061c4b896ee5934749210ab5469bf7721a225 1.00 MB 357 31
484,044 484,044 00000000000000000071c479f44c48b6704cd97d0cab9acd121fd1d5f934508b 1.00 MB 1,021 40
484,043 484,043 0000000000000000008b09e083187e23983ebe850865d6f1aea2f13cb4fb2bcf 1.00 MB 2,096 69
484,042 484,042 0000000000000000006f0c799432f3a81ab479a9994f44c2ffd66f72991f3131 1.00 MB 2,069 114
484,041 484,041 000000000000000000355e0b8bf61b5dcafa96be27963da56c18646acf8aafb4 1.01 MB 2,434 280
484,040 484,040 0000000000000000004b5a63c73380c35da799f19937c0b0209cff18adbb9f2d 1.00 MB 1,761 103
484,039 484,039 000000000000000000c3118ae8411b6e153291f2bc1c0d7a56be3cb6e165c027 1.00 MB 2,096 267
484,038 484,038 00000000000000000034d50e31cb1a960bbed3799fb15df06fc74f73e398be01 1.00 MB 2,292 117
484,037 484,037 000000000000000000ae1410b26127ad1639f03f8961dd558bd50601fdb68eb8 1.01 MB 2,390 182
484,036 484,036 0000000000000000000ff4464613bb0f540d92a05e1791a054d821da74dbe98b 1.01 MB 2,016 170
484,035 484,035 0000000000000000007e38387f210d555c72b67eaecd6e5a712721fe26aa7401 1.00 MB 2,227 227
484,034 484,034 000000000000000000a1c3411657a5f7f538b115f150639fbcc889b36d5f7f06 0.75 MB 1,890 398
484,033 484,033 000000000000000000e4a55dc9a9ce95672ce09bfba922c6049e2f5271c2b8de 1.00 MB 2,635 282
484,032 484,032 0000000000000000004d63c92bd9b352215ba021d0237d5b13c9c9133f62f514 1.00 MB 2,242 391
484,031 484,031 0000000000000000000e702bef0fd30c8cd2c327b3a640a0af4d6de47cf77cdd 0.38 MB 239 36
484,030 484,030 0000000000000000001c07c33d665310159dfc960b4aa46ff88035709fc1c0ca 1.00 MB 1,421 134
484,029 484,029 000000000000000000be41f1bb7c68daa87edc24358e87c3d596388244aec15a 1.00 MB 1,894 187
484,028 484,028 000000000000000000c9566064e82ae1b46ab5742ac79ea8f685c9044ced3c50 0.12 MB 217 121
484,027 484,027 0000000000000000011d5f6f330ab847b84eb0d23dfebad72905cfb2323b40b8 1.00 MB 1,929 145
484,026 484,026 0000000000000000001de2d7c2ddf676f2be4674ec56024f30f431db1bbed703 1.00 MB 2,041 171
484,025 484,025 000000000000000000519e8a961722df73f247c20c600e8f0d458661c6b652ae 1.00 MB 1,323 111
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.