Memory Pool Memory Pool Refreshing

1,842 transactions
16.34 vMB
Show Random Selection Loading Transactions
Max Size: 67/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,969 907,969 00000000000000000000baa6d28801a56cbdb1d7293b588e43163db93eeb6c30 1.56 MB 1,328 1
907,968 907,968 00000000000000000000f2e3647b740a65f515b524fd3836116dba84b76200d7 1.63 MB 3,013 2
907,967 907,967 0000000000000000000061a7af5f8877323c4d7691165a812a674efa888e78ff 1.69 MB 2,778 2
907,966 907,966 000000000000000000014ef2d11d951635469beb6f3bfac74d0f1761bde07a96 1.58 MB 3,994 4
907,965 907,965 000000000000000000010152b046cb4262f51716877b58529d4a22722e402fc4 1.81 MB 2,876 1
907,964 907,964 000000000000000000009aa485c539e3b31f8c6bbf0e1b3efcada737d8fa6c90 1.50 MB 3,063 3
907,963 907,963 0000000000000000000045e9aa9e131a572e13ff9f338b139c85ef276ca40870 1.10 MB 2,391 3
907,962 907,962 00000000000000000000a0b868fa800010aeaa504457458de868eb1de68b0755 1.85 MB 3,251 1
907,961 907,961 00000000000000000001b491649ec030aa8e003e1f4f9d3b24bb99ba16f91e97 1.78 MB 4,261 0
907,960 907,960 00000000000000000001305770e0aa279dcd8ba8be18c3d5cf736a26f77e06fd 1.78 MB 3,000 2
907,959 907,959 00000000000000000002214d4154be955e917281be9d602ea8c5ec40ad97668a 1.70 MB 3,247 2
907,958 907,958 0000000000000000000175d1df7f6d95984c37aabf00d7817ed29829d8dce2e2 1.80 MB 2,590 3
907,957 907,957 0000000000000000000095924a2c1c75498ca0620fa33d55fd64f0987b772906 1.59 MB 2,556 3
907,956 907,956 00000000000000000000c234984afd8018d48787927af7a464b6781d8b83916a 1.60 MB 3,958 5
907,955 907,955 00000000000000000000181cf8bae68bcebd54453314cb4dfc09bc406f2e81f6 1.83 MB 2,610 1
907,954 907,954 00000000000000000001a0e98467a0d700b378787b4712ba1eb0f8eba804151a 1.87 MB 2,132 2
907,953 907,953 0000000000000000000205252df1518de09225fb0ce43aec53ea74ccad5ae8ea 1.60 MB 3,114 2
907,952 907,952 00000000000000000001964661664b68ef915a5f912d9f8d5fd2fea409d3d159 1.62 MB 3,376 2
907,951 907,951 00000000000000000000e0c3c766344efab99a0c2a6dbc19438690a029528f82 1.60 MB 3,556 5
907,950 907,950 00000000000000000000860e7c4c1d286a6dd238027478a4a5f115e3f52751ff 1.76 MB 2,947 8
907,949 907,949 000000000000000000016b0f550de05857fcaa013199ebf44f279eb85ee4800c 1.66 MB 4,227 4
Previous 10 blocks ↓
Total Size: 770.19 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,693.45 GB sent, 98.50 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.