Memory Pool Memory Pool Refreshing

4,893 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (83,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,227 824,227 00000000000000000002807b5a795d6936bb35e93fc46bb4f95c8776371fe439 2.29 MB 2,495 109
824,226 824,226 00000000000000000001dc3adf80ada8584986a50e691da38ffa06eee4a4eebb 2.20 MB 1,456 63
824,225 824,225 0000000000000000000161cc1616450cf3fc105f201c7bf9191d8b12c14e4003 2.05 MB 984 54
824,224 824,224 000000000000000000007e04e2d7b88115c4b838d109bd20cc53692d975bed58 2.09 MB 1,474 65
824,223 824,223 00000000000000000003cd540b8103f787bc4963d7d47717ad705e2ed283bc05 2.06 MB 2,483 109
824,222 824,222 000000000000000000020bde2fa78c06e15d72aa2d75d261af9c045d30183c45 1.99 MB 1,026 61
824,221 824,221 0000000000000000000312388c12005956047875a368669cf9394128e0f6aa5f 1.95 MB 3,389 70
824,220 824,220 0000000000000000000102dca3d35ee8fa512fdc844301abca6296f1119503a1 1.75 MB 3,253 71
824,219 824,219 00000000000000000003a9044d0dffa7630a2b63b7631412cb5598eef7781488 1.83 MB 2,785 98
824,218 824,218 000000000000000000007a0b78f9da07d6e801fede6208391ec7919b71cdfd5d 1.97 MB 2,867 87
824,217 824,217 0000000000000000000078b133ce2b95d47c18805065c4f17eb4314731ccc930 2.09 MB 3,197 81
824,216 824,216 00000000000000000003c8293297e10c0af28705574929595956b763859785ee 1.85 MB 2,793 79
824,215 824,215 00000000000000000001035b3be779685f2748cd8e471e51b4ae0b4f258cb4a1 2.12 MB 3,126 120
824,214 824,214 000000000000000000034a0e80f6b8031d615a4d8a56d77b7859e0851d3de4b2 1.76 MB 2,883 114
824,213 824,213 000000000000000000018378b7e8aae75041f81bd82224c8426ba46d1886f171 1.95 MB 2,283 104
824,212 824,212 00000000000000000001232683cdd4c679ed77269dbdb29e07e74db0b9465cd4 2.57 MB 2,559 100
824,211 824,211 00000000000000000002f03f41d7c0f6e5857dae76c954ca07ebc3cfa165b63b 1.92 MB 2,944 170
824,210 824,210 0000000000000000000329f00375ae9118bd0c5c00470e5f4417a272b911c292 1.88 MB 2,155 67
824,209 824,209 000000000000000000030f1d40cf4d552334573bad9708c2f22386051965fac5 2.09 MB 3,666 74
824,208 824,208 000000000000000000017210902e9fedce1b577737f206502a622bf550f7a252 1.78 MB 2,596 91
824,207 824,207 000000000000000000005a4581062ac191ee75b594f2e6fc254a4bb81b5cd3e9 1.98 MB 2,853 127
Previous 10 blocks ↓
Total Size: 769.05 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,627.64 GB sent, 93.14 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.