Memory Pool Memory Pool Refreshing

3,331 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (16,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,796 891,796 000000000000000000015f27538ab668923ec8560adee2a371117640af34feba 0.83 MB 1,989 6
891,795 891,795 0000000000000000000230aab4e3077412e3c7a2fd1a147ed3e223c15dd97323 1.06 MB 1,651 5
891,794 891,794 000000000000000000014fd957e18aced6867ab186bc9d02d9936547dde66b30 1.48 MB 2,228 5
891,793 891,793 000000000000000000002fdd220005e18b15b8f8ea199227a22495fa0ce40adb 0.85 MB 2,038 1
891,792 891,792 00000000000000000000b6cab60d4fcbd270515f398c8b008a7e434e553d5abd 1.90 MB 3,544 4
891,791 891,791 000000000000000000010da852fe39c83267c523db07507f1d6e931324167cd1 1.93 MB 2,379 2
891,790 891,790 000000000000000000019d16b2819be6ea66b1ebe327cb609f905b1b0ff4236f 1.68 MB 4,005 12
891,789 891,789 000000000000000000004a7058fcf71545678e0052816c7f9e40da2f6d5aa83e 2.02 MB 1,605 3
891,788 891,788 00000000000000000001d3af5ddf7bd7732512597543f2d772bdf110cd8da78a 1.89 MB 2,934 5
891,787 891,787 0000000000000000000135682ff2e1bd406b4f0a318ce212a9d2fd6a7b6885f9 2.04 MB 2,028 5
891,786 891,786 00000000000000000000eb4fba2c138c1c7a666c8034aa6edba0c0a59fb4c038 2.02 MB 1,053 2
891,785 891,785 00000000000000000000854933ba5233b0e533bd1109988cbd8ca6ec4ec4f7ee 1.93 MB 3,037 7
891,784 891,784 000000000000000000009942393c797d6d0bff9e88bc1ae84a3d7e7546f46f61 0.02 MB 46 3
891,783 891,783 000000000000000000018fcf8db20f43ea008dd141706bc8cf8d0f1968b63e88 1.19 MB 1,724 3
891,782 891,782 0000000000000000000065f314ae95a38ba7d87a6dc8670b5517de8414cfb567 1.67 MB 952 1
891,781 891,781 000000000000000000019fb6071e43a5e6c717e4325e049f6f2fdc48c36b89c6 1.72 MB 2,888 7
891,780 891,780 0000000000000000000105aba0dcb7310b75bd0c66fcd2ceb0679d989e887198 1.75 MB 2,875 5
891,779 891,779 00000000000000000000dcadfbaf957925bdecab24241cf257578ef474c4478c 1.32 MB 1,055 2
891,778 891,778 0000000000000000000094182ef47c21faaf19be08aebfe7537014ad8a28f0d6 1.54 MB 1,594 2
891,777 891,777 0000000000000000000097149ad8a862844ae2b9b0148e409b0a634d6d0de0f5 1.45 MB 2,300 3
891,776 891,776 00000000000000000001162e06a9c38f848ceb05fd4aad3a798a42de4e1d60b4 0.83 MB 2,123 4
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.