Memory Pool Memory Pool Refreshing

9,304 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,663 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (727,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,685 180,685 000000000000067c25e57aafd64451b9ad012829504b83f5f6d3dec53ec3b9d7 0.02 MB 56 122
180,684 180,684 0000000000000304898878335eb41668329e5785cd680fbe0d82f248f940fa4f 0.10 MB 222 151
180,683 180,683 0000000000000621c76f7839994ed32be5644668ab91e285eaa97e51ba238538 0.06 MB 128 148
180,682 180,682 000000000000086d934a1c24f8dd739cdc6c5b011963af36238fee6376e05bf4 0.03 MB 45 70
180,681 180,681 00000000000008c52abf47c97c4b8dd321e28cfc537a40041b52df0e86b91432 0.09 MB 210 188
180,680 180,680 00000000000007cad2914287616e6207a94e7040912c26fd2a241fed46ddae30 0.10 MB 313 115
180,679 180,679 0000000000000729e39dbca7937487c6b23a510e6d872d31289cc6fef24f539a 0.25 MB 613 181
180,678 180,678 000000000000075d5ecff63e7e32b8bd75c8aa165531d0f75cdf9ea42dd62394 0.08 MB 128 127
180,677 180,677 000000000000050b40919628f37038e2c29f646c7cdc16e5195bef223b8c3ab2 0.10 MB 245 183
180,676 180,676 0000000000000662fc94582097eef84b88041bd442ba0302e54ebd4f4732ddef 0.02 MB 58 200
180,675 180,675 00000000000003eca4055ff02c2c1f3c5bb9da287591662965822101d2b4b86c 0.13 MB 304 184
180,674 180,674 00000000000009a94bb2b1c677d45f0548c981c994c383d0ed47c0cfd1bf4f36 0.00 MB 1 0
180,673 180,673 0000000000000212b3fd95680124d53d1e64cc03d6f42499cf74036fd4b9c6de 0.06 MB 130 135
180,672 180,672 00000000000007b4f8f8d814f48ced85a67eb0868958f8e2feb2d1513b19a8e9 0.19 MB 246 142
180,671 180,671 0000000000000308c7fb92d03bebcf6629919547c0d331499eea38e0687a7ae0 0.00 MB 14 1,164
180,670 180,670 00000000000006ff41567809f101bd2bb94f323248def83d6db86508ed41f273 0.18 MB 240 88
180,669 180,669 0000000000000250867b0c71b09404426bcb5d3b8a8f2a83d4259dd8eedbf9a0 0.05 MB 115 130
180,668 180,668 000000000000028c751108bfa09fa24637303c6630be1023ca85d90a4f015023 0.04 MB 128 105
180,667 180,667 0000000000000123e1d6644f3b0167c2af2aee8a2670452e2b2089aaaf56ee0a 0.21 MB 466 235
180,666 180,666 00000000000002231cc9fa505dad5e988599a12a9f01a2cf2eddf6bd08847a7d 0.01 MB 28 98
180,665 180,665 00000000000007648f4371bfceb6786134bbdb4ff543fb2919bd5bd2ae02cea1 0.03 MB 92 174
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.61 GB sent, 94.36 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.