Memory Pool Memory Pool Refreshing

9,955 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (587,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,734 319,734 0000000000000000092cd65c42a087e671545eb53632896763e0028edd607555 0.55 MB 1,057 30
319,733 319,733 00000000000000001b732bc40a55c56c208db3cba9702a5d820aab6be85ef411 0.20 MB 432 30
319,732 319,732 00000000000000000812f8d4dbc834cb6bf21b7580f38a1a2146ecd42314380f 0.43 MB 805 32
319,731 319,731 00000000000000001530671fdbc4f01d8d6c5d1b668b521e4a46f645ced7c49e 0.24 MB 504 32
319,730 319,730 00000000000000001efbde36c1f81bcca90a00abbb27f12fce71f0d442320eff 0.66 MB 1,173 29
319,729 319,729 00000000000000000585310e9adf6d6a6e770c2c8b2192fbf487ebfbe6852315 0.06 MB 90 4
319,728 319,728 000000000000000026b3a579d0248629e7518b7167c97ed42f79ba21e991a725 0.49 MB 989 29
319,727 319,727 00000000000000001eaca2480d8a222ed2732617b995e47a5d3a22c7c9a45cf4 0.79 MB 1,281 28
319,726 319,726 000000000000000019e10477c9b89f5a80405523efdeb212758a156058b470f4 0.37 MB 441 17
319,725 319,725 000000000000000003b6b2700cb8cb1270b2d488584ec10c8107beafd6fcc3d6 0.25 MB 761 46
319,724 319,724 000000000000000021b522f6ca97f50c0ad7c2a71e9976ee5b4a7bb5e3d7f608 0.05 MB 57 2
319,723 319,723 00000000000000001f1019219654dc5463b1bbc0bcaaed6e22a0604e8ead0356 0.34 MB 598 29
319,722 319,722 00000000000000001af16f52955efbcac8168caeb25d443b002f31671fa74d1e 0.10 MB 130 11
319,721 319,721 0000000000000000105f550beb46ad534c44ba70156142e7d31f40b1838126ea 0.10 MB 234 33
319,720 319,720 00000000000000001cb9c2a6b88dcb8c3bdd6ccde0744e7463078332ac450fb3 0.31 MB 640 32
319,719 319,719 0000000000000000173e44dbc4ea8c62fca2de86e055f4a85469097c692ed8c9 0.61 MB 747 18
319,718 319,718 00000000000000000a12828c263cdc0303a9aad616a00f891b23731a955a1d16 0.50 MB 1,517 52
319,717 319,717 0000000000000000089a568c28ea498098c61008c1e510e71b7c0ebe6bd6b8da 0.44 MB 739 28
319,716 319,716 000000000000000004ddda589fc93e1860f222789cba376f6864b63c5f963a7d 0.11 MB 256 28
319,715 319,715 000000000000000003206d14fa3ed848afcdce5713f432cde24730d83dbfed7a 0.83 MB 871 19
319,714 319,714 0000000000000000050c8a7963db0b043310a3f070202037dcd6b2fbb6266420 0.50 MB 1,347 33
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.68 GB sent, 93.04 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.