Memory Pool Memory Pool Refreshing

1,980 transactions
23.31 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,733 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (861,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,179 47,179 000000002319782c4ecc3ee9685cd648aa5d53a4ef04af3ba4eefb70e024e967 0.00 MB 1 0
47,178 47,178 0000000022070568ad884439e6b8d3fba8bed4c168a9349d85d57fbff9a099da 0.00 MB 1 0
47,177 47,177 000000003639c2b40ebcc606014927613259b7bcdb7bc5c8286c392aca7331d4 0.00 MB 1 0
47,176 47,176 000000002a9a9ac5ca4b71c2e2cd52b67bf878f33b71156e625b41a06f7f6ba9 0.00 MB 1 0
47,175 47,175 00000000327243a3991132a9d6d05487900c1bfc06da8b0d802e93f262c2f4ce 0.00 MB 1 0
47,174 47,174 00000000122c8ca94d2d7dc6a93277fef970ff6f54bc238735d274653d75c723 0.00 MB 1 0
47,173 47,173 00000000056b245d5fc5b75b85945a10ebf4fd6e45da4f32dddac3aca5d196d4 0.00 MB 1 0
47,172 47,172 00000000090610fc0f498cc3c9f93a71943d4170793f994820b374f5c6975d94 0.00 MB 1 0
47,171 47,171 00000000331fde27792fb5e655c1aac26cdaee47f0caf0d3750e9bde54fe07ee 0.00 MB 1 0
47,170 47,170 00000000299423d79cc5435acc45219bda2255462467485913589df89b7ad209 0.00 MB 1 0
47,169 47,169 000000002b044cd3426f2625f435c8798accaf69097fad765373ca063189ff25 0.00 MB 1 0
47,168 47,168 00000000234118cd336bbb3d7014102168d1f6480f826bde154238d481398eed 0.00 MB 1 0
47,167 47,167 000000002d79f83eeb993d3c42cacc19b1d1fabf7e2a8023ec8edf9fbb2b7741 0.00 MB 1 0
47,166 47,166 00000000262c6d547bdf7f73048e0f2beeb9fb458d219a1f5caa2314cf08e6f5 0.00 MB 1 0
47,165 47,165 0000000018b11109a9a5e742ea4fe75b7b1f16339d6501f83c34d79a2d1dee77 0.00 MB 1 0
47,164 47,164 0000000021b273357a982fc14f4d328d19ed03778022addbb656bd3e43fcfb91 0.00 MB 1 0
47,163 47,163 0000000018a14ce0b6a17d65d4d4a697fe08fae29d46f47744230458c4a8f766 0.00 MB 3 0
47,162 47,162 000000000edda6d3ba332b19d8ea709d43471240b14cf0c400aecbdbc1727d5e 0.00 MB 1 0
47,161 47,161 0000000015b55f5b03135dfbf60c6e76b9f24313a537a92bcb87cca876db2fbe 0.00 MB 1 0
47,160 47,160 0000000012cf5827cbb95610648e3baffe2361669d5b0347391e9871ce00362f 0.00 MB 2 0
47,159 47,159 00000000271b34629161da9df3f0c5667250e46efecd0f64a5a9de2188b80fff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.47 GB sent, 98.61 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.