Memory Pool Memory Pool Refreshing

6,338 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,709 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (577,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
330,161 330,161 00000000000000001808196e13f000d475d1ee3ebdee91bf5674f95016cbbca2 0.44 MB 310 14
330,160 330,160 000000000000000012a45c6c3cebb0c1f25cffcf22f623257ce85b8d8c9619a1 0.32 MB 823 40
330,159 330,159 00000000000000000914f4c8132ea1d149fa0659dc3e0a0c771fd87a1da8191c 0.10 MB 199 28
330,158 330,158 00000000000000000d01e5e9021729d9ee3c567dd16114875760bff1a36b5db5 0.01 MB 28 26
330,157 330,157 0000000000000000117878de0b3afcd2015fd27dd8d447ea2eef74d0a629022a 0.21 MB 277 21
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.