Memory Pool Memory Pool Refreshing

5,364 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (107,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,902 799,902 00000000000000000002cc869b551618a46f427ed974376abd7059201a868bb1 2.10 MB 6,025 7
799,901 799,901 00000000000000000000432aa6fc397b79cbce2de649185f9cdf63a23582b63c 1.97 MB 5,604 9
799,900 799,900 0000000000000000000454afddafd76d59adaa893558e94d3a7b112772a03103 2.06 MB 6,139 10
799,899 799,899 00000000000000000001c9077f47d109a586c9310aaab78dbcdfce0d263f82d2 1.94 MB 5,545 7
799,898 799,898 000000000000000000028aeb5a879fed59ec26bb2d4ec915ba3bbcbe66e4ac0d 1.76 MB 4,599 7
799,897 799,897 00000000000000000002ed303d9f50660be67e3709032138b1c398ca33b0503a 2.05 MB 6,079 6
799,896 799,896 00000000000000000002f37967a6edd63b618721ebb0ef1b20eb94df3ec6e271 1.62 MB 3,360 18
799,895 799,895 00000000000000000000fbe6d3ba5632113cf26ed5693149168e1ea2030dc001 1.61 MB 3,423 22
799,894 799,894 00000000000000000001c844de0405cfce1c78ff2494485c7c17af728c44f143 1.62 MB 3,050 25
799,893 799,893 0000000000000000000298227d51193d3bfa8068fcfc574528fb6f392c2601fd 1.84 MB 4,907 7
799,892 799,892 00000000000000000002ce57c30c2a8f915b6c76b9346f7ea08a4b91f04aa810 1.99 MB 5,560 11
799,891 799,891 0000000000000000000303840f4ac23076dfa38498012812e0d57c3eb2a22100 1.81 MB 4,330 22
799,890 799,890 0000000000000000000217ce91fc77c346ffb1887db3bc379455801638e31df7 1.66 MB 3,726 17
799,889 799,889 0000000000000000000129234ee3b1092213572e2e0aba72b3acaa02866cd9a7 1.62 MB 2,933 22
799,888 799,888 000000000000000000038d6b0cbfb9ed0a049fd256d0d06b939ccde005da1711 1.77 MB 4,355 14
799,887 799,887 00000000000000000001abb6af1da2401c98adb377b34816c81c3032715bba85 1.87 MB 4,798 12
799,886 799,886 00000000000000000001aced53f3b21888dddbbf468a020fdcd02924c4313fb4 2.35 MB 6,200 6
799,885 799,885 0000000000000000000176cd98af1859ab8b76a9604ee9c4826a3d3658cd907f 1.84 MB 4,947 11
799,884 799,884 00000000000000000000cc673bf638c591173c61cea98c1526a3818fcec1230d 2.21 MB 4,420 6
799,883 799,883 00000000000000000000b89fe6db6a99453ec9a19e8e22068473e117a9b4407c 1.74 MB 4,261 12
799,882 799,882 000000000000000000031a22e903a197b2420388f0521547ad7324508c311d4f 1.61 MB 2,818 14
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.