Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,613 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (852,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,640 56,640 0000000006a24e277958ad4bda6c0d36faf0ccc1ae9fbf1f7500fe4791d30c4b 0.00 MB 1 0
56,639 56,639 0000000001714ac2d3b679f247bd48a918caf01d09d862712f1f1a5b5b575467 0.00 MB 1 0
56,638 56,638 0000000010323fd0f813e37dd6b45d2b3f34b188c45c1e701c1effa71e1aaafd 0.00 MB 1 0
56,637 56,637 00000000007e6dcb521ae5910b0b1cdd89c9f11892e159b748a0d7ec0f3d90dc 0.00 MB 1 0
56,636 56,636 000000000692e9a67cf523b336e18734b894b8b22fad47d2ef0aa00820dcc2df 0.00 MB 1 0
56,635 56,635 000000000bccbe342211934856c39c85bd704a3908a0e824118dd4f6238e94e7 0.00 MB 1 0
56,634 56,634 000000000ec4998e4c7608bd8777783552506df00fe876fc018458355b31c721 0.00 MB 1 0
56,633 56,633 000000000b6137f74f15ea27540626554ea046e63e5c6e3eb5b08601a9782165 0.00 MB 1 0
56,632 56,632 000000000927997ac00a61fe72d5884ef41e72e62a5731acd60f05a41213691c 0.00 MB 2 0
56,631 56,631 000000000b35ab9254a1053a4fc3eced49e45cb3b8da130d5c2801dbb6562813 0.00 MB 1 0
56,630 56,630 0000000004a6e2e814c84f0c08510c6862b0c81c7b0cbc06961c0542a2254ea6 0.00 MB 5 0
56,629 56,629 000000000690195b38eba51d6ae4b05d84c9c8b58b4e53ec15f3119ba4067cb2 0.00 MB 4 0
56,628 56,628 000000000a2b02b66b1be0f54afbea0ce393ef44673ef943b63dedd09839ecb6 0.00 MB 1 0
56,627 56,627 0000000009ef86db222222420e4b1db67d4ac0b96c583e2a6b3cf004cc29e13e 0.00 MB 2 0
56,626 56,626 0000000010005a3697c6212850227909df3a1bb659465c3678e2c7dade7f4616 0.00 MB 1 0
56,625 56,625 000000000eb3063cd92c61af83f30fa71ab4cfa2180badd8997801cd724b5219 0.00 MB 1 0
56,624 56,624 000000001534648fc54bd4e56bd918513876466af40d8c26f83d8be5b1a6feac 0.00 MB 3 0
56,623 56,623 0000000006372017e9808c2d1a060debd061f8f77bd72c58a122476ae4e4e4be 0.00 MB 1 0
56,622 56,622 00000000044711f03f58b3f933578f60e21ceb18d84c750a8a868e5af4362453 0.00 MB 1 0
56,621 56,621 00000000030831ae179691969a3e25845d2d65acd850fe71a7207dba50093aab 0.00 MB 1 0
56,620 56,620 000000000d21d01a7fd624db854b3461abac2ee13582f4255dd6baf2e050d4dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 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,868.56 GB sent, 105.38 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.