Memory Pool Memory Pool Refreshing

1,055 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,998 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (647,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,570 260,570 0000000000000014c4ea6ebfa0486e24da389509196e8e2648d6d25a6c932b99 0.00 MB 1 0
260,569 260,569 0000000000000006d67ccacb586ebb9b5a934f2f2a2050712df01c2cb7c4ba0a 0.04 MB 51 47
260,568 260,568 000000000000000533ac38120a16ae887eefe9bd06152e9fc6aabec1b0e54d4d 0.06 MB 125 99
260,567 260,567 00000000000000199cd418a6215eac86741e48a996a2d6d837f92962566c3bd4 0.03 MB 63 80
260,566 260,566 0000000000000012d136e2f14ad796527d06e4d474d4558c1a099fbf25fad4b6 0.06 MB 99 36
260,565 260,565 000000000000001640d075ea154038394b037ca1a58af640e7a8045b5c76d9f4 0.14 MB 376 134
260,564 260,564 00000000000000154ce5272d8f4e816cb16867dc4ff2d9cdf7dc87acb024667a 0.03 MB 83 21
260,563 260,563 0000000000000013f1654a99e85e572d8e43eaae8844de7b97f606f62ff976bd 0.22 MB 637 129
260,562 260,562 0000000000000011c0afba2de2fe8a1c384578ee34529d5dd0c9ef6c1444fcf8 0.11 MB 97 54
260,561 260,561 000000000000000afc69cbaf8b6116c8c9d60fd5dbebdfe30487f32c28cc1047 0.09 MB 206 105
260,560 260,560 000000000000000ecfbd9e94a7c2bbd16bebe3ba595263878c020a6298890d56 0.15 MB 332 98
260,559 260,559 0000000000000009840cf96eed353ba6315123a941510f7acdade9c1d1efae1b 0.02 MB 66 97
260,558 260,558 00000000000000070beb057741568364a9f016aa01e45634f284a1e157ce710c 0.11 MB 288 103
260,557 260,557 000000000000000d123af109d0d27fd44889f73558f183cfe7ddefca8d241b2d 0.07 MB 182 58
260,556 260,556 00000000000000138ef3f7765ff71675aea2637171a756cccca674b776159451 0.10 MB 296 132
260,555 260,555 0000000000000013456e81031765414c90b0038316e38a2a7ebdbd1bfc0c36a3 0.07 MB 181 120
260,554 260,554 000000000000000548af8016560c78ce2775aa4911d5009e8b8797145faf9302 0.09 MB 198 96
260,553 260,553 000000000000001cc97818cbb47fd77272e82c3b783913636d6eab236e639f8a 0.14 MB 331 135
260,552 260,552 000000000000000a6ca552418d79f52e8c787ab0df5181ce97c39060908f7aba 0.01 MB 14 31
260,551 260,551 000000000000000935b5ffe89e3204bdbba5339bba0a9a9dfaa3f20b8040d38b 0.13 MB 362 111
260,550 260,550 000000000000001529fdbb93c9179b63f1f8fb8238623907047cab4f8019608f 0.08 MB 193 116
Previous 10 blocks ↓
Total Size: 769.54 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,648.23 GB sent, 95.64 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.