Memory Pool Memory Pool Refreshing

868 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (708,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,303 199,303 000000000000038799dea65151033335a34d6df9e6fba63a5aa181a2a25677a8 0.00 MB 8 69
199,302 199,302 0000000000000234d53cb78dc999a879e3a1147ae13df3a0bef677c1cda0ee0c 0.00 MB 9 156
199,301 199,301 000000000000014d93deccf85aeee5d6858537965e274c8a9cae61376ef7e8a4 0.33 MB 901 72
199,300 199,300 00000000000003a6068a2edaa133637b19bd6901302ed9b059cb6f02495527bd 0.02 MB 68 182
199,299 199,299 0000000000000605ae621115eeeb4a61b1c1a874b92bb9856f06aee3904da3b2 0.00 MB 12 31
199,298 199,298 0000000000000249d97286b5ef296123e5d779577f9322565aea8373de9c5e97 0.04 MB 141 19
199,297 199,297 000000000000027570c93202b40bc9cdfde5fc8b51c5ea06db866f4856c22dc5 0.14 MB 268 139
199,296 199,296 00000000000003254fa1fb88c9bcde765c47a7a8d938549a4a3256736d87823f 0.00 MB 1 0
199,295 199,295 000000000000063964e7245d136e201d56904fd34c53dc21e878e55581f64982 0.05 MB 153 31
199,294 199,294 00000000000001d225659f14c537b77e93cbcbef008601bf32e5c87e88b1968d 0.02 MB 48 10
199,293 199,293 00000000000004dbe20350fbf729fc1edc99c3cf41bda5a739fa262683769232 0.15 MB 369 134
199,292 199,292 000000000000061260868f4a71fa78b4b05c88c6d582f0ecd400623fd66a6487 0.00 MB 14 79
199,291 199,291 0000000000000608400b8dc335cf7421db18c70ba20245e03b029ebe8c56b3ee 0.01 MB 11 57
199,290 199,290 000000000000007802e2b3e7c05ea6402d223a5b100d5c1399e77d54e43eaffe 0.09 MB 219 143
199,289 199,289 0000000000000333d1cabc564a84de2007f9a2fa73d2b380b1999d0ec6a85a19 0.33 MB 852 105
199,288 199,288 000000000000000607a2e4c2aa82ed2fe8fe9621ad3cae43e78d63f7b1960ab0 0.00 MB 11 30
199,287 199,287 0000000000000371f078f162ee25b969c0437ba831399acdcda61157c82655f5 0.00 MB 11 147
199,286 199,286 00000000000002d9799bc3278f7ec5af280a3a5f1ad0e93b5b192b3332a14293 0.01 MB 32 0
199,285 199,285 00000000000002cd192067c1c195a0fa546d642c408138e96c6497ff4b95f49c 0.04 MB 120 134
199,284 199,284 00000000000001812abb7d0dfae58b6e9e1fa53fdd621ce63543e124fa01365c 0.04 MB 111 132
199,283 199,283 00000000000000ae647b38d711acdf8f45f3ea7fc705550a46319b44bc57a5a1 0.11 MB 258 239
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.