Memory Pool Memory Pool Refreshing

4,370 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,640 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (633,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,269 274,269 000000000000000368ee47fb68eb2a690f131a891f122b84c6509653f1c49dff 0.10 MB 171 63
274,268 274,268 00000000000000024522cc3b7d576e98d01b8487a7fe423d72477f5e49412e90 0.24 MB 769 46
274,267 274,267 0000000000000002709012f56e3a51d87282bca5be22454f7539b111b6076e0a 0.24 MB 528 49
274,266 274,266 00000000000000019ea35025281143f95f3454d61399a357671602ce4612e44c 0.22 MB 559 69
274,265 274,265 0000000000000002a88db7bd9e3727d28dfeaf6a5d35dda0314805a0626a1478 0.10 MB 154 55
274,264 274,264 0000000000000002cd8afe43a61c07bdb2537c4d26498fb769ba47c7546b932e 0.15 MB 264 45
274,263 274,263 0000000000000001bc94880509fe846f9447478df1af01d27f15cb6731fc1d6e 0.15 MB 346 33
274,262 274,262 000000000000000026fa4eee8b8e00eecd7ebd42984dce370f8c739149f03b1d 0.15 MB 271 55
274,261 274,261 0000000000000001da1ac17212a6fd8415c6f680a5d9333458c5fda2576afedf 0.08 MB 150 27
274,260 274,260 00000000000000018a332e074c11ba6a80079c2b7c00178d6f126988ed5abc6c 0.25 MB 189 19
274,259 274,259 000000000000000260cbc226a25774e58e1e5b4f1881448f5788806e4819f37e 0.50 MB 1,079 63
274,258 274,258 00000000000000009888ecc7152ea7e116d3f750fd09731fa928c9b15ea9c028 0.24 MB 86 13
274,257 274,257 00000000000000021308aec0194e63ea3dc1fbdd1475bdfc05fea089b36da508 0.25 MB 224 25
274,256 274,256 0000000000000000cbdd2f50ba79710ed4c1b49ed8b1e0db5a2c2ca769a637c2 0.25 MB 448 49
274,255 274,255 00000000000000022c66f6a51383d296a933a0a39e5d201ede085246d80b8df9 0.25 MB 530 55
274,254 274,254 0000000000000001924b8075648c02edae47841b4800b89994e9ac63dd500f96 0.25 MB 562 55
274,253 274,253 000000000000000182ba3dbe7867490f4c5bf4bd04661881b28808de74f98d65 0.25 MB 597 54
274,252 274,252 000000000000000483598d711a5edcfd7575a36131ea82088f7cf701211e241d 0.03 MB 78 129
274,251 274,251 0000000000000000f35ee9feedda987e17aebaf326c2c20df26cdd358eeec6d0 0.25 MB 455 56
274,250 274,250 000000000000000163ae21c4df2b7a9e5be9b9e12ae93f71ed3b7de68deaabd1 0.25 MB 561 35
274,249 274,249 0000000000000000f8458c3b65726ebf221942dc0b1fde8cc3989cccb7186f08 0.25 MB 641 85
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.