Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (2,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,593 905,593 00000000000000000000fc2b1fa80d74a15f7f6c44d937066651a73126ccab22 1.54 MB 3,304 3
905,592 905,592 0000000000000000000233f5bf38bcfd15094573bce56c68894797edb160bdc7 1.83 MB 3,693 0
905,591 905,591 000000000000000000011b5faebb3695d035130548ce980134b9582eded0499b 0.95 MB 1,963 2
905,590 905,590 0000000000000000000085445ff8f4a00cd45cbc7297c9381040a7d0d2d3a6f7 1.76 MB 3,112 1
905,589 905,589 00000000000000000000d4bf3b2e25d01aa7a055862037d84ed4d669266799f7 1.18 MB 2,461 3
905,588 905,588 000000000000000000010af6d567a0ac07470a6f97a947966ef96bbb09bcb5e6 2.00 MB 1,063 1
905,587 905,587 000000000000000000017618a16ba533c432db3dd468f66225898e406193fb80 1.75 MB 3,504 0
905,586 905,586 000000000000000000017126a7ab432cfbcc4aed00c185b2f7341b66ecc22d60 0.60 MB 1,350 3
905,585 905,585 0000000000000000000078c27fe30108d62d37361b3d80a453fe32ea26bc8fee 1.86 MB 3,403 1
905,584 905,584 00000000000000000002252a2dcf223afbf07dc96ce24673ea3f06421702cc37 0.19 MB 231 2
905,583 905,583 00000000000000000000d780b5a642d785719b1ef99ee3600b7b8a8367cf10a8 0.11 MB 335 3
905,582 905,582 0000000000000000000123d3b411b4829aacc070ee8ba0a552c07f040aeaa67e 1.82 MB 3,367 1
905,581 905,581 00000000000000000000af081ec7712cd62fb69c8c051625bbb470869f1aedf5 0.80 MB 1,376 2
905,580 905,580 000000000000000000001b0fe9598cb00d2a454f7bfc5e8e7ccff5ea27269e97 1.46 MB 3,108 2
905,579 905,579 00000000000000000000526ac02fc5ea56f52797ca09e33045e6ccd6d23b25d6 1.71 MB 2,093 1
905,578 905,578 000000000000000000011dc4a9f2c94f2d478e95d04964bde4c8e877d7ef9fa1 1.43 MB 2,474 3
905,577 905,577 000000000000000000012ab4bdb5229065bfbbb96084e8aaf8f0c24cb2395431 1.68 MB 3,613 2
905,576 905,576 0000000000000000000009235713193840ae42039aed2d57a1a08431a136ae2f 1.27 MB 2,746 2
905,575 905,575 00000000000000000000832adbf27a87c21b1f64a4f9562a2fe3d1b2afb26bfe 1.37 MB 2,925 2
905,574 905,574 00000000000000000001d32e2b6d5cb01b7a22c174dc02e6a8d42c14d83d49bd 1.44 MB 3,308 2
905,573 905,573 00000000000000000001cf02831e81242c481a9d225ef656464d272aab4bd827 0.29 MB 784 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.