Memory Pool Memory Pool Refreshing

365 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (900,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,290 7,290 000000002a328821dc9296af7ee9c723cdd44a5a58dbd0ca2a032efc52712c48 0.00 MB 1 0
7,289 7,289 00000000d74790381c24c4a617921091bd225a48c6a7145e7600b52ac0db32ec 0.00 MB 1 0
7,288 7,288 00000000822428dbfc0d8a46ac268909fd5bcf47057a386bab613336a5f6f6f9 0.00 MB 1 0
7,287 7,287 0000000072d663f7274a6232b84e45bbc9272d52e1a88901749b6f79531092ac 0.00 MB 1 0
7,286 7,286 00000000a55109f40d3248952445f823ecf316905693e0724e87e52a62d1ccda 0.00 MB 1 0
7,285 7,285 00000000c1ce5aa35fb7732feb308969005173797b270b39790d32892eea7cff 0.00 MB 1 0
7,284 7,284 0000000003339b4c239e4c4a5c0e49a89e91da9482f575f432d3db7329470772 0.00 MB 1 0
7,283 7,283 000000006ffb9188ef126ff462598687db7832ec71041d3b90e0b559e8d00bbe 0.00 MB 1 0
7,282 7,282 00000000dc647e1a8dab876039d77f9e54561b6996bc4bf63f7398cfb19d83fc 0.00 MB 1 0
7,281 7,281 000000007a6f495d4f7495b8f36266822d741415acf0ceb3729f8863ea8e6567 0.00 MB 1 0
7,280 7,280 00000000ab56cdc9af24b07edd56b6f8fe77be5abb859b481d03f1631dcd914b 0.00 MB 1 0
7,279 7,279 00000000bdebace782e92206845942b7ff4c89071b3a7bba584a31d8b6d6c505 0.00 MB 1 0
7,278 7,278 00000000424dd4464523a62a4b39c9ed23ec6b6d02f73d18064c5660a876c276 0.00 MB 1 0
7,277 7,277 00000000feeb0a00f26eb90dcceb1f6261b78204d88d113a2cac2e57cfba3a10 0.00 MB 1 0
7,276 7,276 000000009b4eafe694d7cfe4f8a2555130d72d5fdf62cc1006242e2eac8d7f9c 0.00 MB 1 0
7,275 7,275 000000007fe51eab27cb67946a3410430e4af64bfadd1be96d081a9460409adc 0.00 MB 1 0
7,274 7,274 0000000075715d9417a0cd173cd098ec87f22fac267bc91c7666ce096a09eeaa 0.00 MB 1 0
7,273 7,273 0000000052fef4716fe4c23a5625a6a2a5b0b6b93cc1b0a51eef1421b121a07b 0.00 MB 1 0
7,272 7,272 000000000d3146efd2e47e27f519a4d224d83cfd3156b6fe751ec83a9027393e 0.00 MB 1 0
7,271 7,271 00000000939868fbee66bac335b18ee928f431d0751b9ab37a2fbb4a2ce13fba 0.00 MB 1 0
7,270 7,270 00000000ae8862260d6cafec2a633af5fab7bf73487ae8ed07e4751ef772ecd6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.57 GB sent, 93.37 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.