Memory Pool Memory Pool Refreshing

1,156 transactions
0.38 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,156 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (639,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,235 268,235 0000000000000002da32100f879e288e24a34235e52b79666c8e17500041ce64 0.15 MB 337 46
268,234 268,234 00000000000000074cf7f7fa2bef753a98d745b06b047d6dbb91d23e5aade937 0.03 MB 65 9
268,233 268,233 000000000000000283f2c3e8ae00d7c387a4365ead464c4effdf6d641aa1416f 0.19 MB 373 65
268,232 268,232 00000000000000005f3a763caa56924061b410e183196950953246a2dc4ac4e3 0.25 MB 427 6,001
268,231 268,231 000000000000000645a66c25d804fc14261ef6ac37bdf22128d420d7c17978db 0.20 MB 328 44
268,230 268,230 000000000000000861a91fc9273362f6b082c8022f91d85fcafa6105d4e30ac1 0.15 MB 278 47
268,229 268,229 0000000000000000c7b9a1298343a07937ca426c947a632fb47c23b4370c2787 0.28 MB 416 56
268,228 268,228 000000000000000577a0d4c5f603def9397839a1afcdf620cc685d40abab2faf 0.01 MB 8 52
268,227 268,227 0000000000000004fd93b032c7dea5799d4d5cb151e76658f7bbd3e0ebd3d5f4 0.28 MB 399 36
268,226 268,226 000000000000000850f528297271943d872ed00d6ffca347b46c3dd5c62ccf1c 0.18 MB 352 68
268,225 268,225 00000000000000059c9db53e74f9559b4c3a1df6feb0fee0dd73ab0e21cb3739 0.07 MB 150 57
268,224 268,224 0000000000000004820723c0c2c653bd0abaa93ebe20f9cb1ed60ad221136fc4 0.24 MB 358 30
268,223 268,223 00000000000000032044320741cb492569f0609c98caa9e86f11110b3cc53bde 0.37 MB 914 89
268,222 268,222 00000000000000085cc29f48090cfac2784d645784f5f145226d8c56ad056dc6 0.00 MB 9 22
268,221 268,221 000000000000000121e661e1074ec9e5ab1c5921175f48913cebc07b06dd5e5e 0.07 MB 160 91
268,220 268,220 00000000000000036d3587da193d5818024bb2876ed6e36edd5edbc7a40307ce 0.30 MB 352 8,382
268,219 268,219 0000000000000003a4f84b3f3ea23750ff80497550db5b62463d88025c89278e 0.15 MB 294 4
268,218 268,218 0000000000000004c9add2e97cd06f3f0580aee1d8b9e9693be3858482e774ac 0.35 MB 615 71
268,217 268,217 00000000000000068d8ee2b1b1e65cd67ff239f708f1bbddad826f705bc438aa 0.14 MB 304 84
268,216 268,216 00000000000000047b152ee44319173976546894eae57cfca462a1f11b9282b7 0.11 MB 228 53
268,215 268,215 0000000000000005c617035811f268738893ede6bb2bffeede469a0bd767c567 0.04 MB 61 44
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.30 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.