Memory Pool Memory Pool Refreshing

8,653 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (330,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,230 577,230 000000000000000000076427284c236d306b34cbbe8c1aad4f5c5d99795ce856 1.13 MB 2,770 55
577,229 577,229 0000000000000000001836be05f8205acb6c9eda4128705366f68ae2b00df832 1.25 MB 3,038 113
577,228 577,228 000000000000000000012a31e75b63df891df0f079c57f65f15f4717c9336b42 1.28 MB 2,836 162
577,227 577,227 0000000000000000000fd30a70dc1cdf9b1ed2c7d99822051e558340c30c3c12 1.24 MB 2,661 101
577,226 577,226 00000000000000000001ef0508aaccedb3e26ff6a9bbe320cf082fed26597eaf 1.16 MB 2,617 79
577,225 577,225 000000000000000000230abfa42fa902d2931e3fbf1d2f26a7de37c68069bac8 1.28 MB 2,564 122
577,224 577,224 000000000000000000284afb1c3c73549b890cc6773a1c6be4e15dbad98da13f 1.13 MB 2,442 43
577,223 577,223 00000000000000000000ed6b82b3684a4d6a426e1943a02535fde732d2f234d9 1.23 MB 2,612 144
577,222 577,222 00000000000000000017e3b8a36b8a156f206f523003cf6da36fdefa2c86de40 1.13 MB 1,426 28
577,221 577,221 0000000000000000000d7ca12e8e005b5345b072243ca08ddd398f2fa00e6e5b 1.20 MB 2,229 55
577,220 577,220 00000000000000000006e61ce4754a08d2b06f4d917fb3007a54bb32fa441609 0.00 MB 1 0
577,219 577,219 0000000000000000001be90b88e22862ff7f30deacd97fc3e987be944e6a13e2 1.16 MB 2,590 112
577,218 577,218 00000000000000000017192e683a93a22f0f44c5a22933baecc1edd8b2ae5487 1.16 MB 2,695 100
577,217 577,217 0000000000000000000a868a47783468ae3b914b5180b35625823116a449db0e 1.15 MB 2,624 110
577,216 577,216 00000000000000000009438c344df1c3958eca604b7997ce6c78b9b1a0746916 1.20 MB 2,784 130
577,215 577,215 000000000000000000175a14fecc21179492417a03f1fc232c5cc66a062d6716 1.23 MB 2,577 125
577,214 577,214 00000000000000000028eaad71c0fc7b552bd51d98253b83edf3c73c93c47587 1.22 MB 2,578 140
577,213 577,213 0000000000000000000e36720399811308a6d7393f888bf574ed608f6e5190c9 1.21 MB 2,469 153
577,212 577,212 0000000000000000002338bc2c5b6389ce8b403aaba8a969c08af99211317b45 1.22 MB 2,342 155
577,211 577,211 00000000000000000027e3039e38892c687acd664f4328075b3884a90d9056fa 1.25 MB 3,349 159
577,210 577,210 00000000000000000009bc7949a182434147f2712298da9610ed433cb0c846f2 1.16 MB 2,966 222
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.