Memory Pool Memory Pool Refreshing

4,045 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (851,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,736 56,736 00000000091bb1c7e8f911aabdf9cbc50cccfb93964e31b2c1c1a399ea1972c1 0.00 MB 2 0
56,735 56,735 000000000012e056299fd95a270df7396bde2b61c865d22733c9b1bdd9fa70a9 0.00 MB 4 0
56,734 56,734 0000000010fbc010ae687348043a1661a58fb95a6b0990c106e5763d8b631ee1 0.00 MB 1 0
56,733 56,733 0000000007098d0498ff369911bc962c79f784e68701a50257d1d5d7fe071d05 0.00 MB 4 0
56,732 56,732 000000000317f54b707fdb1c1a58ca73d345070203e18191311267b604d2a5da 0.00 MB 1 0
56,731 56,731 000000000efb6d9c8d5443da37f784c00826ab494fe705fdff0b185cb95e8809 0.00 MB 1 0
56,730 56,730 0000000011d3660e5c1e44c25279f27cc6227c48e0c132253005625cf4c8e702 0.00 MB 1 0
56,729 56,729 00000000062675424eafd7dabda6cf1b55bb39244d0717cf019f11f1945abf27 0.00 MB 1 0
56,728 56,728 0000000001f3393470878bd1ab6dd0d68cfbd6a55d5af1d1cb0cad74c2a4dd12 0.00 MB 1 0
56,727 56,727 0000000007862f5df5f853db90cade92dc5982c8171c1d5ca4b0affea04fbb54 0.00 MB 1 0
56,726 56,726 0000000005014a0d793ea86b55ae3d466fef815f9d0637c7c029393f0eff3591 0.00 MB 2 0
56,725 56,725 0000000006c284b8e3329464b995013fbd2710b5f68a5007149d9c31e4b25d40 0.00 MB 1 0
56,724 56,724 000000000e737d777796c0eb981e479b98678356d6f250d5c5854a6c09d07a7b 0.00 MB 1 0
56,723 56,723 0000000007db64fd5b0dd9dc84f49cc6126d976a5137c290210f80774ec6e8fa 0.00 MB 1 0
56,722 56,722 000000001220a1dc1996f47d65ac5d39e640c6b587bd055794eeb4a130a5beb6 0.00 MB 1 0
56,721 56,721 00000000005eab005b2e4c12cf77c5802dd4949d394f2d804c41407178dd53d0 0.00 MB 1 0
56,720 56,720 000000001238ef78628e3ac908f4104d43e738718de5b0c5968cef6ecc1c6c04 0.00 MB 1 0
56,719 56,719 0000000004a53d9177e0f29a4698ebc7c9e714f268ee31a7681b4587ab104507 0.00 MB 1 0
56,718 56,718 00000000002434f164ce1974a45093ca3967063f6a689d620168f72d872f0518 0.00 MB 1 0
56,717 56,717 00000000119f7cc9f742fa85baa522a8e22a41bd7585a31600e25fb6791c7702 0.00 MB 1 0
56,716 56,716 000000000debf78c8e537c4b5a83576e1f5531c2b90cc505a0bb4438f57c03fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.36 GB sent, 98.31 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.