Memory Pool Memory Pool Refreshing

1,719 transactions
0.52 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.52 vMB 1,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (897,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,595 10,595 00000000f1b8d2c1f922b0611a4487bca7d3cdf8882a94720a1fd3e65a770928 0.00 MB 1 0
10,594 10,594 00000000e9f972b647702abf585ba9709ee1c424194cf09262725d1fb636ac52 0.00 MB 1 0
10,593 10,593 00000000590af8bba6335399b4b79c1c8b3a84175c9b662761f377802b1a860b 0.00 MB 1 0
10,592 10,592 00000000c1d8d604abe2a24af4f3fd0a7d5bb4d489178ac76a56670cfb9585b3 0.00 MB 1 0
10,591 10,591 00000000776d7af03b090f59ba9f9ef66986ea94913e94adbf4c16922dac65a6 0.00 MB 1 0
10,590 10,590 00000000eb17b810c6e65143e5022efcf87a2af6b2a079995ea8089624b8ab65 0.00 MB 1 0
10,589 10,589 00000000ef03684b43380c62932946a6e129b52e2d53754d8a83b200588f13ae 0.00 MB 1 0
10,588 10,588 000000002a6ce0b549de0c6bf186a3303cdcfeecff570508cdb5adc0c2ce9105 0.00 MB 1 0
10,587 10,587 00000000ebc85d886240e2da23310c9c21700ed614c75563dd2bc590d833bc82 0.00 MB 1 0
10,586 10,586 0000000065125b9577567d4e9bd1538c3393aef735b2b1f9ef4c62be2f59aafb 0.00 MB 1 0
10,585 10,585 00000000d44ae460960a7b47bfff058d4fea5faeb0bc6f7f8afa705648401bb3 0.00 MB 1 0
10,584 10,584 00000000e97bface3a73524802c3406a40952922e7a0a0e4d4119ec1ebe3d7fa 0.00 MB 1 0
10,583 10,583 0000000073dcb647f91762b5ed2509b039f88bd86ddcf6795ae36e27c3ff7d5b 0.00 MB 1 0
10,582 10,582 000000005a33d0505c238ed0237d511828c5a8913646724b304cfd6e3a5e4f4b 0.00 MB 1 0
10,581 10,581 000000007858a23c8c532144315b61979822454a58c80a6e0e6d8ae8fcd27934 0.00 MB 1 0
10,580 10,580 0000000066e1e43e812b2098713888681cc044c2dee67692c21dbffae053c8eb 0.00 MB 1 0
10,579 10,579 00000000818af8784ee8e2a679b8b5a9c7e25240dbf56f9c96dcd22b19dbde0a 0.00 MB 1 0
10,578 10,578 00000000baee18c4771d85a3cbcb11d341968ed853944011cf10156a306a6949 0.00 MB 1 0
10,577 10,577 00000000ebb4dba7fef1a2006c63e059919ddabc00e16ccb47ef1405849b1ae7 0.00 MB 1 0
10,576 10,576 00000000117ea1dcff56f3dc96dc7203484c43b4c699366793ce7fadb7b96b0d 0.00 MB 1 0
10,575 10,575 00000000671021fbc7c35980e3e0832543ff1c61f5c68f9d54a2f183f827d12e 0.00 MB 1 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, 113 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.