Memory Pool Memory Pool Refreshing

4,444 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (297,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,793 610,793 00000000000000000006348536c503abc1ae532456e34b969f64e70a877d93c4 0.01 MB 18 8
610,792 610,792 00000000000000000007dbae9f24fae57a319c4a8365a0708d85c3c1197ac758 0.86 MB 2,241 9
610,791 610,791 00000000000000000010b15200849d7e1cb8a4ff87b189509b0faf11217225ee 0.39 MB 1,028 12
610,790 610,790 00000000000000000006acd45e115ab5dacb7349fce807d62635f737cd156f77 0.72 MB 1,803 4
610,789 610,789 0000000000000000000871bccdbda2d866716f1443cd288398d35be1321e07a9 1.35 MB 2,747 13
610,788 610,788 0000000000000000000215460c7fe60249152415b2fd2880202233b38911b88d 0.05 MB 131 8
610,787 610,787 0000000000000000000a215f2c348b39e3841e9d5c75923f2e984e64c2f49bce 0.27 MB 562 14
610,786 610,786 000000000000000000123345a1a667cd6561e9e72306f1ca8f56ea4f69f85a60 0.51 MB 1,055 11
610,785 610,785 000000000000000000130ab67cbe166d86e51db31b58720662567ac71cfc8ef1 0.20 MB 407 14
610,784 610,784 0000000000000000000c85009ddee78c6ffc73e0f2119703a46e437048c593b3 0.00 MB 2 8
610,783 610,783 0000000000000000001193785e81d7a82b9635cc2ffd14f7d7fb9c8ae62e0313 0.83 MB 1,600 9
610,782 610,782 000000000000000000109617fbfe4aa7ff3645398b13b34713559d15d950af70 0.87 MB 1,494 8
610,781 610,781 0000000000000000000c649f4dfa1937cf804a21da80f7c1f5714299b40a855c 0.18 MB 495 11
610,780 610,780 0000000000000000000e653f6233d1971b4c4d7b7e0b173a0c77903616e315a8 0.12 MB 249 11
610,779 610,779 00000000000000000015a01df223239bb0b8115648369412866b37c9aec7275d 1.01 MB 2,071 10
610,778 610,778 0000000000000000000299dbcde4710774c6e25f449dfead9880d832853ce066 0.40 MB 934 11
610,777 610,777 00000000000000000013426efbc91e943e1d4c216d240b9816e7bbe66a2c890f 0.44 MB 1,083 11
610,776 610,776 0000000000000000000931e0c78356295479aa7fdf19334da09d1fffc0aeedfa 0.80 MB 1,488 13
610,775 610,775 00000000000000000006f836024fc18a84f8234e122154b76f9e4debedfada48 0.32 MB 812 16
610,774 610,774 0000000000000000000f04ee71146f435a4d04f13ef9e94fe4c714e4c93ab9b3 1.14 MB 2,830 8
610,773 610,773 0000000000000000000dc2cbf16e55e1b39846bc75f999905c05dda413d24d94 1.22 MB 2,776 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.