Memory Pool Memory Pool Refreshing

4,990 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,889 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (349,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,915 557,915 0000000000000000002410e3bf84bc9f404666c89c7b923121b19956b74f70f6 0.07 MB 159 14
557,914 557,914 000000000000000000013d2bf464f4cb4c1f4810a825ba780961e19807415e31 0.49 MB 1,245 13
557,913 557,913 0000000000000000002ab3e382f436f97229cfdd28a47d917da38542a96c2de3 1.17 MB 2,943 15
557,912 557,912 0000000000000000001f405520f40c4bd9bb0bbdf0e7b0fe8d32efe0c4224507 1.09 MB 2,362 12
557,911 557,911 0000000000000000002cd9514ed421ba6df6c83e9d136868d92ecbc11211fbd3 0.28 MB 663 14
557,910 557,910 00000000000000000028ee588d20b0614c7a186a760e1cb28d89917ed2340b9c 0.47 MB 976 17
557,909 557,909 0000000000000000003127b1cd77602392b01761a6c318e18a668e27c5026e50 1.17 MB 2,503 13
557,908 557,908 0000000000000000001d0452f290897c941e3eec0803ecf9ab43c079c121ec30 1.28 MB 1,651 2
557,907 557,907 0000000000000000001ccdb20b68d0ce4691e0304dc6ab66ff1098eab9af24f7 1.21 MB 1,899 5
557,906 557,906 00000000000000000001fd82fc7b6cd5f745b51300575ed8e00843e2a74ce716 1.21 MB 2,148 5
557,905 557,905 0000000000000000002973446f46cd904b808964706a3def7dda469c4a255455 1.18 MB 1,984 4
557,904 557,904 0000000000000000002ec86d44412f664ed9aa6790f74e1e7238fb871a54b893 1.18 MB 2,477 16
557,903 557,903 00000000000000000024f52984634175a15ed53628addf761f215e92641fe852 1.24 MB 2,966 32
557,902 557,902 00000000000000000001f6592f5c20806ba56dc587506bd4c3bf4bc7282117ad 1.22 MB 2,810 17
557,901 557,901 000000000000000000250f66a151626805e675cf919c238eefa592b3489f8e9c 0.00 MB 1 0
557,900 557,900 0000000000000000001d6311464de0338fc8eede26e3098178f5c0a65b390697 1.33 MB 2,419 33
557,899 557,899 00000000000000000030e19f4759e3075bdeb319c94efee53aa44d2d18c2c16a 1.29 MB 3,191 30
557,898 557,898 0000000000000000002d3bed5d28f425b0585d619ad4fd0b5d31f15ebfe48346 1.22 MB 2,703 58
557,897 557,897 00000000000000000027c62d28d58c28880ea2ed07e4b2c77812cc91a3afe7d2 1.20 MB 2,611 11
557,896 557,896 00000000000000000025e73cb875382e4a02e0641ed2b5882cc240358c23ebb1 1.17 MB 2,671 17
557,895 557,895 0000000000000000002e23c7a0d7a5696c409ee58a874ab46266b7c127790101 1.19 MB 3,042 37
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.