Memory Pool Memory Pool Refreshing

2,813 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 2,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (571,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,313 336,313 00000000000000000092ee62488d9af3eaf9445e9a00a0d7ceb6b38c36142261 0.75 MB 1,040 20
336,312 336,312 00000000000000001a8f5d7cdf4cc2eed29517b79c790c5c231db8cb1dbcc3f9 0.50 MB 1,475 43
336,311 336,311 0000000000000000148843af0f4c66d87e15eb649d0935905d9ecf0e7095c1e3 0.75 MB 1,224 26
336,310 336,310 00000000000000000dc3c6d028b99c96993b9b3aa6f2ab9616252f00ae62e662 0.01 MB 32 23
336,309 336,309 000000000000000005cceca3f63307667ecf780030e65204417e68a543e0c63d 0.29 MB 468 23
336,308 336,308 00000000000000001a588db5082bdb414b6279fd117ccdf3282343282af00786 0.01 MB 16 27
336,307 336,307 00000000000000001812921989af4db25b957efc16a5b15a3e46e6f0178627f3 0.47 MB 104 11
336,306 336,306 00000000000000001b7529e2023a8956ac6d031e1093f32a798408cf829808e5 0.01 MB 16 21
336,305 336,305 00000000000000001390780c9c96aa073975b52e5ac0d9afa9a515458b956f94 0.42 MB 496 19
336,304 336,304 000000000000000001ce65b7765519b24e09cbbccedbf909bb5ba7d30fd8d975 0.12 MB 404 32
336,303 336,303 000000000000000009cd5dcb132dd8d46b0052f35cceb6b03372089f2522a541 0.67 MB 919 22
336,302 336,302 0000000000000000106bea62f6bf91ac5b02e150e0af792b18cf7e6b45271236 0.13 MB 308 36
336,301 336,301 00000000000000000ff0449b299536b3822782de24c59c4309e4e602137a1a72 0.13 MB 315 31
336,300 336,300 00000000000000000af65b2a3fdeeab3ef2835c60033d748b5f1908fffd5d084 0.06 MB 171 33
336,299 336,299 000000000000000018f90925a38bfd8ffb9a58acebe6f5bf00ba14f456fcd138 0.29 MB 565 26
336,298 336,298 000000000000000002bd997358539939da73b7fdcc22498d9ddf3f2bc04c0dfb 0.01 MB 16 36
336,297 336,297 00000000000000000a47ea477c20e2e3b6555cdbc6f5ec11fd884ac3ad696092 0.04 MB 80 24
336,296 336,296 00000000000000001937bed05578ef868360259ca92af0adae0d7cc64db0dad6 0.33 MB 509 28
336,295 336,295 0000000000000000104b9e149510429d8e7e8b9c6ecbba2c971ba96a34ef94d3 0.62 MB 1,185 46
336,294 336,294 00000000000000001a053454a0b46df29b33e3a779086ca9281b552c4bfcf54d 0.15 MB 361 33
336,293 336,293 000000000000000005a206d3d53cd830f6c8217e3451b577cb29aa30de76b6e0 0.09 MB 193 35
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.