Memory Pool Memory Pool Refreshing

572 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 569 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (629,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,688 278,688 0000000000000000c9fbd7e87b3228b7f08dfacb4995bb82efd86e6b6d0d80f4 0.10 MB 251 44
278,687 278,687 0000000000000002dd088120edfd6ae68ef0b391990f72f3beb72dc5991e191f 0.13 MB 329 46
278,686 278,686 00000000000000023f333e897d2eb57e8aed8e2e9095c0e4b2720d86492fe9f7 0.16 MB 338 48
278,685 278,685 0000000000000001a31b5492f8491c0ef0bd3855c26d488c63d762f51d6f5afc 0.10 MB 132 30
278,684 278,684 0000000000000000eb66b7a1259a08dfdbf94b99f6ceb2b630df2d4f536cbfe6 0.03 MB 86 56
278,683 278,683 0000000000000001b4d7d12b8bf6e67c79793d133627116db3409bd319ce099c 0.01 MB 40 42
278,682 278,682 00000000000000000e83c038c9d18df1bb4e64202995fcbbeb2f917aecb70882 0.03 MB 62 34
278,681 278,681 00000000000000010e6fca4628fb6bda61a8e900bfc59738bbc9bf22a5037238 0.13 MB 208 35
278,680 278,680 0000000000000001f41111e9185ca4b4da33286bd6aa11de6a78ce7d4df7ef75 0.24 MB 372 36
278,679 278,679 00000000000000015bedaa39f0c8974b781e6f8bbd7a38f577129499ee8146ca 0.03 MB 98 58
278,678 278,678 0000000000000000e8d4b3024c50aa346b7c09163c806a92bfe0fafdb54a6e75 0.03 MB 105 4
278,677 278,677 00000000000000000e8dd6cb63004ea5c60b56786d0d713097852f59a41d9bc2 0.08 MB 147 53
278,676 278,676 0000000000000001d1a271a490916308c772fd4a115e5cf5a27e5c336835ffba 0.14 MB 349 54
278,675 278,675 000000000000000128940130ea68d42fa4c111d6afa67e9523065ea370804445 0.25 MB 289 23
278,674 278,674 000000000000000099254d63d4c993c5204eb048e5e0e14a52b976bd88ae56ab 0.25 MB 389 45
278,673 278,673 0000000000000000f22c5d5dce4e3775414f05974902f763242cafe9bb8c17e4 0.25 MB 558 33
278,672 278,672 00000000000000002ce1b437663f90b836c8e46a223ff29aed54818120cf848a 0.25 MB 593 67
278,671 278,671 00000000000000005e594685ca8222d27c87c2329fb6a3d25121c338ce045d32 0.03 MB 65 81
278,670 278,670 0000000000000001aeafc81608aff858626f09c4a01ac163ead4bea0f5449b10 0.37 MB 417 25
278,669 278,669 0000000000000002449d280104ec9d525ccf2cf99604e1c055d93c9e9bb786b4 0.00 MB 1 0
278,668 278,668 0000000000000002c1a68ad89d0af4ab1b6e17bcc23d6fc0f06c00f35e96e358 0.01 MB 25 30
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.