Memory Pool Memory Pool Refreshing

2,758 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,742 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (765,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,753 141,753 00000000000006a090aa309aaaa48628078d87c132b2bb184b299f4f079acea6 0.03 MB 68 238
141,752 141,752 00000000000007284f0375a5c9763f9b2deccb71d4afbaa196b3a0e47c04300d 0.02 MB 72 69
141,751 141,751 000000000000056a3cc4e8e58526d1937f3c7e641cbc4a092b3eb50fa0c3da87 0.01 MB 25 539
141,750 141,750 00000000000004ab8002d59d508f9d375e06b2e6722dee60d51329510b208e7d 0.02 MB 33 112
141,749 141,749 00000000000002b70bc0b09db853a176f630a5017206c467ec32522e26d6137c 0.00 MB 16 269
141,748 141,748 00000000000004665684658742b7326ac458f6c429a46cffcbee8c888282437b 0.02 MB 55 212
141,747 141,747 00000000000003202047b660fec808869230d5adbb93ce5e3efaf9925a319236 0.00 MB 11 77
141,746 141,746 0000000000000709019a247784b0e998b007f6c79583af1e5461b60c80305c7e 0.02 MB 36 57
141,745 141,745 00000000000002fa5ae8d386077c6279c977f14a948b36d93d180e3cc939dad9 0.00 MB 9 485
141,744 141,744 000000000000090c9cf0a1c3ea2b76b1b6c3d099ffa40e20d0ce787830f8f178 0.04 MB 108 233
141,743 141,743 00000000000004b5b16e278d9cc1af8986cadaef820a68107d634ce8ec89fab7 0.01 MB 19 118
141,742 141,742 0000000000000001bb4386f95918183404d61987bb40cfefda20e3f4becbea87 0.04 MB 66 194
141,741 141,741 000000000000032e8bceb40cf2a1aaa09105c0f0f94f317a785d4bf28835d18f 0.01 MB 20 239
141,740 141,740 00000000000001890bb25260fe212d47a5ea7a4a8546079a223ebaf2be54e7b4 0.04 MB 50 79
141,739 141,739 00000000000006212e75e866b1829256ce32767633356c1b02b1150903cc31a8 0.03 MB 106 108
141,738 141,738 00000000000006402744b5828413420f4d6eb3639d1d4a399943bb2b8a52de48 0.01 MB 25 119
141,737 141,737 00000000000009345340d12b09224cf4de7780e2be2c18ab784368a923180100 0.00 MB 2 170
141,736 141,736 0000000000000152a07abf54ea7db04cef994587e4f3d356f9c7d7c588f35253 0.01 MB 19 395
141,735 141,735 00000000000000a09de57932fb9a4e19ec1435a163cc2e77a670a109e6295663 0.03 MB 93 131
141,734 141,734 00000000000006d35bda5b240264a88cf1f231de0e0e0be4d5261a2d51b5ddbd 0.01 MB 43 26
141,733 141,733 0000000000000942a3406d7a7078893c9dbab7923699c34f25a1bd94030fca25 0.05 MB 105 211
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.