Memory Pool Memory Pool Refreshing

4,081 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,993 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (736,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,970 170,970 0000000000000903056a5e9510c464554b58d60ba68501e84b9286a52eddc32d 0.04 MB 168 7
170,969 170,969 000000000000078bf66386dd6bd1aea8b7a1dc055fd8dacf0e57c25570fdc696 0.01 MB 14 65
170,968 170,968 00000000000009172c681ae81fd1686247a7165950f9da62330af6cfa8876115 0.03 MB 75 129
170,967 170,967 000000000000088073a4046cf0673a1e18b60dfb3ceeaf8505281c7e7fed2aab 0.05 MB 111 108
170,966 170,966 000000000000067cf60bd00154f2767b7981c3411dd8c446da40378fb3a59d23 0.00 MB 13 0
170,965 170,965 0000000000000b18dc4533b92f2f3fe3d6c79bd5fe8abf2332bd5ce4972deff3 0.00 MB 7 0
170,964 170,964 00000000000007ba7f80a8c4d89ea976c3e10f3be9cd1b4ecbd75d75ae8727d4 0.02 MB 58 180
170,963 170,963 000000000000096e2727da31b4702dc9eece56b5c12ae2acd45e39c6709b8c47 0.01 MB 21 160
170,962 170,962 00000000000000ec0c5971248e2dcf71e247378caf39c30b163868ebff40db45 0.03 MB 61 113
170,961 170,961 00000000000001c8bd46d96a9ea4cdd964030de6db259dc40df01274cc21d978 0.00 MB 1 0
170,960 170,960 0000000000000631553d94be4a67ee4a26d23c9e313d66af5e1f0fc4ffed3833 0.00 MB 12 43
170,959 170,959 000000000000066e5cc0e6afc33c875d94e41832706401c09317d3208f0b8467 0.02 MB 44 45
170,958 170,958 00000000000009c12c72f89c4f34a60d41bd1b6271a0890a85697ffdd0e8ad23 0.01 MB 3 66
170,957 170,957 00000000000001c741e857aa76e7d90bd19f0e4ce0b0ead5b326d73133b46480 0.01 MB 10 576
170,956 170,956 000000000000080e45373329c86417ddbb239e7266eae1e06c1eab93cf0b8691 0.03 MB 51 99
170,955 170,955 0000000000000263366bf3242d0654007d1c24ce328781174994b75e3e682189 0.03 MB 81 30
170,954 170,954 00000000000008e7353c9a727a2466946d40242596fe282d7eba470a2c92d3fc 0.04 MB 85 336
170,953 170,953 000000000000049d1b9fc4af6dc2037e9d2139f8485e58682d68fbc51f983530 0.00 MB 1 0
170,952 170,952 00000000000001aa8a222e475378d3228d73dc19d02917d067c1fdfac8bc683d 0.01 MB 19 221
170,951 170,951 00000000000001710c7531c4c20871293777356bdea6984383746afe2aec9a5b 0.01 MB 34 113
170,950 170,950 00000000000000f26971db36d35128e552151a8dae2c05cf0d22e63ef8a8c707 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.