Memory Pool Memory Pool Refreshing

8,125 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,294 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (659,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,475 248,475 000000000000001d1e8150d37511463fab50827257ae4ded0035bc43c12b91bd 0.07 MB 137 130
248,474 248,474 00000000000000715206116a5a0ec2a602d34fc343a2c366fd1d839255b1e65f 0.11 MB 230 146
248,473 248,473 00000000000000388250cc8716ff5d26d7d29c75eeaeb6c656d67175a9b83f7b 0.24 MB 546 131
248,472 248,472 000000000000007945a903c721eb1225b8232f2f8832a6196d5b32c906c9c348 0.10 MB 214 94
248,471 248,471 000000000000005691b32ee867b11e7381f4142601653cc27cb778c145928707 0.03 MB 76 123
248,470 248,470 00000000000000566c3bf569940403b589bdccf90362c9f763267e0405cdc636 0.06 MB 46 32
248,469 248,469 00000000000000661ca4210fa760d477b53fb6bef0886693a2f20463c914dc49 0.08 MB 214 135
248,468 248,468 000000000000007d4db886c7f8cccfd68ebe0954947a72e9d10e3f84aa56d12a 0.02 MB 53 161
248,467 248,467 0000000000000067bc0da070cc90cd764ab0ee6fb1d6c018673fe87e78b2f50f 0.07 MB 74 57
248,466 248,466 000000000000005456bd1cc5ff93eed0d87e2d5d1715b6ba664f3ab6ab86c827 0.03 MB 73 170
248,465 248,465 000000000000006cc25412b9c13b74976e3cc83dd1af6b9602efc0889f907ad9 0.10 MB 199 118
248,464 248,464 00000000000000024b3a98c684bc1a6ac212546ca36751444c4aa4e2c6525e86 0.01 MB 7 8
248,463 248,463 000000000000002f2cdb8560eb257f193fa7b12cf2412545c754fd28a8659eb1 0.20 MB 335 88
248,462 248,462 000000000000000416156b3a7fec957b1b2577c0b98cf4897272d32238ff999c 0.10 MB 195 94
248,461 248,461 000000000000005cb2ccfdc81ef2628e34e415231b3891db75689d0a160d8cba 0.22 MB 481 148
248,460 248,460 0000000000000067599b8bd092340f84531d2743fc6b15c8c6808b9a3dfe856e 0.00 MB 9 18
248,459 248,459 000000000000004138585dfcf4cf5a03434470e06348e2dead2cd5b49e0eb82c 0.19 MB 433 141
248,458 248,458 000000000000002b915d6c889fbfd35b6cd9b671261717061a2653aa8a9f0a63 0.00 MB 10 19
248,457 248,457 00000000000000848981f4794df700684571f9c231c3651825ed5c2c2685777e 0.16 MB 340 111
248,456 248,456 000000000000004c1e1194db7c8fd63a349d3119e751f2d08691268b62d05cb0 0.00 MB 10 70
248,455 248,455 0000000000000033bd2cf55d3a3e2110ec7522a69d7dd17f08a833999db1eeab 0.11 MB 215 105
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.