Memory Pool Memory Pool Refreshing

854 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (572,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,256 335,256 00000000000000000fe97930bcb5ff618b23ee543c0c877b84febdc8c0a8ac7d 0.63 MB 851 21
335,255 335,255 00000000000000001b1c281d2d59c29398828ef91bdbc953cfd1a024cf2714c5 0.75 MB 1,074 21
335,254 335,254 00000000000000001b70361714790109044c0a131c9cc590b1f5b5efefde8548 0.11 MB 206 23
335,253 335,253 00000000000000000ace34436328cb5e2b36ec82af57ef4d333a653a3f032dc7 0.92 MB 667 13
335,252 335,252 000000000000000006b3ec8f371d42af3f8989b3cd7780b09ecbfada4505dcbb 0.25 MB 186 13
335,251 335,251 00000000000000000346e8e8b346d6f98d8e0126a6ecfb74072dfa97b8f71c0f 0.75 MB 1,155 23
335,250 335,250 000000000000000002661192e72bdc83e6c8101371520159531301aa1437cc2c 1.00 MB 1,482 24
335,249 335,249 000000000000000012f5511833a1304a72a754df8afef26f5712438bcc40826b 0.58 MB 407 13
335,248 335,248 00000000000000001b728df6414af5ef95388557f1c3e5d29c569d7636b93681 0.00 MB 1 0
335,247 335,247 00000000000000000f5cec3330b9e4ab74724fd2dc24d50436fbc7c47fabd49e 0.67 MB 1,260 25
335,246 335,246 0000000000000000116fe9aa9214a1a8f6295daa937e61979217bcb05a8c4e8b 0.71 MB 1,001 17
335,245 335,245 000000000000000014fa6e4894105d36d5ab683d74b292c01244acec1a71c490 0.41 MB 1,126 42
335,244 335,244 00000000000000000c954f9d9fdac44def2a8faa49e688534d48fa6c1f5ca1dc 0.02 MB 32 20
335,243 335,243 00000000000000000e6d2e51a3a712279a61a54ec9d10a9e4ace39979e7be2bc 0.19 MB 383 34
335,242 335,242 00000000000000000867f4cf7625a3559286027504cb0338c00b96bb15a6b59a 0.50 MB 499 15
335,241 335,241 00000000000000000f3ac62a13a564490e33f769b125136b60a6aa5ac3bceb96 0.75 MB 1,667 28
335,240 335,240 0000000000000000041df5eddc7ae829cdc3cfbd9380023835fdeb04a4102c9e 0.06 MB 127 32
335,239 335,239 00000000000000001508904c5959dc9768733aa2c5b08246681d49474f069357 0.25 MB 267 15
335,238 335,238 000000000000000018c37c4234b1f1aa44ba4868c739f7fb7bbac9e975d3a645 0.08 MB 256 44
335,237 335,237 000000000000000019c797fe300e1eae9642c47ec62c86a2ef3465c69159cb61 0.67 MB 835 18
335,236 335,236 00000000000000000173a0b6174364e5a5680e10fed791a92e2f949a158dfd6b 0.75 MB 1,347 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.