Memory Pool Memory Pool Refreshing

2,509 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (433,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,964 473,964 00000000000000000064ad98009636ef0b6bbd261ecf7b2d7771d2448bdc5e6a 1.00 MB 2,615 384
473,963 473,963 00000000000000000144d5e5a9f058d13bed5644d7f40f309bbcc0ea4fc4ff2b 1.00 MB 2,299 366
473,962 473,962 0000000000000000000173710a8381f2de3147b7413849f24becb8b03362a0eb 0.27 MB 391 82
473,961 473,961 0000000000000000007b5b8d31916cb3ee26c8e3334f9d6f6b9877275557792b 0.50 MB 792 235
473,960 473,960 00000000000000000130fa1992003a11caad40210242e9e3e3db3dc5e31c2d88 0.51 MB 1,149 206
473,959 473,959 0000000000000000012b74f7b0625a5c3c842de3336e09c41dcdbcd52c3edffd 0.40 MB 514 124
473,958 473,958 000000000000000000486399630c9f283ac4d9db558284434f5c412c280996a8 0.60 MB 1,197 220
473,957 473,957 000000000000000000e6b60261ca83afdb16f059ecc39c47924aef0094ffa6e8 1.00 MB 677 25
473,956 473,956 00000000000000000160f96656e39bd1f73de1a96c3ea79cb8d1f95b0fbcb013 1.00 MB 2,015 84
473,955 473,955 00000000000000000108fa14dcb75ecb53358f88553f2471e940af7e9fe8cf83 1.00 MB 1,873 137
473,954 473,954 0000000000000000003b4eb96d8427ee01d21a4ae951413e74eaa66fb94f6e7c 1.00 MB 2,416 257
473,953 473,953 0000000000000000014af2dba188ccad8a3b428dec8e88008bd0d60899c7f236 1.00 MB 2,322 352
473,952 473,952 000000000000000000881c3e8cf53b65f04b1bc8e728e73a4d90a6360346eb86 1.00 MB 2,710 325
473,951 473,951 000000000000000001680a46e3278b274a5b460f072798a06aa162a5eb179459 0.96 MB 266 19
473,950 473,950 0000000000000000016984f8d36da2d733657caa9763475d9289fdbb8a096561 1.00 MB 1,254 52
473,949 473,949 00000000000000000074606c4259e90c5e7d6028af0538a3ff074c7ec6bc824a 0.76 MB 1,313 298
473,948 473,948 0000000000000000002b421fd314ef64ff2e7a42205da72054521de454c8fddf 1.00 MB 1,267 139
473,947 473,947 0000000000000000005f2a78bcf67d01b57c72b3a1c354fad15c18550657b631 1.00 MB 2,423 227
473,946 473,946 000000000000000001062917b81f5884043a4f1c47c7392a15d432fa98a834a3 1.00 MB 516 23
473,945 473,945 000000000000000000ccb7285fb5c90690f74f2e354a192b97c065789a8f18b5 1.00 MB 2,114 220
473,944 473,944 000000000000000001896adba451ffdae7e107fdae69ffff04a425b518f8a07e 0.29 MB 651 214
Previous 10 blocks ↓
Total Size: 769.30 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,642.64 GB sent, 94.43 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.