Memory Pool Memory Pool Refreshing

6,948 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,764 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (577,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,322 330,322 000000000000000016ae070d193d25f3f97f1e6dd7f2d47645072ab11d311973 0.18 MB 470 37
330,321 330,321 000000000000000012a8e79bb6e0c6c7d523b8822e27deefc5ff540fa10b8196 0.55 MB 591 15
330,320 330,320 00000000000000000e88cd774c4ae10bdd8356142622f02b868c77fc24fe27b1 0.55 MB 1,466 40
330,319 330,319 000000000000000005948442329d0a94cfa67bc2831f7a1b0351b6a35e6c46dd 0.10 MB 184 25
330,318 330,318 000000000000000014fe9a7a5de63fed430861f64a363b8fea920cfe70766df1 0.72 MB 1,052 18
330,317 330,317 000000000000000002161d4feb79ed86acf78861d323ac7a47376d8143c37543 0.00 MB 1 0
330,316 330,316 000000000000000001b59775c20727fa0fa8cda16226badc4162187a3c70ed53 0.19 MB 512 45
330,315 330,315 00000000000000001071802437010b54866e3edd654f83837e10a403ce228166 0.08 MB 164 30
330,314 330,314 00000000000000001888bc222105d892c4cb4067c083b6f7bce075bd003a8a8b 0.18 MB 297 24
330,313 330,313 000000000000000018e2127cc9edcbb68ffad9ed9d9e15382ddaea36d05f1290 0.38 MB 751 26
330,312 330,312 0000000000000000039cbba6d57ba7306b41fd8ab82526ea324112926312e32b 0.16 MB 129 16
330,311 330,311 000000000000000001a600c05de505683abce25683313e071819fba2d0c06324 0.78 MB 939 19
330,310 330,310 0000000000000000195f848ed3a36c500ef79c462321bebd2825a14b945622ce 0.75 MB 1,145 23
330,309 330,309 000000000000000010baa320b3500d336937aa4323113d6f3fdab5d10eae15c8 1.00 MB 1,461 26
330,308 330,308 00000000000000000db6615b15c1a508ede90910ee77a433623e98746d0f7971 0.74 MB 1,350 27
330,307 330,307 00000000000000001a20aa94926a2d06d886eb19aeb0e82fd146679ff66b5ee4 0.70 MB 1,094 22
330,306 330,306 00000000000000000370b7cf4e0008bf0be7d26d642d851cf50f31be52aea434 0.33 MB 1,024 41
330,305 330,305 00000000000000000c39e68748aa615005be3298ad3d0ca15cd6fb240366a583 0.03 MB 64 27
330,304 330,304 000000000000000017e84d09a31758382570aba5df45e71dc19232929fb12039 0.21 MB 400 26
330,303 330,303 000000000000000010d9c214250dd9783209e436dad6bc7686cf91d0c93c6335 0.31 MB 453 23
330,302 330,302 00000000000000001259e8dfe6dabe25e5ba69d46f78ed0b155f729c7eccc346 0.23 MB 453 25
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 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.