Memory Pool Memory Pool Refreshing

5,225 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,420 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (23,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,887 883,887 0000000000000000000021e79485b37bfc271aa6a59022ad7b7afd0c0b0fbcfc 0.89 MB 2,227 2
883,886 883,886 0000000000000000000216429b0c76f0f55837d90cb8fb423296f20a05707f06 1.52 MB 2,742 3
883,885 883,885 00000000000000000001c5a5988518f82ab3086eafa47b501779ecb3530e96aa 1.52 MB 493 1
883,884 883,884 000000000000000000022e2ad874e27d8c18500215f0b8bbe1152599f9e7b1e8 2.05 MB 30 1
883,883 883,883 0000000000000000000131045aee9efb2a164ea208797b0208852295f9f4cadf 1.79 MB 1,373 2
883,882 883,882 0000000000000000000073011b0ec2745bffcaab669d5dcf275befe91535e5a3 2.09 MB 656 1
883,881 883,881 000000000000000000001ed378b03e8495d75f9d717c66c3ef2f5f271420846c 1.66 MB 2,938 2
883,880 883,880 00000000000000000001da0cffd974b9cfae12c513aab08143d3771eb79773f1 1.84 MB 1,560 2
883,879 883,879 000000000000000000008d12302b17b702effb8b02198dde15c10242666bfe19 1.56 MB 4,269 3
883,878 883,878 0000000000000000000225048127bea468066345bf1f75d02c0e5a4b8e2d9fbf 1.97 MB 1,463 1
883,877 883,877 00000000000000000000bbee1089bfd6a4c432c6c28d8dba338843e4aab86860 2.13 MB 464 1
883,876 883,876 000000000000000000003b43a18eff92e53c3c8e9a7fc5b142be08aabc917b0d 2.02 MB 1,124 1
883,875 883,875 00000000000000000000b73d4d7c06b63fc9b7de5c23185a85c395a045f752c4 1.62 MB 3,519 3
883,874 883,874 000000000000000000021a4ae961ac8bad752d387fc9f7b99f8767753daff3e9 2.05 MB 1,035 1
883,873 883,873 00000000000000000001391297efb58013e66c8434a2ec4cf216bfb1a8008ab6 1.40 MB 409 1
883,872 883,872 0000000000000000000233ab22acc230dff51831f93f899a6fbc4c492f5f3b6a 1.68 MB 3,295 3
883,871 883,871 0000000000000000000018575a56f0e359a526edb95c88cb1ceafcdb1f6e2f25 1.18 MB 820 1
883,870 883,870 00000000000000000002125030a7fd5a054cf7ca7253de9ff2abd8f8ec5ba238 1.04 MB 351 1
883,869 883,869 00000000000000000000cd6f19357df7c43747a4dc7b43686b44ea185704e54f 1.43 MB 2,221 2
883,868 883,868 00000000000000000000bcdad53a774078cf97c52b7ad89a72fb422b6684fdd8 1.03 MB 386 1
883,867 883,867 00000000000000000000af83f0dcdfe971ea64f13130146179d1cb4f7f23b548 1.60 MB 1,961 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.