Memory Pool Memory Pool Refreshing

1,597 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (611,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,194 296,194 00000000000000009e70359007b4959646b6f12c3fe91990c066613a73d88d05 0.65 MB 904 26
296,193 296,193 00000000000000004f71e0f03301b433f0ecd36c4b34e136055225b50d9b4ea7 0.35 MB 940 45
296,192 296,192 00000000000000003684b1a2dc31a4fa8fc933e9049e11bc3a841ca4785c1c22 0.09 MB 128 64
296,191 296,191 00000000000000003c6665f6965b6d1a5a9ce789f4ea0c2de04b8d3658de6230 0.02 MB 52 22
296,190 296,190 00000000000000005446c26326684906a529fe1368ed788cb38eb34a176e30cd 0.53 MB 870 49
296,189 296,189 0000000000000000460718ed71159d4b059e1a212b537d6748b08b168e21f3ea 0.30 MB 287 18
296,188 296,188 0000000000000000a0a3ddab4fae6057ea669a2e4463f7dc218b2a392750f428 0.35 MB 938 40
296,187 296,187 0000000000000000b014710be11576122eb0f1d14ad13ab5a6b5a80bd38f9a4b 0.35 MB 749 44
296,186 296,186 00000000000000009da31c5bd96fd2b4a45387746ffc25fb76f84146334b7cd7 0.01 MB 32 71
296,185 296,185 000000000000000034e656dc336b99c87af3149015cdde8a16da6910d7fbf421 0.21 MB 409 30
296,184 296,184 00000000000000002b7b78c2d78715a5dba9c1609b11c7925f4b7c592181f737 0.02 MB 48 27
296,183 296,183 0000000000000000462076784fbad8eccde222bb1161d3e614e9c324e1c5f389 0.12 MB 178 25
296,182 296,182 00000000000000007415606d9a6309df902d23ddc8c5c2233f4a243a51a5ade4 0.14 MB 256 31
296,181 296,181 000000000000000030d3a4facaa7cb7eec2c1a68c3e20956186064bcb4de969c 0.21 MB 74 13
296,180 296,180 00000000000000003d8bbedfd258389038786065c73f595a331ff2738d5d4696 0.35 MB 764 42
296,179 296,179 000000000000000093b260b58dd922915321f8837f3e8efdf9d7688859b2a12f 0.24 MB 534 42
296,178 296,178 00000000000000003e431345c827addc160aadf1ee0fa5e285a6f78f44031a1d 0.10 MB 113 9
296,177 296,177 00000000000000007f9e8c739e9fcac58c55cf50f80081551c04ffabe9149bcb 0.19 MB 410 34
296,176 296,176 000000000000000094e442bf42b8d557548c00419d58a501fc42c411e42005cd 0.60 MB 628 21
296,175 296,175 0000000000000000086ab1982f1daad325853827fdc98aad2eaede3608bbf4f8 0.29 MB 512 33
296,174 296,174 0000000000000000a70c9d746cbb3c0ecea16f95cef596b7f349b367e8ad0280 0.25 MB 621 42
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.