Memory Pool Memory Pool Refreshing

923 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 913 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (5,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,928 901,928 000000000000000000014944ab4b4a834c87824202d038f2bf63c8279a7a5329 1.66 MB 3,320 6
901,927 901,927 00000000000000000000201aedafbbc8eb5fe1b4940bb79ae4453acead536c4a 1.74 MB 2,999 7
901,926 901,926 000000000000000000012f9e7fae2d4449e456ed94c1a84a1eeb29f3077b1606 1.97 MB 2,490 5
901,925 901,925 00000000000000000000ae698d01dad84361df8f96d8e7696173d6c59ead71ee 2.50 MB 1,961 5
901,924 901,924 00000000000000000001623e2bfe5f419e63862f7230083eaecec841ea81ce81 1.97 MB 2,811 8
901,923 901,923 0000000000000000000173ac2004383164a8320aa023f1fc25d1ee0acba9b0aa 1.40 MB 1,506 2
901,922 901,922 0000000000000000000069eeda1926c91a101ee821bca3dab3971bfe3567ffe0 1.81 MB 2,785 3
901,921 901,921 00000000000000000001128de0441466ff8b9f02cb2938e4d5c0d13b02465cc7 1.82 MB 3,064 5
901,920 901,920 0000000000000000000185a7ca8590f95300837f0b3955309cd67f1516edc77f 2.02 MB 2,404 4
901,919 901,919 00000000000000000000de7e33846604bb502fc91ad2b12b5b5846dc7fd54cc6 2.13 MB 2,861 4
901,918 901,918 000000000000000000022ca77c4293d7f81f5258157bda8771ee7bb27bc03e7f 1.86 MB 3,029 8
901,917 901,917 000000000000000000001b562eaaee1ddd8656edbe4da3287340d687de92ab0a 2.13 MB 2,069 3
901,916 901,916 00000000000000000001e161c0fc64c9b88d39cb8203caac25dec1a07c541aab 2.14 MB 2,823 3
901,915 901,915 00000000000000000000d55c2ef1ee46bd1dabd1eb223828df0cd22903feb720 2.58 MB 2,485 5
901,914 901,914 00000000000000000001535757025e1b70bc754d58da0b5f44a96231420ee735 1.80 MB 3,188 7
901,913 901,913 00000000000000000001bdd3abb22912de432eff3f1ed0b24374c3b70a36f5ff 1.63 MB 3,870 8
901,912 901,912 00000000000000000001aa79e9bec4a4b3bd56e00b9ce7d7429a0b637ecf91cc 1.57 MB 3,650 6
901,911 901,911 0000000000000000000207a6340de7534b548225bcd4745ebdcc72f672115b9d 1.56 MB 1,892 3
901,910 901,910 000000000000000000020e306eb4f8d69e2571660fecd015b63db9a58d0ab05d 2.50 MB 2,688 3
901,909 901,909 00000000000000000001be3354b1503f3d42dd149066eb148bd819fe069c6eba 2.16 MB 2,864 5
901,908 901,908 000000000000000000014f4e103e92eb05aa1965661523440c9416cd87ec3183 1.66 MB 3,923 1
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.