Memory Pool Memory Pool Refreshing

10,287 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,718 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,530 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,717 (9,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,900 897,900 000000000000000000018e741d9b3c8de1d1cce21cd1e730a533e20f02908dca 2.14 MB 1,015 1
897,899 897,899 00000000000000000002058e4e1efe063d7549ed5f9fa1e74ca4dfc376b4df49 1.43 MB 2,208 3
897,898 897,898 00000000000000000000d3d6a0672de6bc76d327052db07b5f2990b8cf95d746 2.32 MB 2,057 2
897,897 897,897 0000000000000000000062b6c87b60efba8d1553e85490874bcfe1e50ea65c50 2.88 MB 1,305 1
897,896 897,896 00000000000000000001b5e3da53113ece6300c5694176218290b9e04f168a22 1.73 MB 3,193 1
897,895 897,895 00000000000000000000140802b158ccc1e09e0480b67f5e1dc7cc1ecea1e00c 1.73 MB 3,563 3
897,894 897,894 000000000000000000001088db494a3e8fd8148ca6d908653d1eb2ea4e34c8d6 1.67 MB 2,735 3
897,893 897,893 00000000000000000000b56dbbcb7a5767891f0dd0724a683271d3c28f842e95 1.71 MB 3,597 8
897,892 897,892 000000000000000000023faaea1ac1bf28674a27b3e30927fdb3280b0d95aec8 1.65 MB 3,631 3
897,891 897,891 00000000000000000000f3de792ffc580c2d150aaf8fe357f90df982dba86a86 1.65 MB 2,771 2
897,890 897,890 000000000000000000008ca8ead566d7a3903be1d4d3f0001ee0e2e81ddf2f47 1.66 MB 3,685 6
897,889 897,889 000000000000000000012615486351dac0fada0289342e7c698a146f0f3b83af 1.72 MB 3,840 4
897,888 897,888 00000000000000000001de4c516a26dbcc8b84f5385ce2d30514233be44ae6e2 1.59 MB 3,782 5
897,887 897,887 0000000000000000000096864c0f8b11b4a83ffe1c13c3b1bd3d17acea85f035 1.67 MB 2,742 4
897,886 897,886 000000000000000000009c134dc5f6a17b5cc793ba4b7cbf2533ab8b8734ae66 1.47 MB 2,280 4
897,885 897,885 000000000000000000010e1e8ca61a821ccab0acb2669727bd3d7852a6998ed9 1.80 MB 1,524 1
897,884 897,884 00000000000000000002350a0a17518105c42d3ddb735069f3f015de3f8c6dae 1.60 MB 2,880 3
897,883 897,883 00000000000000000000ce1b2cbf227f6b6b7899a33778efc09d5d6ff04bef22 1.61 MB 3,790 7
897,882 897,882 00000000000000000001025628fda3d43600bf932871c688ae52cb2ca4df1b29 1.51 MB 2,045 2
897,881 897,881 000000000000000000016ba785ac538b3949a651975396c0f9388076fe50b146 1.65 MB 3,577 3
897,880 897,880 000000000000000000020cca7fe5e8b3460ccdb574d7718db12874b2a5a8fbf6 1.66 MB 3,513 3
Previous 10 blocks ↓
Total Size: 769.02 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,622.30 GB sent, 92.94 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.