Memory Pool Memory Pool Refreshing

4,023 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (239,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
668,261 668,261 0000000000000000000b94161ae9a11f6ffebef68b9cf1666d0bad2b21818bab 1.45 MB 2,731 130
668,260 668,260 00000000000000000004f78302cfa98e5c63c40006ee177000130cc0c985fcf7 1.30 MB 2,309 163
668,259 668,259 00000000000000000001766a59b72812a220314429ec20affb27aba71c8f2f70 1.33 MB 2,414 128
668,258 668,258 0000000000000000000b5d07efe71d2d090c966c2625514b4318ca3b8335f499 1.34 MB 2,577 149
668,257 668,257 000000000000000000044aba388e8aff3f37ae038527fe4c403bf5a5d1b07810 1.46 MB 2,539 143
668,256 668,256 000000000000000000043254ef864672121de299a1eaa27fd49ff3b5b8d52c4c 1.32 MB 3,182 184
668,255 668,255 0000000000000000000b3d7355f1b412aeca89f52ee3d0b8ee36054320fcc9b2 1.13 MB 1,355 116
668,254 668,254 0000000000000000000ab265bf57033230b0f71ecbc717602f29265f583a9daa 1.28 MB 2,028 111
668,253 668,253 00000000000000000000fc2fd939c699b963aa2b8027f3d0db964cbdfcc75e5c 1.28 MB 3,201 115
668,252 668,252 000000000000000000099f7d49a7198aa473a094de1b927521d77cbf74ce2913 1.43 MB 2,332 134
668,251 668,251 000000000000000000021c50bbe7eb1265576499605f00e56598bf440aa45fa9 1.70 MB 566 118
668,250 668,250 00000000000000000006a2d578dfe8f6073e73db89e60947b39bfc7b25c40de9 1.27 MB 2,103 125
668,249 668,249 0000000000000000000ac95fcaec4348c66907d8b262a3f311c4ec166d7c8569 1.40 MB 2,705 150
668,248 668,248 0000000000000000000a893c83d16c983e33d302da3737f97c4085486ea715dc 0.00 MB 1 0
668,247 668,247 0000000000000000000c76b7b4e3b1c8ddcafee750a418032d9484604b7bc66b 1.61 MB 1,185 120
668,246 668,246 0000000000000000000b510536337116f619d14d82490f71895a59290fb2c109 1.46 MB 2,642 129
668,245 668,245 0000000000000000000920cb108cbf7380fafb8008945271444645f4f1306131 1.34 MB 2,554 151
668,244 668,244 0000000000000000000cde749773e79f669b6ebfd7adf6f80b9b8a1fe2e7a4ed 1.27 MB 2,537 97
668,243 668,243 0000000000000000000c7b1e88462e7235857c97a62852b93c5fddef6522a068 1.37 MB 2,142 99
668,242 668,242 0000000000000000000ac0f54fa175e506aabff250b3852bc8feeb6456fdd1e5 1.42 MB 2,363 127
668,241 668,241 0000000000000000000c6fc05c8dcc824242a91bd645b386a57fa59c38b394fb 1.33 MB 2,433 100
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.