Memory Pool Memory Pool Refreshing

1,161 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (899,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,759 8,759 0000000098c5f4a787c8253dfd2e20b476360c8c63ab7a2aec65c99a4f0334e2 0.00 MB 1 0
8,758 8,758 000000001e55fdab74acc0278ec428443553ac814df4bfeb6ea548195ece6b50 0.00 MB 1 0
8,757 8,757 00000000b01260abe5a6b9f8a300e8312032fcbe3caec6f68aed27a1fe4278ba 0.00 MB 1 0
8,756 8,756 00000000b367d60936957ad2e4000240e663fbf225145aa4308f9f951600c559 0.00 MB 1 0
8,755 8,755 00000000b69587e814b378d834d53cc5c11a488b9d3a4dceaef877677d6e8c8c 0.00 MB 1 0
8,754 8,754 000000003e44e5a6bea6457d62997d9d7d643dee0a119d8942c26dcda90b454e 0.00 MB 1 0
8,753 8,753 00000000a7de40c4159e249184d3988905f735fc55fcc97b3a9e7cbecb53611c 0.00 MB 1 0
8,752 8,752 0000000005be062bfcbe94c974c8678e7b4248735c48e73c26340585d993726a 0.00 MB 1 0
8,751 8,751 00000000e8e5275ee81b979c52df51e0a1a9b8eb5134b68b469bf1b44486ce0c 0.00 MB 1 0
8,750 8,750 00000000ffcb592e42740b24ff659f3f2e5d938175fe918e7ef46efa6b86e36d 0.00 MB 1 0
8,749 8,749 00000000df15291171af022473586e7b54cf9f7939b2ddd7b2d3b41a45fdbda3 0.00 MB 1 0
8,748 8,748 0000000059eed08422d7b33151fb4fe2a9fbe2f5d7d1f46cf34413aa1f774225 0.00 MB 1 0
8,747 8,747 000000003c8c9523444786c2cace831aeacabb5d1302d20c68a5f6835b8aaf24 0.00 MB 1 0
8,746 8,746 00000000305b43b45e877a84345d6ea17382b6087e1e5c3c7e3a280c2e24eb58 0.00 MB 1 0
8,745 8,745 0000000016e9346fefb7e09c9b7d7260e20341e1fb166a0d573f921e58d4c180 0.00 MB 1 0
8,744 8,744 000000001e3cfe8fa628a618ae5c2cc83ce0e4011b445a8464855e59fc8494b0 0.00 MB 1 0
8,743 8,743 00000000dfe6854b409a89330f557a1ac28d7db8c789a1ebed5a3080219f9646 0.00 MB 1 0
8,742 8,742 00000000077c1d80ffdefbdfdd6c2e039d8d9c80030f6cd26e8ba38c575fbe8d 0.00 MB 1 0
8,741 8,741 00000000d7e307b6e5058c3aab82f27e5f9705ae8509317a95571e66ac28b5f6 0.00 MB 1 0
8,740 8,740 000000004418af7fdcb9d1b8adc5332ac5361efb36601344087de0d6f964fa84 0.00 MB 1 0
8,739 8,739 0000000005330057f103f6952ccbf26832f348c8151ed4e0bf6de798c2514a55 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.57 GB sent, 100.53 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.