Memory Pool Memory Pool Refreshing

2,642 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (76,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,894 830,894 00000000000000000001203bc9736c869c88e252c46a623cdf4fa2464c3a516f 2.34 MB 1,963 14
830,893 830,893 00000000000000000001bd5b18ac032ffda6c35efa02e832108b0f090dd34845 2.09 MB 1,801 16
830,892 830,892 00000000000000000001eac1941b760c9a2cfdf637ebde9c81cac1a3584a0f15 1.89 MB 3,187 20
830,891 830,891 00000000000000000001275b8ce4b1ac2e90c951cad69efe696581178eee60fd 2.00 MB 648 12
830,890 830,890 00000000000000000003261a0d19c9a278a5cfdd792b82550a19a948359e8f7e 1.82 MB 1,390 14
830,889 830,889 000000000000000000034e8cf6933e0b08dd3c90f4a2e34b5ca4ed4444409ab2 2.74 MB 1,992 13
830,888 830,888 000000000000000000035f0045d2606d2a05b6013980359648fe205fab47f4da 2.04 MB 2,438 17
830,887 830,887 000000000000000000011827e34670010081c93e5d9e0ecb4bd14325804e4e00 2.00 MB 1,286 14
830,886 830,886 000000000000000000035b15996defe42eac560cc8ca876a7e11d26d0fd9b78d 2.02 MB 1,688 16
830,885 830,885 000000000000000000018dc2ba76e2aa9b30c3db74e964c4c559824a53ede259 1.85 MB 735 12
830,884 830,884 00000000000000000001b36bf1f8f0ebaa9c657575c81be89cb03b74e400904e 2.02 MB 1,361 14
830,883 830,883 0000000000000000000030de0650e8f1876b2d7b719ec8b579ca4efe03e324d5 1.60 MB 1,184 14
830,882 830,882 000000000000000000028ebb473ffaa84f39357b3e364a8d6713270dc7197d56 1.67 MB 3,149 23
830,881 830,881 000000000000000000022f3ebf78303ef88a7a84a5054babeafc5842577fcc3e 1.62 MB 2,320 19
830,880 830,880 000000000000000000033c36bc6fc6ae4cc46af0fb14c88b59c878b4a64d33f1 2.20 MB 827 14
830,879 830,879 0000000000000000000048e0830e16f3c39e0920aa144c9568d9b70addfad9e7 1.83 MB 2,826 22
830,878 830,878 000000000000000000035eda418aacd4e7f8de5252b7ec77be73b1605d673d63 1.72 MB 1,825 16
830,877 830,877 00000000000000000002325b5e7a9bfc97a1f9f2d917899d295e967c3e5fc6ff 1.50 MB 2,826 22
830,876 830,876 0000000000000000000286fdf21921548b2aaced7207e02097b52367aea6f1d4 2.24 MB 2,424 18
830,875 830,875 000000000000000000018942c42066a8500d8a7360ac9b777bbd09a666741c42 1.59 MB 2,778 21
830,874 830,874 0000000000000000000174729d8d657e4252333e82722935c4b23f5c8171e67c 1.57 MB 3,451 28
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.