Memory Pool Memory Pool Refreshing

229 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,049 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,048 (745,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,356 162,356 000000000000055385e5abe3a29fbdadf429605ee7fcc694803bac293be52a97 0.02 MB 45 159
162,355 162,355 000000000000075b17aecc0cebbfbc17e5e52dde1f0d3226d904dd11caa589bf 0.02 MB 59 299
162,354 162,354 000000000000003312823ffa6af77a7ed606f9c18477c2caaef1cfd885398d8e 0.04 MB 82 144
162,353 162,353 0000000000000d295db7169a0c3d8910fe11a30e65e9c1ae490243f9e7019946 0.04 MB 82 59
162,352 162,352 00000000000001fea4b22d0b0e2113f72981a18373d63cfba7e7394a027612ec 0.08 MB 178 364
162,351 162,351 0000000000000bcce4fec545b32b489b4505aa3449080713e3592bdcedc5e9a1 0.05 MB 141 109
162,350 162,350 00000000000003b3ff364e5c171f7a684f193f3f1460427359ee0fd3fec37a76 0.05 MB 113 83
162,349 162,349 000000000000099c19a74b0b8b31260612ce7d40ec33796020ad1f8367904f05 0.01 MB 11 4
162,348 162,348 00000000000009bdf7d5980a95c32fefa3f2b7314f62ae3a3c744945402a0c1e 0.03 MB 51 59
162,347 162,347 00000000000009ce65f23f623ff5fd7525fa6b84f8cb57197332cd5b2fcdfa0b 0.03 MB 58 23,454
162,346 162,346 00000000000000384210bb96a7741dd15e21b1140490c7883db47eff12665c90 0.06 MB 107 360
162,345 162,345 0000000000000895f065faa4d888a41726628c7f6b39fe1754385f2ebe0ae50f 0.06 MB 61 206
162,344 162,344 0000000000000789770557f90720f16fbb4afe62106020895b6abd60d3d4c223 0.03 MB 69 142
162,343 162,343 0000000000000cf5b81ddf7dcca68ad74bf1f5a688e43baee0d263a61ad2bc54 0.03 MB 46 114
162,342 162,342 00000000000003a8167f40446d9de44c37c6d26182e0700d72114db33afc70d8 0.04 MB 40 407
162,341 162,341 000000000000030461f4a31547643e08ab1e367a4f5bf077d3ae11ebba1c36b0 0.05 MB 108 351
162,340 162,340 000000000000072a52a4b23526f2c0d6fc11dbc44a9f71c4ed4363452d571632 0.03 MB 53 240
162,339 162,339 0000000000000b2dcafa60498833e4c4e6d4f5f4c1962caa8f3e13202995ea4a 0.01 MB 39 272
162,338 162,338 00000000000006532e1c9aee82869a0e614a3864653c6726f45d836b128d2070 0.01 MB 31 150
162,337 162,337 0000000000000c7134e786a52ff2f74accfa3785fb8ddf91ffd7b840929507d6 0.01 MB 15 119
162,336 162,336 00000000000007cf4d923c14de0f556d7cfd145d7ea2a145cd3cd45b94137981 0.00 MB 16 265
Previous 10 blocks ↓
Total Size: 769.64 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,652.72 GB sent, 96.05 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.