Memory Pool Memory Pool Refreshing

3,775 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,691 (783,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,665 124,665 000000000000280204579d86f5cd4ee738fd8e4e510fa153a9b0b7d8cbbcf825 0.00 MB 10 1,009
124,664 124,664 0000000000005deb9c351ae4591325af6f22d545c4bdb64ae5825e4fbbdaea7b 0.01 MB 41 0
124,663 124,663 00000000000014de40adcc6ec5afe267af10dbde3d08bc2fbc7106ee4535fd62 0.01 MB 37 1,244
124,662 124,662 00000000000062067c075f0ff42f75c8b6dd7baecee53b5261679f89411becc5 0.03 MB 53 1,395
124,661 124,661 00000000000003beef993f0a94821ff14311bdb92fcbea9cf3c866bfab228be9 0.01 MB 16 646
124,660 124,660 0000000000004ebdd23e9570c9caf0220436cc96a2d1166b56f8d0f374252e03 0.01 MB 30 120
124,659 124,659 0000000000004b0f6f3943cf802ca38cd0cd2e77657db13d19dda0555521cb3e 0.00 MB 13 848
124,658 124,658 0000000000003d6bd3753f489a8c694c99ec3e06bb37c6d176f17b22115e2afc 0.00 MB 11 479
124,657 124,657 0000000000005b8257f178ff806854c695ac2722fe16b440102c35e21bef9fab 0.00 MB 7 833
124,656 124,656 0000000000004d586c54e9c97d2d93f1f5845eba50332dcc4e73fa68c3fb766b 0.00 MB 6 0
124,655 124,655 00000000000065be3ce44fb01703cd17e81d927712e7048e6340eec120df3feb 0.01 MB 12 893
124,654 124,654 00000000000042496b6d67a510653be3e9f723c60e707ce1599858e983a4ea61 0.00 MB 12 487
124,653 124,653 000000000000487394f25610c4166f8807b9045406ce9bcc32cfeded823d6c2e 0.01 MB 16 572
124,652 124,652 0000000000005e2993283691d9a90b822fa1295ed056a23407b7f9d3ac905ba6 0.00 MB 1 0
124,651 124,651 000000000000307f6e45b96e06a580a025414a9947f9e8b99219370862c48853 0.00 MB 3 3,883
124,650 124,650 0000000000004be72db1614a466ec4c5df1e1bde2d94e1cc438ce4bdbb0741c0 0.00 MB 8 333
124,649 124,649 000000000000070457a0b9745936015a3b972b9897b664cdf529b734d1260111 0.00 MB 8 307
124,648 124,648 00000000000049523d081c12a0cdf6e85ad8e0dfb3f614ee4206c26bb0d66853 0.01 MB 16 118
124,647 124,647 000000000000092c74cb4784e1b38ddb82edd46300a5e02e5c3348a01bd0badb 0.00 MB 7 291
124,646 124,646 0000000000000aa4dbb9e77d43f6586a9f1d5b507cf1e97ef01dcd8d04f8cbb5 0.00 MB 5 226
124,645 124,645 00000000000022463bc8a405efd9a004252668722d28cb47ddcb5d62faa1c5b4 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.52 GB sent, 92.65 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.