Memory Pool Memory Pool Refreshing

3,901 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,324 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (647,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,407 260,407 0000000000000005fb854fd6a27e79efe97ae9b21e539bc52c9a7161701131cd 0.06 MB 171 76
260,406 260,406 000000000000001b774f514d01192eb4705950b928b30dde1f177b11e7c8c4aa 0.28 MB 750 107
260,405 260,405 000000000000001be3f25b4d0bfa2fe3026290694de16dc35f6293352bc1446a 0.14 MB 370 164
260,404 260,404 000000000000000f08d40bf49312e2153fbb8c5bd73833d367e6103ddb744ba3 0.06 MB 108 100
260,403 260,403 000000000000000903459613b2f2c4cdbba4cd032e8d4056538f20027afd429d 0.21 MB 425 98
260,402 260,402 0000000000000006b12c62a1c3118696f24661a74e42a37ce4e453a1bbd976b2 0.14 MB 330 109
260,401 260,401 0000000000000003ccb10c778c01189b7dac5816fe2f448b3b58187b298cfff3 0.03 MB 51 62
260,400 260,400 000000000000001b0c774b5173ca9bbef60b809768db89cc2574742ebfe7cb3c 0.24 MB 539 124
260,399 260,399 0000000000000003f4ee7d86cb8240e532a234198b9def7310f38fac872d8aa6 0.14 MB 199 48
260,398 260,398 000000000000001c08791e58c5bbeeac9c7d185475acc4a7fcc4c02034c4e5be 0.18 MB 512 119
260,397 260,397 000000000000000723a2681b5379370c62608c94b661142c19fc2ad13928de0c 0.09 MB 225 132
260,396 260,396 0000000000000008722a19e79dfa44e2f7e243eca42bb42eafa81d1f8049ad46 0.00 MB 3 101
260,395 260,395 00000000000000188ae96479095742e7d21c0cc82b1ec15090890a3c7352dba2 0.04 MB 11 46
260,394 260,394 00000000000000019af989f4034312c144e0544bf303c5b4dfc69d436de1c060 0.24 MB 304 110
260,393 260,393 000000000000001541d5eeeca43b4f64e7d462bae340720c1efbc6745a51723a 0.13 MB 310 168
260,392 260,392 0000000000000018145f47bba5f555b00eaccc13a7fc4795a9992f58eebd104d 0.13 MB 328 139
260,391 260,391 0000000000000014f66a223ffd3ca60bf3f02c4ac0769d97a230b08f34c78410 0.12 MB 305 108
260,390 260,390 000000000000001068df5e8f77640dcfeabff51ec1ac0c92fa2021f38cb4c426 0.14 MB 298 124
260,389 260,389 000000000000001612effa1bbbd85fe7389a508d7f283d4dbd3e948434758874 0.20 MB 97 30
260,388 260,388 000000000000000bf981fc4ba81813fec217abcd092e985206e0a37918e33558 0.17 MB 447 104
260,387 260,387 00000000000000095de8ca46facfa794d48f57fe0b87ca202cafb0cfd479eb4c 0.37 MB 808 110
Previous 10 blocks ↓
Total Size: 769.06 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,627.78 GB sent, 93.17 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.