Memory Pool Memory Pool Refreshing

8,584 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,629 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (495,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,019 412,019 000000000000000004a09b34c8472e31a84ed639fe51987823bb8772fe72f4bd 1.00 MB 1,830 41
412,018 412,018 000000000000000004ea910ba486c2287a67a348b4220fb955fc9dd2add1328d 1.00 MB 2,198 59
412,017 412,017 0000000000000000014f70d4659a5a3a2a4beb8a2207de245df77d6f5f004a1b 1.00 MB 1,422 37
412,016 412,016 00000000000000000464e97ae6468b43f6dadd553c5d415ee9b3b7e1541049cf 1.00 MB 1,696 36
412,015 412,015 00000000000000000267a62434eb8b368cd6ad82053a550495f56af2abba750c 1.00 MB 1,771 47
412,014 412,014 000000000000000004eec50f2868b8afa11317dc7a8477fa17c7f47cf1c0f7dd 1.00 MB 2,832 75
412,013 412,013 000000000000000000f27959cbb166653c1d542551b2a3e91421ac28119efde3 1.00 MB 1,342 28
412,012 412,012 000000000000000004fdc89639b62dd3d47cfb086f359550507dc9a8eb657062 0.99 MB 1,719 39
412,011 412,011 000000000000000001985337a23a51b858912f3f3882260a91f60ed2c0cbcbda 1.00 MB 1,446 23
412,010 412,010 000000000000000001055916c1d1e88369fc51424936690aebbf2f0066707d1b 1.00 MB 2,045 74
412,009 412,009 0000000000000000059be357af959ddfcda71efce11dc7c14f24766f337db4c0 1.00 MB 1,084 30
412,008 412,008 00000000000000000039ed6f657866ffbeaf79264e45533514348afc76d01181 1.00 MB 2,332 41
412,007 412,007 0000000000000000000ec8b116062352b02ee6d1e916b39e55ff37a7a00f16f3 1.00 MB 2,149 55
412,006 412,006 0000000000000000041011795a2339142b902ad23c9f47667e62236aa06bb57d 1.00 MB 1,440 51
412,005 412,005 000000000000000001a173a361f5e9034b70bdbf549048aa905df7333c64acf0 1.00 MB 1,706 53
412,004 412,004 000000000000000001f0527eee310d33a885d133bd7ac3d30420a18d68755d78 1.00 MB 2,261 73
412,003 412,003 000000000000000003392fed515305af8bf663cdae52ef2521829bb26b63d193 1.00 MB 1,206 40
412,002 412,002 00000000000000000064ee227eec0be96817f1a8d26980a49cbef11bb4a90750 1.00 MB 2,604 55
412,001 412,001 00000000000000000323da2be6bfa14499c93b99aa5e8edd1a4f7b6b32921aae 1.00 MB 3,326 74
412,000 412,000 0000000000000000014dcd1377afd27d3cf2320d32e4dcdaf21c39d293b9bf23 1.00 MB 2,764 137
411,999 411,999 000000000000000000540da0835a6058512a7379c6e63ba7370eecd6dcf0104f 1.00 MB 1,599 38
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.