Memory Pool Memory Pool Refreshing

3,773 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (552,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,343 355,343 00000000000000000f2f4c005788c787d08a62e7ec2815b222330947fc2cc5b5 0.22 MB 263 17
355,342 355,342 000000000000000003f48c50c34395270099d3f929ac493f1cf09cd1e1d3ec41 0.75 MB 1,465 30
355,341 355,341 0000000000000000063376aa291b4eb5d08ab7f95a7d555ac9a62192c4a5115b 0.51 MB 699 19
355,340 355,340 00000000000000000c76e453681d6af3dbb367ef7c8f46178227845921b84e71 0.90 MB 1,829 31
355,339 355,339 000000000000000011b60593d7fea8a9e70f8cbc75400e14416e7c64b94b744e 0.25 MB 480 25
355,338 355,338 0000000000000000057489eb250a303a5d1ea6f9df1ceca6020c777c3cffab92 0.24 MB 423 29
355,337 355,337 00000000000000000da07e1e943c6a717db23c7dc4cdf2b98dd67d69eab3bc85 0.10 MB 82 11
355,336 355,336 000000000000000010bb06fa363880fde34bf084bd8da1a07d26f2c1a0fbc432 0.02 MB 33 14
355,335 355,335 00000000000000000cd16c1a9656b883e82df4cb1159e8a8b7deb26eb8a266a2 0.74 MB 1,546 29
355,334 355,334 000000000000000015a1646c6e1bfce0d7b483cbb2b8f676c442fb7382468cd2 0.63 MB 1,253 29
355,333 355,333 00000000000000000488bad4dfc7eefed5bfbf40627af09ce7fe9ae9104596d4 0.13 MB 257 23
355,332 355,332 00000000000000000335344882688031eb07bd3f6673fd9831a88a7bbe073de9 0.64 MB 1,092 23
355,331 355,331 000000000000000007ba4a30efb7271f1249e89024a2ab54f7737a8e2a8c23cf 0.09 MB 128 21
355,330 355,330 000000000000000001b2cfe9af1c88103899843e31a97c2e2463f46854db573d 0.75 MB 1,721 33
355,329 355,329 0000000000000000007773f2a092e32117f9d2deea38f8fb3413c8b9baf22ee1 0.28 MB 503 26
355,328 355,328 000000000000000013ad1a2312d76b788e495fb2310ccbc19803d53bfc7d6d68 0.39 MB 692 26
355,327 355,327 00000000000000000347a4b0b7215a70c720a295c3736d0741d926703f6935a3 0.09 MB 225 30
355,326 355,326 0000000000000000094439d8fb7958cd60664262c1ed24a9227e2f4c4998b702 0.17 MB 374 18
355,325 355,325 000000000000000005cca947dea052ee42e377b684f070e7b76e37c76ab835e7 0.48 MB 926 29
355,324 355,324 00000000000000000c5b2d02b78598e6523962846efb85f0017b7e868b198b5e 0.53 MB 1,016 33
355,323 355,323 000000000000000002899ebadb54ab4fc45dfd043d171879c527f9070d1895f0 0.14 MB 263 30
Previous 10 blocks ↓
Total Size: 769.21 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,634.44 GB sent, 93.99 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.