Memory Pool Memory Pool Refreshing

3,030 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (697,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,320 210,320 0000000000000348e1076070bf50997e442c4eabb711b58094f962a83ab10b98 0.20 MB 377 191
210,319 210,319 00000000000004589c755e1e56819cb6a7163737f18f185cdad91a515cba96e7 0.00 MB 1 0
210,318 210,318 000000000000003f27c61b586082968a665784d107fab24bd326b3daaa70ed85 0.16 MB 302 189
210,317 210,317 0000000000000291ac8c7241c498af0ba07d49aa710b945525e4a95691112101 0.25 MB 657 216
210,316 210,316 000000000000035e05ccdbf15e49ce46c2500322963cff835eb055ec762b52ad 0.05 MB 142 261
210,315 210,315 00000000000003643459e2ed424c54c9349636e4ad3f653a4a7158a469ade826 0.00 MB 11 354
210,314 210,314 0000000000000499d80db569a65fd0b1bb8c56c64e5cd2d7a6b52ab42ea3561c 0.00 MB 13 199
210,313 210,313 00000000000003c4e93efc62733c1e1a598962877cb25d9a58196b29994df48c 0.02 MB 59 223
210,312 210,312 00000000000003ab20d6220d4fcc241fcff7e5e390fd2caa01f12fbfe3827b65 0.01 MB 35 165
210,311 210,311 00000000000002351c8122096f8a85774cab187e869aa493c49ce6a930ff87b8 0.08 MB 136 144
210,310 210,310 00000000000000dba29d9709757fc412ad55bb5277817a51464932ab98eba2f7 0.21 MB 513 204
210,309 210,309 0000000000000211b6eb242f989f9f56fbe69f069a13f5c416d42477f93e5df7 0.07 MB 97 83
210,308 210,308 000000000000003b5057d095e35ddcfa251de37c21bc744cdcedb67402ebdc10 0.05 MB 137 163
210,307 210,307 00000000000004b55d8a1a422d9c4751e49caa27cd87ff796c27a522229970bc 0.09 MB 210 152
210,306 210,306 0000000000000012c492f9ebfe5e4a2795a969f34d5b8889448d3d4e3db23885 0.04 MB 95 135
210,305 210,305 000000000000008e5525ddd12976342841da61ac6f9cee7b00269411c800227b 0.00 MB 8 457
210,304 210,304 000000000000018a2e4a51514e494236b42e7efb404dde98dad9b80607eb35fc 0.07 MB 153 218
210,303 210,303 00000000000002622a2b808940e57e2738950a2e9fea1adc1efc5505d83d2278 0.09 MB 199 185
210,302 210,302 000000000000000143f23285efc74400dc88004da3941f17dda152d718b4a1b9 0.02 MB 32 78
210,301 210,301 000000000000016458ef124462c387d497442fbb1cd30cde9926f2ced1c33455 0.08 MB 125 115
210,300 210,300 0000000000000410d3263e7355f09a892ea7ab049bb1c1cf8625270cb82e51bc 0.24 MB 576 181
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.