Memory Pool Memory Pool Refreshing

6,881 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,244 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (554,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,266 353,266 00000000000000001501e669980a92eb4993758892262c548418331e49e5ead7 0.26 MB 507 26
353,265 353,265 000000000000000000bf7d753928ddb88990149aa2b65092207f834ea4582548 0.29 MB 478 23
353,264 353,264 000000000000000011da54fb28b3ac9994cfcfe56bcc373e21ad8c6d6b47f283 0.04 MB 75 25
353,263 353,263 0000000000000000154f7d54ab068e0e9a4204c432277e6e95a6201a8d5b0920 0.15 MB 260 21
353,262 353,262 00000000000000001678f778c436c95a625d9f82ff34d8802fcb0bee0a54d0d0 0.33 MB 252 13
353,261 353,261 000000000000000007819948edd5ca6b92c2c6d9898286da36176097c5ba2ba2 0.53 MB 896 26
353,260 353,260 00000000000000000accdffac487bb432ae0c9633916cf6efa0a093217a395a7 0.17 MB 296 19
353,259 353,259 00000000000000000af9deee98cfb8c5af3c2afaf00421c74809741729ce381b 0.15 MB 257 20
353,258 353,258 000000000000000011185903581e825ba7123ca2ddd1509bac349682081dc639 0.71 MB 1,188 19
353,257 353,257 000000000000000008208ba96260634ce145676f64bec3ad23e3d90536794c59 0.75 MB 1,374 15
353,256 353,256 000000000000000004f96639a329369d12410bb28445bc346503438ab1ae9933 1.00 MB 1,529 23
353,255 353,255 00000000000000000918f5cce4b9cbfaa137d88e41343a0d3ab5062ecceaa306 0.75 MB 1,426 28
353,254 353,254 00000000000000000eba28e80cd10af315b689f5718bb1dca987afcc64cfd813 0.75 MB 822 17
353,253 353,253 0000000000000000126c065639e475760769f65a8b376fcd7a7f175f2e1419c3 0.06 MB 182 34
353,252 353,252 000000000000000011fa410a705f5469f04e9b2d7bc10db562995810b88d8222 0.75 MB 1,728 30
353,251 353,251 000000000000000013cd0b14eb21648b260b69905f3149e2abd52d2451c0d672 0.75 MB 1,104 23
353,250 353,250 0000000000000000093ee0e61c45dd67a22e9928c6ced9171a428a6aa4dd4a71 0.75 MB 1,026 37
353,249 353,249 00000000000000000c2f5d3f61ccdab67d070026b1d30d431ffb179281b41440 0.75 MB 807 19
353,248 353,248 000000000000000010b60cc44aa5f814ed4f43dbdbfab3149307a489ccea2cbc 0.00 MB 1 0
353,247 353,247 0000000000000000039c75864359b46ddbc844f89def12728189dfba10a3b12e 0.75 MB 1,096 21
353,246 353,246 000000000000000003e02df4a89e1a6370ac92bcbd82f01c83e5598220b70dd6 0.75 MB 1,703 30
Previous 10 blocks ↓
Total Size: 769.24 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.98 GB sent, 94.11 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.