Memory Pool Memory Pool Refreshing

29,163 transactions
22.37 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
10 sats/vbyte 2
6 sats/vbyte 3
6 sats/vbyte 6
5 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,211 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,759 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,210 (183,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,872 696,872 00000000000000000000d8ebeffc2cd8c0c8337833e631f342a04e9a7ccdc91e 1.40 MB 2,660 12
696,871 696,871 00000000000000000002a6498070231a6b4f7b40034ac0e445f82c99d2a8d13b 0.04 MB 103 9
696,870 696,870 00000000000000000007f9478c97f31dba22414ababcb36c21dcf7c42ec3adee 1.32 MB 2,047 9
696,869 696,869 00000000000000000006c1e9a06427432f71126099f0e7fd0ddbf91c54ccd713 1.31 MB 1,775 4
696,868 696,868 000000000000000000049b01440627dbd6242487039a8868deb50a40b2e959de 1.24 MB 1,518 11
696,867 696,867 0000000000000000000d7391879e096f599282d7a2308c8e776c49e5591fcc79 0.02 MB 38 8
696,866 696,866 00000000000000000011e536dc2cb147ab11243e2913fc47d6628e05496ae31b 0.54 MB 875 11
696,865 696,865 0000000000000000000d82aa4907d409f6b00e18eb749213da65883ffe08956f 0.14 MB 268 13
696,864 696,864 0000000000000000000b65324f342c6ab6439a44c2b4bdd38d5b6ef0c133c23f 1.00 MB 2,111 11
696,863 696,863 0000000000000000000d1eb9cd173ec91eb81ea2845c839736863ac91f3fefc6 0.08 MB 214 12
696,862 696,862 000000000000000000032291b04710d9f2a65d77796a6de139910808e77812dc 1.23 MB 1,981 11
696,861 696,861 0000000000000000000d45bba8238a9cd7e2abe0a1f9403555230a7bc18cf5ce 0.04 MB 102 8
696,860 696,860 00000000000000000010bc2217dd6b0c9a7ec7af8f12be27ead0a2504e00345e 0.30 MB 632 13
696,859 696,859 0000000000000000000c77960785a5ab5958ec1f867497ecd6eeb3da02b43aa5 0.11 MB 276 17
696,858 696,858 00000000000000000001a29e3c9c825ae420be98089d9431748c9b530955eee6 1.46 MB 3,052 11
696,857 696,857 0000000000000000000c8ee79b04da14b89a289fa8b3798df9d0431d3daf706a 1.37 MB 1,829 25
696,856 696,856 000000000000000000064b9c83f8ef85b059fd6b385c022fab2179764109a8eb 1.39 MB 2,749 20
696,855 696,855 0000000000000000000ffd8f61b5fb356eb7c889dc87c5cd380f8c3b1dae5186 0.84 MB 1,861 14
696,854 696,854 0000000000000000000838530c182ec5ba5eb24eb4d58f627d8d0b1657620d57 0.23 MB 347 21
696,853 696,853 00000000000000000005c8e7d35c86bb0553e605581c43d1b2cad8178fd63b53 0.47 MB 980 9
696,852 696,852 00000000000000000006c1f81b1b46cb0018abd67f41cac47141aa1428ef530c 1.23 MB 1,583 9
Previous 10 blocks ↓
Total Size: 718.78 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,745.79 GB sent, 58.93 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.