Memory Pool Memory Pool Refreshing

6,119 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,113 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (228,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,245 679,245 0000000000000000000b9e54cefddf2ec849ee8398f1da28ae025f4e69215f40 1.31 MB 2,253 121
679,244 679,244 00000000000000000009aa419128e615d571ff992ee5ea204d321f7e9841bbdf 1.24 MB 2,379 111
679,243 679,243 00000000000000000001b95441470d339fa0889a1bcebd7796d74e8a16ef9656 1.24 MB 2,187 99
679,242 679,242 00000000000000000009d0dce9dd5bc32c444165d2959a725450ab52569bbad7 1.34 MB 2,570 125
679,241 679,241 00000000000000000007dd297945307d941b32ff63ed247bb547c65c0391f2fe 1.20 MB 1,639 104
679,240 679,240 0000000000000000000a1897e48fc69c8de42b854727b21c888c9a501394ccef 1.07 MB 686 99
679,239 679,239 000000000000000000022c26702ffdc5fa451ee8f64824ee3f67d48cddabc654 1.31 MB 2,856 115
679,238 679,238 00000000000000000007f3f1c1cf57c167fa8b9ed76d14626ec471ac8e35165c 1.39 MB 2,602 101
679,237 679,237 0000000000000000000660c506bb0d9b81dfaf274862b30bbf4f15a5d0cf597a 1.22 MB 1,862 100
679,236 679,236 000000000000000000064d80033c9d6eefc32095e18dcb65a3635292d3b9de11 1.25 MB 1,958 123
679,235 679,235 00000000000000000007a70e186a33024f92854f6a1f09d4cac2ab127aca6772 1.23 MB 2,670 109
679,234 679,234 0000000000000000000aa1c83f77d1bb70a7a5508cb1cabcbea21a002addf07e 1.26 MB 3,208 112
679,233 679,233 0000000000000000000a096ce0907ded6316c5f30a04313336d1c0dcdaa8ff0d 1.33 MB 3,114 116
679,232 679,232 0000000000000000000bf9b1261b91e72ab63eceabac6d9f0addb5b4f21c5868 1.44 MB 2,090 125
679,231 679,231 0000000000000000000979a90027cdd8a15b1cf718f97af25131f8d3524f0d7c 1.41 MB 1,972 114
679,230 679,230 0000000000000000000ad1b47c400b1212a5b21625ab4bf3bc27302323dc77f6 1.33 MB 2,613 120
679,229 679,229 0000000000000000000080a10e9423463bdde0367b0ad2a34a98da1d8c9a16d2 1.32 MB 2,448 127
679,228 679,228 00000000000000000002fccb1d3beb05522ddfeb1b2cd7a4919c4fecdef96ce9 1.32 MB 3,753 156
679,227 679,227 0000000000000000000020fbd1b213e1c6fb992c8cd82cac2ce9ea844fc54ac9 1.14 MB 1,352 97
679,226 679,226 0000000000000000000424e6f4d98ea0be14a7b70b8d9f53af021c870cf3b220 1.09 MB 1,085 90
679,225 679,225 000000000000000000074e281ef4b68b14f094103383699d8b9018a21e6a59d4 1.19 MB 1,966 90
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.