Memory Pool Memory Pool Refreshing

6,330 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,103 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (741,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,243 166,243 00000000000001aea832f30a66bb8b5c7899b90d2de16523b096723c5fa7e7e2 0.01 MB 36 151
166,242 166,242 00000000000007e2e2121f1d9d2c8b6abbc84419958483c28cf586bc01ac2cbe 0.04 MB 105 64
166,241 166,241 00000000000004e208d9fe3d27eb5871b49b113b755806f1169d435d3bf1dff2 0.00 MB 11 17
166,240 166,240 00000000000001a3a626d6e55e4849d24dbc331232eb283194602f395d8eebb7 0.02 MB 47 56
166,239 166,239 0000000000000a6500ec8de06987f15b341fa668ab21132d931e91e638800022 0.06 MB 106 72
166,238 166,238 00000000000001fe480e05cb2fd9e338f6558ccc1996cefc2625552cf14c08b8 0.05 MB 110 89
166,237 166,237 00000000000008b51f3613d79c7e60c662f9b38b36ab2c6878643c267bf9520e 0.04 MB 76 58
166,236 166,236 00000000000006e6fed5e4ce438ee4a563437632c26f38c165031fdfda2120c9 0.01 MB 24 15
166,235 166,235 000000000000074989a929f49d3f6c60fa5b34397320f8e71830d6ac9894469a 0.06 MB 50 122
166,234 166,234 0000000000000b5f91834f21ea07dc7a83573020ab28275c5bd84cfd2f230b69 0.05 MB 141 91
166,233 166,233 00000000000002a613f1ffb0887bcfc4ae5af2694ffff4b13fd4b537d218cf82 0.04 MB 60 147
166,232 166,232 0000000000000332b407c5a8901fa18f5b088435ee85eb53e69598b87c3151ff 0.01 MB 15 211
166,231 166,231 00000000000006d13a7fb8369f85815a1be54ff250159c77192b86fc093d7a6d 0.02 MB 24 25
166,230 166,230 0000000000000bad18dcb810b6302c4ef6801ad8ef0d9e2d713dd50280f5f9ee 0.05 MB 74 230
166,229 166,229 0000000000000a0935051425a6c3348a7bf8cea5a76bc0aaf774f2c4ea3b363e 0.05 MB 142 28
166,228 166,228 000000000000076f404c7aa7c569362f81819a80189f7813c2bc4baa83fe769e 0.01 MB 10 43
166,227 166,227 000000000000020c14d661b261655b055ea6e4bf51a86e307b7fde99a04c723e 0.05 MB 57 92
166,226 166,226 0000000000000b2a46178e7a9d75d3b67e404fb1e2fb92c24935ae37607ba2b3 0.02 MB 51 117
166,225 166,225 00000000000004a53e4b3d8ca28619a27854c2dc77520822e8a481c247a770b0 0.02 MB 49 260
166,224 166,224 00000000000003e9da237249dbc70501d01c9085b919c8e225768bdbc1e1ceac 0.03 MB 66 114
166,223 166,223 000000000000025b9bfe03628dbe67c61857415fcfad2e2ed50afd306ab6057a 0.05 MB 142 5
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.