Memory Pool Memory Pool Refreshing

6,215 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,868 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (577,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,182 330,182 00000000000000001a2fd25318e15a98b0bb89100fb22e7edc0fd63317b6fd82 0.16 MB 237 27
330,181 330,181 00000000000000001baa782c42a11d25db4866fa0670a94241250e89204258de 0.52 MB 772 25
330,180 330,180 00000000000000001080cbf44ffe515acb8fbd44f857ceeee90a043c5e53216e 0.05 MB 163 29
330,179 330,179 0000000000000000026fbb9538a8ca112e577098671d2fa9b80c16d468804eb7 0.26 MB 523 44
330,178 330,178 0000000000000000162a5d53675ff5ddde2fd67adcaeec3e2110afcc4305d1c6 0.49 MB 1,061 34
330,177 330,177 000000000000000012fa48fb2d80ef687efd6fcf8e1a8dd9af8a6c48baaeafc8 0.75 MB 1,526 29
330,176 330,176 00000000000000000bd4caae8855a7db92e0e6fa690da4a05c4f9052e6a6de8b 0.42 MB 684 27
330,175 330,175 00000000000000000e7cbc7bf6463bc8474c62597443dd22b1dc8b080950e18d 0.18 MB 403 18
330,174 330,174 00000000000000000028496cb4f375f717e0c2d9f81fafc930045f9791739030 0.32 MB 274 17
330,173 330,173 000000000000000008ff9e6494c58aaea446bce8c5eb809ea31893617286ecfe 0.35 MB 991 39
330,172 330,172 000000000000000019f1390aaf799358ec14435728f7331a3392211a22531511 0.29 MB 534 28
330,171 330,171 000000000000000000e4ae4449470172e3e6e0323d503682fea1eae897698b7b 0.07 MB 107 24
330,170 330,170 000000000000000004c6b581080ca657a89229266f7ce5a9ef2986b2eaa4aea6 0.34 MB 691 26
330,169 330,169 00000000000000001b1b9b853f29477f7e42c1d42c090a43c56fe446fd9aef68 0.03 MB 64 49
330,168 330,168 0000000000000000160c6d711f9cd4b3c7b048e57eea3c73af4d74dd9ee6a9e3 0.45 MB 726 22
330,167 330,167 000000000000000002cedd3fd118aad2958c759580f95eddc0c495e741464109 0.90 MB 1,914 39
330,166 330,166 000000000000000018c7f93567e67dd8de99c09d8ea05c0f964e521eb8eab28d 0.03 MB 64 30
330,165 330,165 00000000000000001132d5b6f64e8aa86a7865657c57b6f70b7c825f2f3cb4cb 0.39 MB 780 31
330,164 330,164 00000000000000001592d6fd9f69e6d15413a9bad385bca0bb922b8767d5d9f9 0.02 MB 45 17
330,163 330,163 000000000000000018ff4bd277b5109391a677d9554533cd982127503a93c299 0.31 MB 659 31
330,162 330,162 000000000000000017473bee70df35198811ef4960078d4bc1237f1406857bd4 0.03 MB 49 5
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.