Memory Pool Memory Pool Refreshing

1,488 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (823,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,900 84,900 00000000002df72fdee0c5ee854b872fd8972bb39d1f471953197f83c3cf1868 0.00 MB 2 0
84,899 84,899 00000000000f0a401b05e68dd9228e39fab574c1615cb74d72ded5b749e65f46 0.00 MB 2 0
84,898 84,898 0000000000137c4f9d01e1b18703ea5e21c77ff5b0e8062f7be3ba29c88a486d 0.00 MB 2 0
84,897 84,897 00000000002059ab69413c12fc7d97b19b1eb59085d4e46ecdb6162907cdc08f 0.00 MB 3 0
84,896 84,896 000000000002e8fe7e07ec00d4dc34f838512a05ddd9d7b4e833797a24ed86cc 0.00 MB 1 0
84,895 84,895 000000000027d804b371baffe2f1ef7ad20a6cda683adb63029e1bbc27c2473a 0.00 MB 1 0
84,894 84,894 000000000007457d89cc4ded40b12b55ae32f215e232e26330b312025df579e6 0.00 MB 1 0
84,893 84,893 000000000002d3496d62f3438b822809a1ae409e0654c86903b12314eddc2a0d 0.00 MB 3 0
84,892 84,892 000000000029d9c076b32c5d2d78c1a678ad532d9a92a6f9ebf2640ff02bb462 0.00 MB 1 0
84,891 84,891 000000000001b05972b109db32943ef274f274c3d6a61a5935c8dd198424c9f8 0.00 MB 3 0
84,890 84,890 00000000000e15b0d861087e4706f49036ea9b7fb979738d95956354df557624 0.00 MB 2 0
84,889 84,889 00000000001e1e8950ff2bf1a158de0d464fd026ae095038f9902d4fc445c2cc 0.00 MB 1 0
84,888 84,888 00000000001cbfc3b8cc241fbd7ca0b69685f605dbf4e04832e097ab2a52031d 0.00 MB 1 0
84,887 84,887 000000000029a1ea072fce3f6aacdd1747ea92c64da7e2a7ab15dac1d12747bf 0.00 MB 3 0
84,886 84,886 00000000001b4a58f85d65640b5b8f072290e224a768ade560118f8ec2b8a6d4 0.00 MB 2 0
84,885 84,885 00000000000ac90762a20c22fafd8f14c55606f22bdf8e9a70b4f661c77208d0 0.00 MB 2 0
84,884 84,884 0000000000220a3111ee6f779522f8d36e37c9947cec838ddfe3f08a40356075 0.00 MB 3 0
84,883 84,883 0000000000154d29c56f2d05525018e8b9b63a13013f4e8197714c5d22e0a221 0.00 MB 6 0
84,882 84,882 0000000000140a390f99284f70adf33b5e795091ca767fcdc914c7f0c4621a5f 0.00 MB 1 0
84,881 84,881 000000000029e470b857ca10fdd213e16a036dcd0f19633166b15908f04c8644 0.00 MB 1 0
84,880 84,880 0000000000176879e3e5311e7d056bd0eb79d5f39d45568a560128c90551d2cd 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.