Memory Pool Memory Pool Refreshing

3,415 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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.96 vMB 3,415 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (297,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
609,901 609,901 00000000000000000005af62ace0492c89a3e6918dbf47c20bdb83b55a16abb4 1.31 MB 3,299 20
609,900 609,900 0000000000000000000d96c5aa8843cb21aa66f8a360df0e6212d0b53768be67 0.71 MB 1,841 12
609,899 609,899 000000000000000000075e92ffb6e545d5f494bb10bf709918a673fbd1369ab3 0.44 MB 1,055 12
609,898 609,898 0000000000000000000621f82c75fb423abeaf60a0de10df73ac4f51475a5d7b 0.90 MB 2,015 12
609,897 609,897 0000000000000000000b22b7698d479418ffc4eab5e0d8e29fd97226bb1ba045 0.68 MB 1,563 13
609,896 609,896 000000000000000000098111f92c99431165f59c9c762cecea73342d3a6dfbe7 0.66 MB 1,940 14
609,895 609,895 000000000000000000095e90b904d2074841c617347e6a59fceb0aba9d02bf61 0.02 MB 64 9
609,894 609,894 000000000000000000080831c5ac7059068454e1153e55d795a7debd530b049c 0.79 MB 1,328 14
609,893 609,893 00000000000000000014fadea430e003aeb20c2c8152d58ebbb912a635ba214a 0.31 MB 725 14
609,892 609,892 00000000000000000008f74a61807f10fc9eb2eb44d548d24c5fec203f0b34a3 0.61 MB 1,495 16
609,891 609,891 0000000000000000000875b51edc110d398c7bdbabc6ce0fffa85fd75b562c08 0.71 MB 1,835 15
609,890 609,890 0000000000000000000f578c397736149098edce9b374eff6d90b6bc9634c05b 0.73 MB 1,796 15
609,889 609,889 00000000000000000008a503c044162bdf9bbb94ff990734941fe46b1127d3c4 1.32 MB 3,129 12
609,888 609,888 0000000000000000000c4d1abf4c6b146f0eb0adc95b6bcb515881d9b21d6da9 1.25 MB 3,083 9
609,887 609,887 000000000000000000062ba68e0d9c45d0718fb4a5b032605b07de11b6f3abb1 1.26 MB 3,406 17
609,886 609,886 0000000000000000000b0c3a0c4d781fdcd0720d3029e14e7868d6c210666c47 1.31 MB 3,181 22
609,885 609,885 0000000000000000000257ed17a62cfa676659ee9a924056b4b68913477a8a61 0.10 MB 259 21
609,884 609,884 0000000000000000000be06e5c2a01d46b3474b801f2caee8aa8b5c389aa14be 0.96 MB 2,085 13
609,883 609,883 0000000000000000000bae5114aa87839451f7c5d87f88898add9ecc6d68a466 0.62 MB 1,245 13
609,882 609,882 00000000000000000004053efb053834257ef1966567b16aa9b56876cd263e29 0.73 MB 1,716 22
609,881 609,881 0000000000000000000c63a87823400400292a702f2f4655f6c1e4fc0db01c9d 0.08 MB 226 14
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.93 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.