Memory Pool Memory Pool Refreshing

3,718 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,744 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (34,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,312 873,312 000000000000000000018faf8ea9c8c3e44ed241b835cf9c3b3332405669d1ed 1.36 MB 1,203 6
873,311 873,311 00000000000000000001481a302145fd448b1d85272bba06c66269998ac55275 1.54 MB 2,545 6
873,310 873,310 00000000000000000002064720e8f33343b08562a3a713cbe20e0bbdb3f8fea0 1.60 MB 3,294 9
873,309 873,309 00000000000000000002a833020bbd83fb68ad5463662fbb3be766b71203b76c 1.64 MB 3,700 9
873,308 873,308 00000000000000000001dd0eb30a4e93229d96ddd90ad2d214b8f2be0bcdd3ab 1.89 MB 2,207 10
873,307 873,307 000000000000000000005f5e0738b23e91507fa83d1ba18e1e0033d7edc5fe48 1.53 MB 2,823 15
873,306 873,306 0000000000000000000116fd12084f7e1ed52c24f733919090e46527185dbecd 1.62 MB 2,443 4
873,305 873,305 000000000000000000005e8a41795c9966fee27bb6b1cd118dac4483049a423f 1.44 MB 2,153 7
873,304 873,304 00000000000000000002a7534dbddc2908aa866a1553d86f4859e8e949e5a2db 1.73 MB 3,114 5
873,303 873,303 000000000000000000011d2150814010fffee2138fd5036bfceaec1285caa57a 1.63 MB 2,250 7
873,302 873,302 0000000000000000000103ef5891ac63d0f8c372e6ff831a28ba91f658ca2f1f 1.40 MB 2,221 7
873,301 873,301 0000000000000000000107bf393acc73264794baa5ecd82b8bac96fc2e519ac0 1.39 MB 2,099 10
873,300 873,300 000000000000000000026e6e5a99a5b89f81d1a7902145d18da8c0f05c381aeb 1.26 MB 1,378 10
873,299 873,299 00000000000000000001435ce3eaae190014e6d0bf2c92fa83c4a39f3a0f0b37 1.53 MB 2,375 9
873,298 873,298 0000000000000000000073a4ae3a1a3b383b7f9bf64218d3eb1ba48bfc970ced 1.57 MB 3,645 11
873,297 873,297 000000000000000000006c2a1b65ffba7ae1efef0b734c41808d9c061150c7e7 1.28 MB 903 5
873,296 873,296 00000000000000000001959bb0d9e1e2f8565a9e40f9723940ce5540b795c9c1 1.74 MB 3,932 9
873,295 873,295 00000000000000000000f6fadff61aa7d8d1ecbe350d1e03b33afc2eb8a66c7c 1.53 MB 5,585 11
873,294 873,294 000000000000000000025b53a92575104e91c2cb1521e19ed1e621a40d4835b5 1.42 MB 6,780 16
873,293 873,293 00000000000000000001daf63b783e983385d2d53eacc08eed5ef06f30857651 1.53 MB 5,860 6
873,292 873,292 000000000000000000024e5039d45d4c6e19a1b0ab93cf0983a166558241ad55 1.46 MB 6,776 9
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.