Memory Pool Memory Pool Refreshing

49,020 transactions
29.10 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,787 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,346 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,786 (39,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,664 825,664 0000000000000000000056c5181311cd47090458f81e68c0ffccd421f352c93d 1.76 MB 5,269 100
825,663 825,663 00000000000000000003a54cd1f2b63cbe1cc9585d725be878ff2614e8edec44 1.81 MB 4,944 107
825,662 825,662 000000000000000000036ba97bd8453517de738bca0fb11f058b941c82654d89 1.65 MB 4,329 111
825,661 825,661 00000000000000000002854265a9ee239344ba3341c8139c0faac3c144f4098b 1.59 MB 4,227 111
825,660 825,660 0000000000000000000090abc2f78d73fd2bf69b316d5b9d4fa05c83092f3401 1.68 MB 4,696 106
825,659 825,659 00000000000000000002e16adadc371ced50cbb31e63b344798d87a7a9345cdb 1.68 MB 4,651 101
825,658 825,658 000000000000000000006e12e8298e25ba22940643804a77b173d71de3f548d2 1.77 MB 4,853 93
825,657 825,657 0000000000000000000285a70c5ac0eddade6ce485b3ed5c6d2a1855a0ae8a23 1.71 MB 4,807 94
825,656 825,656 0000000000000000000006669c315ae460e306fe946304d6506ffa263336f99c 1.71 MB 4,389 90
825,655 825,655 0000000000000000000318f860713efd709238260b31a9f7556782031c4bb858 1.73 MB 4,617 96
825,654 825,654 000000000000000000033191807ea9c6c18db1459e34532c1be0932435400d2a 1.70 MB 4,258 105
825,653 825,653 000000000000000000016c0d255c65ff0287ffed445729a34258bec072340c22 1.83 MB 5,167 75
825,652 825,652 00000000000000000001bd3b76d6ce7186377bde1a5ba1020a25a374ff2bc737 1.70 MB 4,384 80
825,651 825,651 00000000000000000000e93ebe1463967258176efa8479f16d52c19251e852d2 1.65 MB 4,134 98
825,650 825,650 000000000000000000023866a696c5f2be4d2f6898eaa0c250c0bc40fbcb1112 1.70 MB 4,761 93
825,649 825,649 000000000000000000018d6eb833a995325aa09f4a7276c8f13afee7c564675b 1.82 MB 5,024 91
825,648 825,648 00000000000000000001b2f68a691438eb7bf6403c99ec04875f32ff2d18fddc 1.75 MB 4,667 88
825,647 825,647 000000000000000000030a768edaa589917274d11679399f3c0ce394fd4be10a 1.64 MB 4,242 83
825,646 825,646 000000000000000000011e612bf995bfa529bbe276af2eaa2b5902febb359522 1.81 MB 5,272 88
825,645 825,645 00000000000000000002eb51af098f67e4dbfeede149889d7980cd209c692ec6 1.78 MB 5,070 90
825,644 825,644 0000000000000000000370ba43f7645a30a8d8877792c67bd83a8293e1229ae0 1.63 MB 3,758 85
Previous 10 blocks ↓
Total Size: 689.51 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,651.22 GB sent, 137.24 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.