Memory Pool Memory Pool Refreshing

7,825 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (692,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,890 214,890 00000000000000e1ff0c149d1a2cef2f7471861050793bb39578fadf90e25498 0.06 MB 108 144
214,889 214,889 00000000000004dbf8e9e626a93a2a96cc82199a8e2616007e06690a027ef767 0.00 MB 9 74
214,888 214,888 00000000000003d845214e21551943b3cdf2d1aef73f922aa3066c1e06bd02f0 0.20 MB 186 47
214,887 214,887 000000000000033d8deaca66a22374324d0e6847b52eda9769e3701272ed390f 0.22 MB 673 201
214,886 214,886 000000000000011394f02e69ef164d677a8dd324b3fae599266d14411143b1f7 0.00 MB 12 97
214,885 214,885 00000000000002e29590964d88b9e891cd9c81037ab9c297d582b85eada169dd 0.25 MB 577 229
214,884 214,884 00000000000003188cefec2222f0851b553c4116ab62a800853544a040bab633 0.20 MB 683 206
214,883 214,883 000000000000028cf802dee6c33d091c0e759195ad43af6d0c461fd147eb8914 0.06 MB 211 194
214,882 214,882 00000000000004062524e1785e4cfdc49aa9103511ff7870bfbb17cde8cfb160 0.10 MB 310 189
214,881 214,881 000000000000013d6eb1f30a1bc68bd1c8a3e139b29e5e94ccdcf41c16e62fa7 0.04 MB 97 183
214,880 214,880 00000000000002a63a24ddfbaff374cd19a708c9f82bacd7d54f5e00a0ba619d 0.19 MB 630 191
214,879 214,879 0000000000000250c201830e6856501785610a9bc4f2c3d78d51c5e7e1d4edd5 0.02 MB 43 126
214,878 214,878 00000000000002ac83c13638073afedafcba700504920264a4d4c80a27bde25d 0.20 MB 512 185
214,877 214,877 00000000000004038b127ea29630078add335e8a7854a47b1b691964e640f36c 0.24 MB 437 169
214,876 214,876 000000000000050b5e8e1bc970a5983db4faf2fed28b56cd62b9e49a11e733b4 0.05 MB 127 33
214,875 214,875 00000000000000a0dc9588a7e2d63583e4d570f59884c7afb745736d6c97ce08 0.34 MB 830 153
214,874 214,874 0000000000000106849df1b862b66440071363a59b95c009f2fe456f9d48939c 0.27 MB 628 574
214,873 214,873 00000000000001e00889ba449294f1a54eead53dc2dd48c3eee094e428ca0cd2 0.17 MB 425 193
214,872 214,872 0000000000000179f5e327344e37dfc90b6f9523b471a0cefd1cf13c17e2a145 0.10 MB 231 152
214,871 214,871 0000000000000264357570544115b953bbac53b4811258fd069f691c4892488e 0.13 MB 294 149
214,870 214,870 000000000000023a5f54e42b1146b246fd0c47ec6db7894f5ea6c847a9b97d16 0.23 MB 440 178
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.