Memory Pool Memory Pool Refreshing

40,483 transactions
30.17 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,211 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,895 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,210 (114,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,355 748,355 000000000000000000043c995fc8f05681ebd71cb67f00555aaba93c8f317100 0.32 MB 576 13
748,354 748,354 000000000000000000058d6fab9006bdbfe3dee672032e038a997201ea9994ee 0.02 MB 55 13
748,353 748,353 000000000000000000045517c57340528383fbca74a90207fd6cf913cddb5582 0.63 MB 1,172 12
748,352 748,352 000000000000000000033083a543b21bf128f8609ef4a05398dd993b36267dfb 0.01 MB 45 16
748,351 748,351 00000000000000000001a856d44c3e021238603164ad6a8f807ab397b84d5a10 0.02 MB 56 17
748,350 748,350 000000000000000000064d224e2026d3f78f7bb5badeba4d16763e4522ec2b8e 0.42 MB 566 23
748,349 748,349 0000000000000000000646cee30664bdfafa87cf7e6d968cb8b77dde12b3bd6a 0.20 MB 356 13
748,348 748,348 000000000000000000030e32c0cb1d641c4a62bf2cfd16822c808a20bde18c59 0.42 MB 686 13
748,347 748,347 000000000000000000008be666ecc919529be153401c7be519fd8b895ff7f223 0.36 MB 514 9
748,346 748,346 00000000000000000006bf88833ba962984cf39776a3003a1422a9a99bb4b0b1 1.68 MB 1,225 5
748,345 748,345 00000000000000000007e1db0a84a4cf54d5cec3d13d408b4c9f7cea7d6ab177 1.42 MB 2,595 15
748,344 748,344 0000000000000000000640974608b3fdc8556a50825edf75c4b8d8f79a056393 0.49 MB 676 10
748,343 748,343 00000000000000000005aafa08e387c20429f354c43fd49adc92213a05063849 0.76 MB 734 12
748,342 748,342 000000000000000000071e3f8900c1bd36ca3954c6009ddd08d58a1903e89806 1.12 MB 1,189 12
748,341 748,341 00000000000000000009eac6bba4b6031feb59458fa432839c37131da8724afd 0.26 MB 293 7
748,340 748,340 00000000000000000002fdc55e8e3793b7606c2dd11e0a92fa4f514353edc28b 0.10 MB 184 15
748,339 748,339 0000000000000000000726d0be712212a34c1808a891b647f75e6d8fd6f7b876 0.30 MB 463 9
748,338 748,338 00000000000000000006943f3fda0ae0f4e6839e72f4dc00c17032e05d6c7bb4 0.45 MB 862 11
748,337 748,337 00000000000000000007516f7bf06615f1b618717bfa29e8bd92310e8ad798ac 0.36 MB 562 10
748,336 748,336 00000000000000000002302e43368446dbba5ad38c7bb31bdff90f11704ebc70 0.19 MB 311 10
748,335 748,335 00000000000000000008fbda044a9f50ae30280ece936f32c2d0e1db1bc97f11 0.00 MB 4 20
Previous 10 blocks ↓
Total Size: 686.52 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,470.86 GB sent, 115.29 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.