Memory Pool Memory Pool Refreshing

1,269 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (104,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
802,848 802,848 0000000000000000000218352d99b566cde1901be22db5bd33311a82373ec951 1.55 MB 3,049 10
802,847 802,847 0000000000000000000022c58336047f59b2f402700b59016aedebbb954542f0 1.41 MB 3,277 20
802,846 802,846 00000000000000000004ce06cbd68110952aa28f8be21ac179837e9686aa62c5 1.74 MB 2,869 8
802,845 802,845 000000000000000000051dab9fc7498b96cd6fc8808887912999d5fd4dea276e 1.58 MB 3,376 16
802,844 802,844 00000000000000000000af638acfeaa9016fd3d35b7cd310956690a6c1a50c6b 1.66 MB 4,215 10
802,843 802,843 000000000000000000045cccae7bc99f6d7e960a8297efdd32b1a3fd61d31956 1.91 MB 5,513 6
802,842 802,842 000000000000000000047d8e32d8250de4ea075e198206a91796cbc34073a92b 1.66 MB 3,637 12
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.