Memory Pool Memory Pool Refreshing

523 transactions (0.20 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,100 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 523 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,099 (848,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,771 60,771 000000000e5056ea0002541c7e55978bc565852c716b4eee03975d5a2243b70f 0.00 MB 2 0
60,770 60,770 000000000c4a4e3cf914c9a10ec2311bb6c4cd92c566729a490f1ada498d6d7e 0.00 MB 4 0
60,769 60,769 0000000001a1adf9386dabba2fa18061b65178a3710593345a1fb63bbad87d0e 0.00 MB 3 0
60,768 60,768 000000000d7afe7232240e0ba58d551825fe85f306175b146dff2336ef045e77 0.00 MB 3 0
60,767 60,767 000000000ddfa083fc5a7301a68963ab229b8d8118eb0940568ced560ad45366 0.00 MB 1 0
60,766 60,766 000000000eb92eefc67e56c83e63db244333c6be7046b725b9960852adec5163 0.00 MB 1 0
60,765 60,765 000000000637b53a4177708ae99f19857bf008c3ef4f9d8418dfab8a44e9fffc 0.00 MB 2 0
60,764 60,764 00000000005d0fe43b3d959e6201aa862344ba0e8d690b6b06bed65145c127fd 0.00 MB 2 0
60,763 60,763 0000000008df754b8490249f08c2de7801aaac7425fff46a30f23a695d7ef771 0.00 MB 3 0
60,762 60,762 0000000003cd09c6718cd378b181bfbf5135264955cdc583e0533b6604f2826b 0.00 MB 2 0
60,761 60,761 00000000002343d710a59ecef8799bea46f47dac523807e4fcc51f92f91a37f1 0.00 MB 1 0
60,760 60,760 00000000069a8d617f20955779d5d09c448319619012b889aa1f8bd79585fa78 0.00 MB 1 0
60,759 60,759 000000000e0a4922e9f517c8a4a46d8dc25c49ecc310d93da2674992e5fa174b 0.00 MB 1 0
60,758 60,758 000000000263f8004c99b150069375816a9b82b8e086637cfed4e38f1b9d8d23 0.00 MB 1 0
60,757 60,757 0000000008788264bba45b24d6af352c19f3ad0691e519a092709a94d5e30cf2 0.00 MB 1 0
60,756 60,756 0000000005e8dd43f495a09d1825ad8562b67d2d68aa018493640b80da70f3ef 0.00 MB 1 0
60,755 60,755 0000000006befb37dfc2f58fcb959eb5d044cb6bd07cc3b85802feefeb26f069 0.00 MB 1 0
60,754 60,754 000000000185717339bc8faba7ee74556a23cd421e49f218fd01fd7aea6ffcd8 0.00 MB 1 0
60,753 60,753 00000000054ab4cfc762321ba37fbb3511dbfbbe4ebf7681c7c17effe6afd281 0.00 MB 2 0
60,752 60,752 00000000009250a86c8c332c573eafc238a5c78ebdb5f19f39f9a40d380d9050 0.00 MB 1 0
60,751 60,751 00000000067d3fd865ddc22caafa87a15123be6afe2de6e6c90ce95911b1c31d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,915.88 GB sent, 106.18 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.