Memory Pool Memory Pool Refreshing

1,151 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,125 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (117,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,039 790,039 000000000000000000021a0207fa97024506baaa74396822fb0a07ac20e70148 1.62 MB 3,441 96
790,038 790,038 00000000000000000003e847786b16d625ce39e64288d7f53de670234e5999fe 1.82 MB 3,321 32
790,037 790,037 00000000000000000002f3370e2ac8cef5ce90f432edd3da88356b98ddfbd608 1.81 MB 3,379 57
790,036 790,036 0000000000000000000076dd94f4e1c140910f725cbb43f9d10f17abd62669d4 1.87 MB 4,122 33
790,035 790,035 00000000000000000003f870015afe1e90ab25a2b7d926daf89447cd67caadd6 1.67 MB 2,906 97
790,034 790,034 00000000000000000002bb82fb3c0d51271c59593f3a59b0d9162208beb67d0d 1.56 MB 2,815 60
790,033 790,033 000000000000000000030d441b17b4444e3aadbad96c70300d0bea91348006e9 1.64 MB 3,377 86
790,032 790,032 00000000000000000001c0496b3c51a841614d103180e307c1167ecdc3dc412c 1.86 MB 3,317 32
790,031 790,031 0000000000000000000435b064dfdef9c55534f6053c820d607ce56f27122403 2.05 MB 3,256 42
790,030 790,030 000000000000000000042ca4a8506c0d085839be02cefe305dc80b34fbad41e9 1.82 MB 3,630 51
790,029 790,029 00000000000000000004dd6efe4c1edd1adf83fbcab9eb085c0ff1563abb9c2e 1.78 MB 3,118 42
790,028 790,028 000000000000000000035b458ef5dfd20208688033ccff48c2bd128632139aa0 1.74 MB 3,159 77
790,027 790,027 00000000000000000001384e37094e2ba4174e82a9656f2a093a046cd2a73ff7 1.87 MB 4,278 54
790,026 790,026 00000000000000000005583317fa65339cca9fad72b1a0b91d7a57c094f3ce1b 1.72 MB 3,627 65
790,025 790,025 00000000000000000001cbe042ccb876aa7a128f9449b891ef3197cbd54bab3b 1.66 MB 2,878 102
790,024 790,024 000000000000000000014fcbaae2c2a918fdfa50631c854605c0fdc5db0db126 1.63 MB 3,315 131
790,023 790,023 00000000000000000000f5eb3a257f3f2a7a25aa39b570d15dd85b8b034b124a 1.70 MB 3,886 64
790,022 790,022 000000000000000000054d92c31d657613d5b309d65448f37cf7e805a5a81c15 1.76 MB 4,325 88
790,021 790,021 0000000000000000000495ac93c630d3fb9695ad844740a54121578c71f41378 1.62 MB 3,842 134
790,020 790,020 000000000000000000000b75b7fb0420fd15227577092d66a410805d698b8eef 1.88 MB 4,595 50
790,019 790,019 0000000000000000000426819a8250e96cc037db48672c82dd8d3b82fa09c48f 1.79 MB 4,622 81
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.