Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,622 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (103,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,914 803,914 00000000000000000000c6d9042a14e7296e5f11f09a087186ed6a6ac4fa160b 2.06 MB 5,877 9
803,913 803,913 0000000000000000000156e9b22221a5c0b68d34a0f048858b53c3044415521a 1.84 MB 4,827 11
803,912 803,912 00000000000000000002cb1c80ef783f6445a4e6a5ae5bbcfa4ff1d693bc6985 1.38 MB 1,561 8
803,911 803,911 000000000000000000031d96f116b0f0b189a0d663539c717e39fed182199bd4 1.40 MB 2,870 19
803,910 803,910 00000000000000000003bf4ddaee862eccaf095146008413be86e31ad5d38d2f 1.88 MB 4,738 6
803,909 803,909 0000000000000000000167d154965a621f32a266d5486f38385ba3610c493b7f 1.78 MB 4,684 9
803,908 803,908 000000000000000000038371f5f5ef04e71f4d2966ba5aa3aaf822add5420f3a 1.79 MB 4,019 8
803,907 803,907 0000000000000000000065d807c327218758bed19874f43bdbd30a385bce85ba 1.83 MB 5,087 8
803,906 803,906 00000000000000000001592cda735d88aa1891455d20a418410e5a07dc94304d 1.59 MB 3,280 9
803,905 803,905 00000000000000000002d80f019cd08b2f3f6a8b5f3a0a98c87023f735b49633 1.99 MB 4,761 10
803,904 803,904 00000000000000000000edc08c8c3f4722fed22c01feabfc672280612b5d63bf 1.50 MB 3,127 17
803,903 803,903 0000000000000000000350477888cc104b652387c9b88ab28ca89e744a3d80c4 1.95 MB 5,041 7
803,902 803,902 000000000000000000034918148433d37c109c5a1d702a1a9d763d772db6e5c7 1.94 MB 3,174 11
803,901 803,901 000000000000000000044fbb7c5799c9cfbee654d814c9ec5be3d9990883fb0f 1.48 MB 2,601 17
803,900 803,900 00000000000000000002e3bbc8f0d7b29f70942a9162d43fe01699cda87cf327 2.01 MB 4,910 6
803,899 803,899 000000000000000000018ce844d86c93c318340f01eff8ff7180e0a8724320ee 1.41 MB 2,991 16
803,898 803,898 00000000000000000001cea660df4577ee70ddb00b53063d2ed84ed22ca60c73 1.89 MB 4,616 9
803,897 803,897 000000000000000000014c0b714846795c866d6bf063472ebc30411f4b94c3ef 1.71 MB 2,336 8
803,896 803,896 00000000000000000003de8eb5beb9384e8cc9abe3cea3f7a01e72a5779693d8 1.57 MB 2,275 12
803,895 803,895 0000000000000000000478f5a18c69b32ae54e2ecc5daa8286c4b3d080667cad 1.54 MB 3,105 11
803,894 803,894 00000000000000000003ee41ee67ad2013329b2815d16da66e0b4f98d5ed5d7f 1.53 MB 3,655 23
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.71 GB sent, 93.90 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.