Memory Pool Memory Pool Refreshing

1,843 transactions
0.58 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (727,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,881 179,881 00000000000002a1a6d8803d2ef0b6960d7a8580531d82d368c08302283bf0fc 0.01 MB 22 96
179,880 179,880 00000000000008521b8d0d133cd355cd2e2199a5b61338a50259d26bee78e0d0 0.05 MB 145 150
179,879 179,879 00000000000002df68d95cabaa28a461d8cf4b937b11cede891a5ca1ad41dad5 0.05 MB 177 30
179,878 179,878 000000000000000c32957599b5ca59a15394be833a4086aa551bafbf93c696fc 0.07 MB 131 117
179,877 179,877 000000000000074928b6e62eaaf8a319ed11b59e310369de5b8ba1271023c9fb 0.15 MB 311 268
179,876 179,876 00000000000003cff3ec5b5534b3f32c0f380b01e42bdfa0fd7303041b0340e7 0.03 MB 71 7
179,875 179,875 000000000000024f6165da3bac9c4ee7570e5b20454a933a0382837d81ec34aa 0.11 MB 243 159
179,874 179,874 00000000000005f76f882a8badf4d72c464316426da569f5fb524745aca134dd 0.03 MB 76 167
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
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.