Memory Pool Memory Pool Refreshing

40,777 transactions
31.13 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,487 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,083 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,486 (37,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,857 825,857 00000000000000000000dc556fdb66edb97a84376b6b4ad6824ba8973beb2a12 1.70 MB 2,714 107
825,856 825,856 0000000000000000000046ef80b2a73ea934444fc72ff1da846fdc97d61af88b 1.84 MB 5,181 105
825,855 825,855 00000000000000000000eac8addce31495f338b7fcd263ac3de476ad1dd9100e 1.75 MB 4,512 120
825,854 825,854 000000000000000000010ac361596099c2062bbaf2d3838ef01a9cfff70eb935 1.70 MB 4,695 136
825,853 825,853 00000000000000000001ed40209ff854f380381bdf95634537228b84d9c20c72 1.62 MB 4,336 134
825,852 825,852 00000000000000000001ca93f76585e7235fd78f45f773ea867c982cc0f81938 1.58 MB 3,865 164
825,851 825,851 000000000000000000028cfde7b060cd178a5f75bca10df35b51ee2b8dd5a8ef 1.87 MB 5,624 127
825,850 825,850 00000000000000000000bc20109229288c4c8b798d39b9665c9aaf4e05904fbb 1.70 MB 3,858 106
825,849 825,849 000000000000000000005e9a86fe276d71d34cb9bf47763ef542eb53202c9050 1.63 MB 4,475 126
825,848 825,848 00000000000000000001a49d0f10726000c04c75365fcd1c5fc970ece32d26f5 1.56 MB 3,812 147
825,847 825,847 000000000000000000004c92e5e58ae8e395894352ce398b85f5b451dfe3a29d 1.79 MB 4,615 113
825,846 825,846 000000000000000000017fad30ee68b602392c25821cf55d9223cdd791af25ba 1.64 MB 4,404 126
825,845 825,845 000000000000000000003c1fcfffc11512b2834a0063aceaf13e03bcbeab3626 1.99 MB 6,098 127
825,844 825,844 00000000000000000002c25550cc83c77f1d0669169e38ee20812570021d4585 1.83 MB 5,171 112
825,843 825,843 000000000000000000034fbdcc2e9f2be09f632b2b2b61fb43b7096093b47185 1.59 MB 3,974 145
825,842 825,842 00000000000000000002b47f9c514e6f7b999a0f83693340fac893dc1c570ddc 1.89 MB 5,606 132
825,841 825,841 0000000000000000000359d916a71833e6dd2d27e02dae7a9561c6a20ce11d40 1.80 MB 4,304 115
825,840 825,840 00000000000000000000d8dd21f72a27d714cf836635b0e130445cf1aeef117d 1.91 MB 5,665 131
825,839 825,839 00000000000000000000e0a90b3aa8ca378eeeb0168051d8c3436fedc9c99854 1.59 MB 4,397 153
825,838 825,838 000000000000000000025af16a7b310ae7e8b6a847f5a1ada72532856fc2baa5 1.63 MB 4,214 137
825,837 825,837 000000000000000000019c8795c420edfefbc4ca8a6780db50c0c2060bde6307 1.79 MB 5,024 141
Previous 10 blocks ↓
Total Size: 687.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,504.94 GB sent, 118.75 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.