Memory Pool Memory Pool Refreshing

5,512 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,686 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (343,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,759 564,759 000000000000000000192eff0178cc24b6c5c15cca52380bd8a7155c3c50d005 1.17 MB 2,277 25
564,758 564,758 00000000000000000006fd204c0aa26720d63819ab59cb08cffa03996896fda0 1.17 MB 2,170 14
564,757 564,757 0000000000000000000b00a95a16af5f20e4a097b8b222c16bc08246ace220fc 1.25 MB 3,186 21
564,756 564,756 0000000000000000000db8aea226fd1cdc5a1e892f4b760747701ede67563985 1.31 MB 2,311 38
564,755 564,755 0000000000000000000a8590cea5dc58affa00b111a3b285ca727b96e37c8a6b 1.44 MB 2,479 55
564,754 564,754 0000000000000000001346fca3c68d939554729a4bd45f32146d8861060368d0 1.17 MB 2,776 16
564,753 564,753 000000000000000000273071236e1e29904eec1ee85e0d7506e13ba69b9cfe9e 1.30 MB 2,858 41
564,752 564,752 0000000000000000001a2f677236c4f39a581025d3111732d7ca6b7b7304847d 1.38 MB 2,772 31
564,751 564,751 000000000000000000166be385ba724d6aaf445bc580a62b657e2c47acfae8df 1.28 MB 2,493 39
564,750 564,750 00000000000000000002511521092b740433bfb7a0cc41ae4474330937b42357 1.20 MB 2,644 50
564,749 564,749 00000000000000000007740757a1573045db84edc238e526cc6fae92dd9a46e5 1.19 MB 1,909 22
564,748 564,748 000000000000000000267d37938a836e1d8f290ed66217bb5055b570df22cb88 1.12 MB 1,955 18
564,747 564,747 00000000000000000021aa51d4c47c1e8f4f3e995af79831cb9fba3f247df0f1 1.32 MB 2,682 32
564,746 564,746 00000000000000000021abef9836c38d19ceaf6dd2604e46dcf575e81212b013 1.32 MB 3,060 30
564,745 564,745 00000000000000000025b114c209579829d14b0ad2dbdfed5dbd3c21505698fe 1.24 MB 2,374 31
564,744 564,744 00000000000000000004ed9c82cd1854dd43beda1d539148da015de7fea252e1 1.28 MB 2,400 43
564,743 564,743 0000000000000000001942e691bd2cfce723f787e878a8e06d9666c259feab18 1.05 MB 1,369 79
564,742 564,742 0000000000000000001a297de61731027b4a96564010a72ca38fc65c32d760e2 1.04 MB 854 64
564,741 564,741 00000000000000000026a67e480b729249995f3b96637f338ccb1ddcd40628e1 1.18 MB 2,003 37
564,740 564,740 0000000000000000002db2d8a2d7e044671eda57a9ff862f26b801bac704992d 1.22 MB 2,875 27
564,739 564,739 00000000000000000009ef224269d5d7e909a67bdffb47ab6adcb78b370ab4e4 1.20 MB 2,387 15
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.