Memory Pool Memory Pool Refreshing

2,590 transactions
0.75 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.73 vMB 2,546 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (558,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,790 348,790 000000000000000008f448538912473c50e6c4b77024d75db179af6d01cccabb 0.42 MB 736 26
348,789 348,789 0000000000000000056fcdd7af6f10087e96d923b5c1d2cfe2f7f983657a449d 0.06 MB 110 20
348,788 348,788 0000000000000000067ad7c21dc99a4f02df9a4112bf47db47f155c1a5172e26 0.09 MB 167 17
348,787 348,787 00000000000000001570d9109ad43e2f4e9618ef12e6e111e6b60d7b916ef008 0.32 MB 559 27
348,786 348,786 00000000000000000a64d523f677790e121573b6c42f0ec6ce68870fa23c40e8 0.45 MB 616 22
348,785 348,785 000000000000000002f88e6e463a6376cb3b0f40483580cbfdc1e0203d00cf1b 0.55 MB 863 21
348,784 348,784 000000000000000013c950ebde01e52bc8e3510a88d862333ebb3394b17c05d8 0.20 MB 194 61
348,783 348,783 00000000000000000f1ceabea7cf680d88dda4ffd8bed6e3f18b7bfa4e3db982 0.34 MB 419 15
348,782 348,782 00000000000000000f6ccc4f2e0f2f31dc183a4afd536dd8189b6b507c215edb 0.55 MB 1,095 26
348,781 348,781 00000000000000000f58892d821e87d1cc0d6ceb1b080a0a782b0f005ee63e63 0.06 MB 117 48
348,780 348,780 000000000000000007d1fc5872f08d11c6b1592b049e531ee263570f06e457e8 0.10 MB 241 31
348,779 348,779 000000000000000005f8b638882143184c27f1366a1e6e6dc61de3e6f70f9869 0.07 MB 117 32
348,778 348,778 000000000000000004412c24f33ddbde94c5c1e1f2893ef9c98e4ace1686f39b 0.07 MB 156 22
348,777 348,777 000000000000000016a5e87390056109cf5f369f510ca81da8c4420132482fb1 0.29 MB 498 24
348,776 348,776 000000000000000000ec4adc6fc794b2cf5fef047120a4af038ff8609683a40e 0.37 MB 723 26
348,775 348,775 000000000000000014ead24d60d796b54fc4e1fb1b680f703cb2f6deaf0bff6a 0.65 MB 1,005 21
348,774 348,774 00000000000000000b46c6a2bd4725568f62b7a859a53bf63de962099a5c3753 0.17 MB 512 45
348,773 348,773 00000000000000000ff9545b9899c3cac4aeb7c37d64bf1a1efd20fb38ccd785 0.56 MB 836 21
348,772 348,772 000000000000000008d0dd273ad6cc22ce3cc85925db924015f6632a9c56201b 0.75 MB 2,144 36
348,771 348,771 00000000000000000c5172a2c460d7aeeedaa671878865a83a28debef7e0315c 0.33 MB 682 28
348,770 348,770 0000000000000000104424c7eda87ebd4a690b9efa09abc0ec23f2ae4c64cc4e 0.64 MB 1,099 23
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.