Memory Pool Memory Pool Refreshing

1,487 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (728,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,873 179,873 00000000000005702b19619476ab0e9b290ff99470a29ea5b99d7b63108cb118 0.00 MB 11 0
179,872 179,872 000000000000018ac7fd50033ad7b5a372d7cbb1ef94f3963c4ba957e1f1b6d9 0.03 MB 77 104
179,871 179,871 00000000000005a75e3f610e285b5791e23aef08a435a2350b1ddf2fe4188047 0.08 MB 189 161
179,870 179,870 00000000000000bf3d9250ef28b7bae59d6ae14ffaca17e57ea9067ce01d8be5 0.09 MB 197 141
179,869 179,869 0000000000000567a13dac8bb2df668aff02b19b1fdb50c3428e8b3dcfd0b4e2 0.07 MB 146 126
179,868 179,868 000000000000049d2de72438c0eb6e0c48902dba2aa577152f6a123477969b71 0.16 MB 290 126
179,867 179,867 00000000000001481f4290d29f15d605f37c3b90ba56431096a6b9c9f7550d69 0.01 MB 45 154
179,866 179,866 00000000000001582d370a6686ba9b3b0c386b7951cc1f8371fcb51f42b6019c 0.05 MB 133 97
179,865 179,865 00000000000003d948b63005f14476e41a70dc36a53a7e1c514dc687001cee4b 0.01 MB 13 41
179,864 179,864 0000000000000835b437cbc752b9e0dfcb3377fb432770e556f890d07a938278 0.03 MB 71 137
179,863 179,863 00000000000008275dc26c39d9fc3818fd9a709791d9ef8fbac8c6fb249df4e9 0.03 MB 88 138
179,862 179,862 0000000000000572f91b3fe93532d86b6bf7aa3ae670f5b16c90824bf67fce29 0.05 MB 105 92
179,861 179,861 0000000000000859e10868f51cab3c639e477b119bb7bd277c39c4f939605775 0.01 MB 21 64
179,860 179,860 00000000000001fa77db8b607e28646b6d75b5bf4dcb6f424a34ee54b67e760b 0.03 MB 82 71
179,859 179,859 000000000000097544ce8e19625e5f4059c5469a43014bd4d2571daae0d518cb 0.04 MB 75 102
179,858 179,858 00000000000001e1197f50951e30124f368eb2044caceb05d7a2fa0b55815f6f 0.01 MB 18 320
179,857 179,857 00000000000006979b1f3b32704579be7f97fc1f743e65094c3e32f7853bb709 0.02 MB 60 101
179,856 179,856 00000000000001a5a3b64bc27e2aeb76512c58c578ae7751de6a49410d22e50e 0.05 MB 122 151
179,855 179,855 00000000000002e240f9ddf377826265674192f0f490409774c18fcd921d7b8f 0.09 MB 213 177
179,854 179,854 00000000000001871d94bc5a4fbb7dff7c55385f3b630ef65682bacc9fad0935 0.06 MB 108 147
179,853 179,853 00000000000008f13063098c59514b3c54ab43f4b5136d07246434264d98634f 0.14 MB 316 115
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.