Memory Pool Memory Pool Refreshing

2,205 transactions (0.74 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (817,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,628 91,628 000000000008e1396698f0f6fbc13c9ab9e651944acece135cb0598ffd1d601e 0.00 MB 1 0
91,627 91,627 00000000000783289b90aae2c20a841a6f2f9edfeaa46d71158c92183aec18ef 0.00 MB 1 0
91,626 91,626 000000000003d85cc95f3d8a8bbbd7babdc6c67e53c4fe136ff6ed4641dde8b4 0.00 MB 1 0
91,625 91,625 000000000008e4c06ce92d25e315754e1c9402d57a1d78effbd9eb40af026a12 0.00 MB 2 0
91,624 91,624 000000000000ddb76e0efd1741de73ee121feb2d556e21d1dbdb6e371019b9d2 0.00 MB 1 0
91,623 91,623 000000000003397dce5158ddf9329af1e2ba225cb9ee18c5ae2a620a9729138e 0.00 MB 1 0
91,622 91,622 0000000000002c2c086eba5c646eb906d54dcf59b5c66021f586bc382140db00 0.00 MB 1 0
91,621 91,621 000000000001e04e4c3b69e7fe8eda5e7785e5c3bfca97ab62a321a99615f325 0.00 MB 1 0
91,620 91,620 0000000000089fb68b3bf548234ad8282b8710e2290e595b96a1d7173f7cb82c 0.00 MB 1 0
91,619 91,619 000000000009d7427641f5625a64b9ad4e4a9f4c043f6d166e32bb7816ebfab4 0.00 MB 1 0
91,618 91,618 000000000000ed0e07eb166b94ca3f4bf3711cef9a86c49d9d7528131d6a323f 0.00 MB 1 0
91,617 91,617 000000000005fdb0f820b33fda01c4c93ee88aaea96e0c18719fdfc28c27ed27 0.00 MB 1 0
91,616 91,616 000000000006c61179f30336c64a722a34e577bc1769f5a1631195192aa3139a 0.00 MB 1 0
91,615 91,615 0000000000056001d1a098cf6ab7de514b4d1d2c50fbe760e38332caae80067d 0.00 MB 2 0
91,614 91,614 0000000000056f0e7a4b97dad59d91dcbc0e28f19e209f491434d527f9c673b7 0.00 MB 2 0
91,613 91,613 000000000008024f18325411d71eb75cd04dcc412d0895ceaaab2d9fe7c4f7f0 0.00 MB 1 0
91,612 91,612 0000000000085d13d2936c87cef80465bb3efe169f30099f3fb8aa1fb71c7d0d 0.00 MB 1 0
91,611 91,611 000000000005db757de98a9cb8f508ed891c696da233df5c80f7a860a6e9b248 0.00 MB 3 0
91,610 91,610 00000000000b31bc063c9cbe78da31136c015bdd814775e329e99eee1171adbd 0.00 MB 1 0
91,609 91,609 00000000000a6c1bac476a7d36026349f2c9c162e3bb47bf4204d49ac6e00ed0 0.00 MB 4 0
91,608 91,608 000000000000f8f2f0c32f042b06f6bce0cf2b8950e1d9caec4934df57b4d4a4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.28 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,859.81 GB sent, 103.49 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.