Memory Pool Memory Pool Refreshing

11,256 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,525 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (648,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,353 259,353 0000000000000001ff6801438276aa57ed8161db9331cd0b284e41d3cd70bedf 0.14 MB 321 98
259,352 259,352 000000000000000db33e00fc456e75e74754689dfcfdeb7d177a8a469f3923c3 0.04 MB 62 56
259,351 259,351 00000000000000129d4157c189042da52828dc93bebcdb6f15f4eb7058a8ee85 0.04 MB 80 76
259,350 259,350 00000000000000153f9b8e64dfaf67b7b7239162f6ec2d3aba29633f6a1d1715 0.14 MB 184 56
259,349 259,349 000000000000000de21f05bf4731d9bb5a4a6608c9b9d5e9e5518bf58ae72a49 0.25 MB 470 88
259,348 259,348 000000000000000746136f50f5502266a22315ee84e4e4486be06882ac4b30c3 0.56 MB 901 64
259,347 259,347 00000000000000065139de31cebd01a40cfb85338144f14c2ef3c202e514eae5 0.11 MB 235 83
259,346 259,346 00000000000000255d42789630bccd5cb9a4f0c8586c37b28a926e4aa26ea363 0.01 MB 39 181
259,345 259,345 0000000000000014c5e80e85bd6233a08e0667bd6e8d2c4a3dfc295a772c3332 0.03 MB 76 103
259,344 259,344 00000000000000221ec843217135c004ba2ac0a3d81e799e6b8629866a04d724 0.22 MB 439 263
259,343 259,343 0000000000000000925608b9af3adc11f45b1b16c84f96626efcea3008df3791 0.09 MB 209 103
259,342 259,342 0000000000000006064169da1524572c85f3fcdf02321c23e259d419fe9002a8 0.06 MB 146 2,418
259,341 259,341 0000000000000026185c7a27bd12ab3d06b3fa82d3446e0cb33bb135cf03c9be 0.05 MB 119 96
259,340 259,340 0000000000000023f2ecb765a2dea90dc2a99761171945d4fb1b9857da9b39a5 0.09 MB 86 75
259,339 259,339 0000000000000004f1a27e8aee5214c126ee2ec9f77d12a69f6ab925456fde32 0.07 MB 170 88
259,338 259,338 000000000000000d86ca5c4aa2af16dba06befff360703262ff40852d993f6d9 0.05 MB 109 58
259,337 259,337 0000000000000025df3ab8740bca85e7c5ccae4a36f6b46f3f0249de94c774ff 0.33 MB 821 87
259,336 259,336 0000000000000005000595bf6c42f327202a176254be991953e681609efe4452 0.02 MB 53 95
259,335 259,335 000000000000001093fbeaf80694fc61e4c7e330f3539dda6a19e229014a36d0 0.15 MB 289 84
259,334 259,334 00000000000000023e8199d44ecdf2f7244c2dbd4c9688cb4a1bd88e9a1cb48c 0.10 MB 205 78
259,333 259,333 000000000000002365006da1cddd3215f13d3b5bdf435f77ab3e2f19c9371b1b 0.04 MB 68 106
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.