Memory Pool Memory Pool Refreshing

22,873 transactions
25.78 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,073 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,799 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,072 (548,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
313,778 313,778 00000000000000003247e185ef31314a65bc568a24b10fa070299021d74c51d4 0.41 MB 592 24
313,777 313,777 00000000000000001db25751863de4c9f3e8a1b05342763427c79e870b1f89b8 0.22 MB 322 23
313,776 313,776 000000000000000034faa0c5d3c88702f0aa7b005f8465045ff9474629f253b1 0.21 MB 405 31
313,775 313,775 0000000000000000355009a28ae8c19ddee9010229a25e69c996aa2ebb10ed3e 0.29 MB 187 16
313,774 313,774 00000000000000000712b3d0d6f4b6afade762781bbf86d35f193d3aa6c02e6b 0.01 MB 21 38
313,773 313,773 000000000000000019768ba316127399523cae71f4020f6def2cd800291750c1 0.04 MB 107 36
313,772 313,772 00000000000000000652aab30489cbc96bdb9b0c97d885561ff9f628d667f62f 0.23 MB 421 27
313,771 313,771 00000000000000001dfe19497fcfe412cb10af300806cd46676e4819a2a04632 0.00 MB 10 27
313,770 313,770 000000000000000022d6bc996103264bc0af5158a02d46fabfe2dda0679dc109 0.06 MB 126 27
313,769 313,769 0000000000000000218efa3906becf563e5f3f719e6cdf9b66da4755a056bd4b 0.01 MB 29 26
313,768 313,768 0000000000000000108efd3e1dab5a2500d9844b34a8c7409eba4339a1950d1f 0.04 MB 32 9
313,767 313,767 000000000000000024adfbd476527645768bcb7b2983255b87cbfade20e3a2fb 0.00 MB 8 34
313,766 313,766 000000000000000017c4425810e4ba49210074206ccff18312cb917bd195b690 0.12 MB 234 30
313,765 313,765 0000000000000000155b30e42ebb43a97449cf33a78533d8734bea10945f0a8d 0.02 MB 67 32
313,764 313,764 000000000000000007bbe65c7495dbe1ff3f3961c93144b0829b4ae90aa6bcf9 0.06 MB 73 19
313,763 313,763 00000000000000001d7448d09baa1f2c7526c60d04e6c1ab98146ea744c0f9a7 0.23 MB 348 24
313,762 313,762 0000000000000000119486d0371385978875a13015c8be32f89ea8cfc52567b7 0.14 MB 201 23
313,761 313,761 00000000000000002a5fe54856fdacb8bb594a4e4140a85984832be447dad8c2 0.26 MB 496 23
313,760 313,760 00000000000000002eb1894dbd0e2620a76519f72cdfa9fe45582fdb8be9f5a7 0.14 MB 189 20
313,759 313,759 00000000000000002b35f2ee6818d7521491371d4734d18caa2bb9457f211746 0.12 MB 158 16
313,758 313,758 000000000000000037291c736754bdaf4e8a8b571914390f8afdaa1ffc03e326 0.25 MB 413 25
Previous 10 blocks ↓
Total Size: 684.30 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,333.34 GB sent, 100.30 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.