Memory Pool Memory Pool Refreshing

4,070 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (319,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,702 588,702 0000000000000000001bf840d5818cc887f081f476cc48f0163481ad84d162b7 0.75 MB 1,826 22
588,701 588,701 000000000000000000199e84df43f9ccfb8b0f3f7dc06ee6646c54afae54c8da 0.55 MB 1,537 10
588,700 588,700 000000000000000000109bf37d99dc2d8fd70c5c59a568a850e18495ea1a29ea 1.24 MB 2,813 24
588,699 588,699 00000000000000000009e6272fda3457c1f426110e2ba174b2b77b755d8d511c 1.23 MB 2,507 21
588,698 588,698 000000000000000000027be1de12d66784acc9a85757fad3f1fe84614f9257f8 0.83 MB 1,512 9
588,697 588,697 00000000000000000008b95025c2a16505b659bd5698ef1d0892656dbd6fe60b 1.17 MB 1,958 18
588,696 588,696 00000000000000000003c612490381d3fffbcb27b57f2ceb4beb57915c492776 1.18 MB 1,900 7
588,695 588,695 00000000000000000000879eaec4a9f7ecdfcb004e73d572b5fa170092b2dd04 1.30 MB 2,514 31
588,694 588,694 000000000000000000106d7c6dd6c56b3ecb153dbeb0c78e45f8d4c75a17b544 1.18 MB 2,159 4
588,693 588,693 0000000000000000000b0b0c1c2756d701b07f6d2c3d56284cb13cbaae458b83 1.13 MB 2,019 7
588,692 588,692 00000000000000000012f019c9087f3a4b37304b971dd534bc3f49e3919b7797 1.17 MB 2,355 12
588,691 588,691 000000000000000000053ddceec057beffda96485f900941d6a1071195967d31 1.24 MB 2,688 39
588,690 588,690 0000000000000000001765e63df0daccecca23b12c5e738e897cfce61cf8f5c5 1.23 MB 2,911 41
588,689 588,689 0000000000000000000884fe8be02c7fa0a4bea3824e3cb7bb0d052946db06c4 1.33 MB 2,618 26
588,688 588,688 00000000000000000009b8a8813852bba291328a87e1e59252e9f90f78b5b5f4 1.30 MB 2,711 26
588,687 588,687 0000000000000000000d42fb4c864c08ddeb91e949c928320cf609dcb622b226 1.21 MB 2,490 32
588,686 588,686 0000000000000000001a0d9b5126c5125c6173312c62d1616bb7a97e1bf5f2d2 1.18 MB 3,179 44
588,685 588,685 0000000000000000000ed8e5d62f1bc34dc1f7a188beb192cf71ad6f0febbc45 1.21 MB 2,956 40
588,684 588,684 0000000000000000000b1c720eecfd06c41c36c191ae604bf1493627ffe8667d 1.18 MB 2,493 23
588,683 588,683 0000000000000000000e2848306a15d37a9d0a3e6be085ee3bf6da78082f16cf 0.96 MB 1,787 1
588,682 588,682 000000000000000000103a810de999b2a8c823ab086ac4be2ab05f68f19af032 1.17 MB 1,937 14
Previous 10 blocks ↓
Total Size: 769.17 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.41 GB sent, 93.79 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.