Memory Pool Memory Pool Refreshing

4,874 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (105,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,869 802,869 00000000000000000000ad787bbf6c94c50b7c4075732c6b17ef38a91556a023 1.61 MB 3,368 11
802,868 802,868 0000000000000000000136f33e3ba4a6fdeb1aef9df99275b70ed678cbd25d5b 1.74 MB 2,164 9
802,867 802,867 00000000000000000001812eae80f8e4ab443d6b98fae8d9356a9217492ea986 1.64 MB 2,684 10
802,866 802,866 0000000000000000000512df4ec148973d5180c556af510af07ca7619301f57f 1.51 MB 3,405 19
802,865 802,865 00000000000000000001a6cf364a4ce43a48661e42751b200bf7c3909910a2dd 1.51 MB 3,174 21
802,864 802,864 0000000000000000000362540c9d75ab2e0dd7a77b37c8107a55fcfbba94a014 1.44 MB 2,750 17
802,863 802,863 000000000000000000026780f6f8027e20c0923c799ba81dfad52778fcb1a490 1.38 MB 2,272 11
802,862 802,862 00000000000000000003d11d7a11ddb8fdfd1e727e54661b3042d06836291752 1.55 MB 3,415 15
802,861 802,861 000000000000000000039529f692a1592bfc1da41a5dcc00a4ac832c97f243a5 1.42 MB 2,236 14
802,860 802,860 00000000000000000003237c8ebba8df4a972c61f5ce5258e0423bcce2b0fc90 2.01 MB 6,284 8
802,859 802,859 0000000000000000000404b7954f61c347517a08de83b4d3acae2ca7b82b4706 2.12 MB 3,560 6
802,858 802,858 00000000000000000005268735929aaad948eb4d5c4015f0eb62ca05e2cc6562 1.72 MB 2,795 8
802,857 802,857 000000000000000000024c38702c75af6d00ada01e58469393a3f3e3529a3071 1.59 MB 2,825 13
802,856 802,856 00000000000000000004db2b0566b4571505fb0f9399dd6cd238aab5a7e0d642 1.64 MB 3,224 15
802,855 802,855 00000000000000000002b9265b302ce446d471c7a4161c7b4f9b311b7d3105cb 1.38 MB 3,214 29
802,854 802,854 00000000000000000000228e907414147e84828b477646c8a1c42ae4bba8175c 1.77 MB 4,186 7
802,853 802,853 00000000000000000004ed0d2dacda8d08a975905606aa8ff9ead22c81892f4d 1.83 MB 4,054 6
802,852 802,852 00000000000000000000f83b9d75e34c92ca3b1cdf4b5ba892d92d879d832904 1.98 MB 6,016 8
802,851 802,851 00000000000000000002c874fbd5dc70edaa57031417d2d0d50c0bf0e182e505 1.91 MB 4,985 8
802,850 802,850 0000000000000000000248a993edae01c09d9255c6931f496d55612575fe75f4 1.58 MB 2,926 9
802,849 802,849 0000000000000000000555092ac2263f17ac8b33b7b2f53963c96454f5770aa2 1.33 MB 1,996 14
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.