Memory Pool Memory Pool Refreshing

14,139 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (476,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,182 431,182 000000000000000000caa3bbbcc383ad4def6889df30beef1048d4726717f3b8 1.00 MB 1,824 47
431,181 431,181 000000000000000000be1396a967ac8238bbefda4ebd7ebfde915fdad6d4f5cd 1.00 MB 2,569 84
431,180 431,180 0000000000000000011d72ee544098ee78a3709ce79355a3b704e8bd19476409 0.82 MB 2,064 62
431,179 431,179 0000000000000000048a12e34334c5f8fc3136be4f9b5f1aff4610c9f9f13b21 0.99 MB 99 1
431,178 431,178 0000000000000000003202feb34adb7634891d159a1fed43e6213bef12af0e97 0.99 MB 1,044 27
431,177 431,177 0000000000000000035bf99d7ab50af656e7216491c091cb9131581a3be77552 0.75 MB 1,717 61
431,176 431,176 0000000000000000040039f6bbadbca8bb4d86b68fd619cf68efb3e48de2ff84 1.00 MB 2,403 58
431,175 431,175 000000000000000002930ae99f7d00a137f73be6276a4e66226e7957f1664e89 1.00 MB 1,781 45
431,174 431,174 0000000000000000009e19c4d25cbb60407dc7adabbfcd8d8c8851d6752a585b 1.00 MB 1,016 25
431,173 431,173 000000000000000002e47e2f6da672e63b069a2cdfe9d096e7ddbdc3f122d996 0.82 MB 1,706 52
431,172 431,172 000000000000000004c31d6312cd4860e7b61894914f66b71761c3dcc16ddb46 1.00 MB 2,853 72
431,171 431,171 0000000000000000030e597dfff51b4fcb4bbaf3ba0339b16732b76f69cabc57 0.01 MB 42 65
431,170 431,170 000000000000000003907cdc0aeed813ff56442567fb11a98f5334be0db1299a 0.67 MB 1,836 64
431,169 431,169 000000000000000001c36e484515d91a4bcb5123d430f71c737c564884bb4204 0.11 MB 267 66
431,168 431,168 00000000000000000234337c5b94270db7d6c58b8eb4108141eaca5406b0ef86 1.00 MB 1,004 23
431,167 431,167 000000000000000002e912911b7d0e0a843d991908049b18d1c83796caa7d71e 0.20 MB 500 69
431,166 431,166 0000000000000000037cffe31f786f46e2016dcd48884b77d8e8cc7098df2350 0.78 MB 1,244 26
431,165 431,165 00000000000000000438ac3fe0a111e4975a5a208128eef6c026849ad039956d 0.96 MB 2,247 57
431,164 431,164 000000000000000000920811da40a844a4892f40dad04b672c9bcb60874d934b 1.00 MB 1,613 41
431,163 431,163 00000000000000000194edc144ded8c6bd1fb6866318fcf87978909e7a1de434 1.00 MB 2,529 61
431,162 431,162 000000000000000003baeb37c95a87a06f01a8c18d995958bf90683327613dac 1.00 MB 2,097 52
Previous 10 blocks ↓
Total Size: 768.95 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,614.65 GB sent, 92.58 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.