Memory Pool Memory Pool Refreshing

9,169 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,778 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (122,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
784,732 784,732 0000000000000000000560ba4fb85da2aa93bfd9d2ddcfcb1487c262e140fdb3 1.52 MB 2,011 11
784,731 784,731 0000000000000000000088778d63c862c987c06cc829099c1d8a8131c5fd8560 2.11 MB 1,215 5
784,730 784,730 00000000000000000001cfcd15be2c1640cf8cf0ac09c1f24ac037a343b6fd70 1.46 MB 2,724 19
784,729 784,729 0000000000000000000056127f795982f21ac43b9b5554e8951931145f49fb1b 2.05 MB 694 4
784,728 784,728 000000000000000000037b4673f9ad4f5371ee76ccb7ad7d12304076193ba13e 2.03 MB 2,326 12
784,727 784,727 00000000000000000000b3093559d4cccd83dea0ac33249e7aeb95976b22d179 2.76 MB 1,483 9
784,726 784,726 0000000000000000000300a2c11ade9917a6a51f6840f36f0e81a24282f58048 2.90 MB 655 4
784,725 784,725 0000000000000000000214373c812980764169403019ceda23d21c586ff73e13 2.60 MB 1,374 6
784,724 784,724 00000000000000000002f4f94865cef1e3795a2be016688920b86fc5f10d3656 1.91 MB 1,727 5
784,723 784,723 00000000000000000002bbeae737cbd264d64e375c63e49d192a9da6d518fbe4 1.76 MB 745 8
784,722 784,722 00000000000000000003b006006320373ae3a4f674ea4e65e05645da7b97264f 1.35 MB 1,456 16
784,721 784,721 00000000000000000003050fd6f711afca5de65493229d8d79b260f666bad379 2.15 MB 2,416 12
784,720 784,720 00000000000000000005d691f9c75ba738faca17e9aaf7391d7c170fa406cffa 1.93 MB 3,457 9
784,719 784,719 0000000000000000000442657a11edb3a5486c3d56e5beac2f53e4484dd746e8 1.92 MB 3,198 11
784,718 784,718 000000000000000000034a603e07aa210651c75e5f8a27c21a645ab6a6b13e34 1.83 MB 2,422 12
784,717 784,717 00000000000000000005884f3334ed534f90c149dcd7f4ee9c3dd6d2d77b5a95 1.42 MB 2,516 26
784,716 784,716 00000000000000000001d807f517530387da765b3f505115fb6d26c0d3a214a1 1.42 MB 2,715 23
784,715 784,715 00000000000000000003d7cf8470ea1ef9d23a4189e7de1106cc3b8e5a836256 1.49 MB 2,902 17
784,714 784,714 00000000000000000005773144c14a763e43fa40b0c45cf427b1e5c157c53596 1.62 MB 2,287 16
784,713 784,713 000000000000000000055e282df641bba44c9d701b66c83dd903323abe748169 1.55 MB 2,877 15
784,712 784,712 000000000000000000033b8d5aea1a087d1a42e1730cc725d23e2191a367eff1 1.23 MB 1,472 25
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.