Memory Pool Memory Pool Refreshing

3,030 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (755,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,228 152,228 00000000000009cf92f32511c0417035cbbf6192e3779835ea43a0a7f280f816 0.00 MB 1 0
152,227 152,227 0000000000000304f738e8fc622f0a4a9b3899ea6c9d62c0345784a437bea321 0.00 MB 12 35
152,226 152,226 0000000000000d76118ebb618659cfb6d2a0193d3a80947f56a16b7ab79ec3e2 0.00 MB 10 399
152,225 152,225 0000000000000abb1d4743332592e243f57e0fe3cee2fce42cdf90deb8c09e4e 0.00 MB 12 379
152,224 152,224 0000000000000873f8b656c8d898e898af9630e2e149008adc0b522191af78cd 0.05 MB 168 21
152,223 152,223 000000000000034ac39a903d240aad8e5714d085ed3b9de9012e3931d25be7cc 0.00 MB 11 339
152,222 152,222 00000000000004fad4d2fe124e69dcc0a2f7243e66534a038848ae71e21b254d 0.01 MB 34 147
152,221 152,221 00000000000003c1f6df4befddee35a343b3d0264ff2761eb7cab6e9898bc7f4 0.01 MB 45 11
152,220 152,220 0000000000000435287c075b199a85081f633c6b6e849cb1c08c525cd8b5289f 0.05 MB 114 150
152,219 152,219 0000000000000ac02614edea98d87c7a649bb19f43557ead94349b4676f99014 0.02 MB 66 130
152,218 152,218 00000000000002ba66922e098fd0c28a98d0383c4ec129561183ea221030e2db 0.05 MB 114 265
152,217 152,217 00000000000002b947ccad9a461c2dd3ef26bed8c0bcd556e59d0cf4d97f8c79 0.02 MB 61 156
152,216 152,216 0000000000000d0fdfbd745789847499dfe8c33e85bee8c84b95197ece49261a 0.03 MB 46 174
152,215 152,215 0000000000000726cb434a8ac57660a9a29b7c95d8208f441ad2090c83524bd1 0.03 MB 49 135
152,214 152,214 0000000000000ac268bf71192d2defcfb06f69edf7480d955b81151bce70a552 0.00 MB 1 0
152,213 152,213 0000000000000d428370afb9d702f75a49b3666c1affbeab44132bbac147475a 0.02 MB 64 611
152,212 152,212 000000000000054a06b704720645a747f078b31bc42ae52c5087dff781f4dc05 0.01 MB 49 6
152,211 152,211 000000000000087a0d8e7e9cbd142ebb282adb8399b07107583d678fde99a15e 0.04 MB 39 105
152,210 152,210 0000000000000db67e8d87f49bf709e8078d2e87c9d45892f6c1945d5999d549 0.05 MB 92 73
152,209 152,209 0000000000000cba9662b7431d84742338e78e8fe51433b95870631f9d592384 0.01 MB 41 260
152,208 152,208 000000000000011a06030dac856874fcf539afdd8ea80edc8d352cdbf1e78237 0.00 MB 3 0
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, 114 incoming
  • Data Transfer: 1,615.72 GB sent, 92.69 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.