Memory Pool Memory Pool Refreshing

3,240 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,995 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (739,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,742 168,742 0000000000000c194176f9a4b7adfd4f44fda8a8ec4b036b22a69f05be5444b3 0.04 MB 61 64
168,741 168,741 00000000000001ad8de5f0e3039927344032baa05d33b787ed40f4e4ac11deba 0.03 MB 75 40
168,740 168,740 0000000000000024e350b3018c9316c57cc464f3a028deb08f0b23808ad38cf5 0.01 MB 49 540
168,739 168,739 0000000000000567f11170f95739957acbe0f1a0185d266ea7ea98dc259be0ea 0.00 MB 9 0
168,738 168,738 000000000000073d2d4582d2ab6b74daeb72bfbb74e6eb4dda5ae5714ef3c040 0.03 MB 79 44
168,737 168,737 00000000000007087b2cca3c2501f55745dba9ea26ccf1c61f2b345826e16f1e 0.01 MB 21 5
168,736 168,736 000000000000081e344efdba8cf1615398b110c94e306d488346f3359d20582e 0.04 MB 95 106
168,735 168,735 0000000000000815dfa8bc0eaf2688d155c7e763f33f92d5085ef3faaa4c8396 0.00 MB 10 16
168,734 168,734 00000000000008abb550226772bb1d9fc2defdfb8364090460f49d770964b613 0.03 MB 76 475
168,733 168,733 0000000000000a8ac96fc6d6fe19bcae3e7d75bc2086879908653dde4b221753 0.03 MB 118 77
168,732 168,732 00000000000008a91ddf1e2f79dd3ae77cda1e6754d1838ff4527f2f22fda233 0.02 MB 19 8
168,731 168,731 0000000000000a46ee4f0a82680300b9ddb48d88dc9cec20c4c8ed4bdb42adfb 0.00 MB 11 35
168,730 168,730 00000000000001508743e29f6d6610145086c53d13d8a57dbf9e39aeecac10f1 0.01 MB 30 21
168,729 168,729 00000000000002ea6e32eae1d1e7ce25110572aacc1ad490d3cdce0ddce73d2c 0.00 MB 15 40
168,728 168,728 00000000000005f566b9f215c3ad83b28c923d2fb9f066ac839dbe622daaa584 0.00 MB 4 0
168,727 168,727 0000000000000b6408bf4d7ca7d470f69b5c1e6af3b851d29eae73132868f824 0.00 MB 7 4,639
168,726 168,726 00000000000001ce50dc67a2ed9d8196175fd6a5ebe7633f9d31eddf66250436 0.02 MB 74 0
168,725 168,725 00000000000004878086be668e06dc0d7ca25b2777c7fdbe91b1c486fbe1f6a4 0.01 MB 8 11
168,724 168,724 00000000000009da9d1068eeedc0f409ffa4df894e091ed8530f9c69c893fafc 0.00 MB 8 22
168,723 168,723 0000000000000b26c41fbcce5b3421e4a48cfab2c646ec698548359775f79f75 0.03 MB 60 115
168,722 168,722 00000000000000ef4cfc92e08c179815b865470565a1bd963176032d6e57f670 0.01 MB 20 132
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.