Memory Pool Memory Pool Refreshing

8,864 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (582,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,757 324,757 0000000000000000126fcdce01f15f973b8c0d48f5b53a1d61ce02a71a347da9 1.00 MB 2,466 36
324,756 324,756 000000000000000017ec9e95ed7d1ac8b0a27b789a4d5b68304b77be4286aea7 0.06 MB 128 27
324,755 324,755 00000000000000001558e4d2f0e60eca5381b42fb3d0efd7bf7c97f703924929 0.51 MB 899 29
324,754 324,754 0000000000000000138c18a5dd26af868d9395e66bb4e0221607f9567ad490f2 0.75 MB 1,251 29
324,753 324,753 000000000000000011479e5f1ee3bbbe4154c46ca0e875394f83864689ba813c 0.04 MB 64 27
324,752 324,752 00000000000000000e8073e244163860462db60ea9550c0a0e2f8fdc54a22c49 0.14 MB 81 14
324,751 324,751 000000000000000013d9c0b775ce1f4961f5b8965647d31174cc018cd2d54991 0.06 MB 154 32
324,750 324,750 00000000000000001d70ab54f0f4cbec72d891379f7103226b53de0370ddd026 0.00 MB 1 0
324,749 324,749 00000000000000000868de2d5f06c54b9917ffb7e34005b75664832b24265d3e 0.35 MB 565 19
324,748 324,748 00000000000000001b5d1d56c09ecd71eba601292607d53e818e07765d30f61a 0.14 MB 243 26
324,747 324,747 000000000000000018c07d9b904e74ff482c37d976935dd1e07dcc3b94d98a17 0.48 MB 700 22
324,746 324,746 0000000000000000070a654e4addcdabb7bb0db94e8214fc9e774eda8302f06c 0.90 MB 1,915 36
324,745 324,745 000000000000000011428ec88c40ade0cab2a23958882ba55eb109ded87cf995 0.29 MB 281 15
324,744 324,744 000000000000000002ca3efbe8eabb4ab02644e9ffa5a66ee966381cc876bc18 0.75 MB 1,477 30
324,743 324,743 00000000000000000ed2252e8ff196cea1f506e52db3d968dd9b1487a0798017 0.35 MB 998 46
324,742 324,742 00000000000000000570dee3365d60aaefe11228402b323f186991529bb3475c 0.18 MB 452 34
324,741 324,741 0000000000000000169c850a9b00c1aa194daba9dc8da75ec3390b2e81b70f4f 0.24 MB 412 28
324,740 324,740 000000000000000000ee274a49adc8a33c0c820f86397ed2e9e3ca82c72e85c6 0.01 MB 16 68
324,739 324,739 0000000000000000152bb716e839bfcd9610cf91ddb280d693ab29963106b34c 0.10 MB 180 28
324,738 324,738 000000000000000002be62361f869152b025d410a619f851493815f4ccc59cc2 0.08 MB 143 18
324,737 324,737 00000000000000000e38f6f5d1cba2a731d6350c431c27dfa86c3f38c69040e2 0.33 MB 677 34
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.38 GB sent, 92.72 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.